Re: [pollen] Custom pre-processing before pollen does its stuff

2019-07-23 Thread sanchom
A couple specific things that I want to include for authors: 1. Allow them to use a few org-mode text-style annotations like *bold*, _underline_, /italics/. 2. Mark the beginning of what is to be considered a new section using a special

[pollen] Custom pre-processing before pollen does its stuff

2019-07-23 Thread sanchom
I want to make some small additions to the syntax available to authors. I'm considering two paths and would like some advice. 1. I could write a custom #lang that turns my pollen+additions into plain pollen. But I'm having a hard time figuring out how this would work. The reader would do a

Re: [pollen] Citation system update

2019-05-29 Thread sanchom
Yeah! I want to extract and make more generic the parts of this that can be used across projects so that my factum/paper authoring tool can use the same citation system as my website. I may as well prep it as a package. On Monday, May 27, 2019 at 5:13:07 PM UTC-7, Matthew Butterick wrote: > >

[pollen] Citation system update

2019-05-27 Thread sanchom
/sanchom/sanchom.github.io/blob/master-source/pollen.rkt - https://github.com/sanchom/sanchom.github.io/blob/master-source/citation-system.rkt I useful pattern that I've resorted to a few times is having Pollen tags render a placeholder span that either gets replaced or filled in during a later

[pollen] Re: Pollen Footnotes

2018-02-17 Thread sanchom
nchom.github.io/interveners.html (with pollen.rkt at > https://github.com/sanchom/sanchom.github.io/blob/master-source/pollen.rkt > ). > > I wrote CSS that turns sidenotes into footnotes in print layouts, and > pollen.rkt exposes a function that lets you make notes be footnotes instead