pollen-users
pollen-users copied to clipboard
please use https://forums.matthewbutterick.com/c/typesetting/ instead
1. For those who have firsthand experience with running a self-hosted Git server — pros? Cons? Is there a solution for CI? 3. For everyone — what would be the...
This article on the [Demise of Mildly Dynamic Websites](https://www.devever.net/~hl/mildlydynamic) made it to the front page of Lobsters yesterday, and I thought it would be of interest to the Pollen crowd....
I want to insert an html comment `` with a pollen command, but I'm not sure how I would define a tag function, since a comment doesn't take the same...
Is there a way in Pollen (or a Scribble layer reachable from Pollen) to go from [an xexpr template] to [a function that renders the template for a given output-filename...
I have two related questions (related in the sense that they motivated a common solution, but the solution is outside of `pollen`, and I was hoping I could somehow not...
Hi, I am exploring whether pollen would be a good fit for a project and so wanted to know how easy it will be to import text from other files....
I'd like to render math entries statically during the build process, such that reading an article with math equations doesn't depend on the user enabling Javascript and MathJax (or KaTeX)....
As in this example: ```racket > (decode-elements '("Things to buy" "\n\n" (ol (li "Food" (ul (li "Milk") (li "Eggs") (li "Broccoli"))))) #:txexpr-elements-proc decode-paragraphs) '((p "Things to buy") (ol (li (p...
Hello, I'd like to write something like `my-app.html.pm` and produce `main.c` and `util.c` for example, as well as `my-app.html` - I'm sure this is possible but to my surprise have...
 Hi Matt, for Beautiful Racket there are clickable links to the Racket docs on specific keywords and I was wondering how you did that. Did you have to visit...