2026-02-04 09:10:37
The new browser-based version of #pandoc is really neat! Not a complete replacement for the cli, but a good way to introduce pandoc to people who are less comfortable with terminal commands. https://pandoc.org/app/
The new browser-based version of #pandoc is really neat! Not a complete replacement for the cli, but a good way to introduce pandoc to people who are less comfortable with terminal commands. https://pandoc.org/app/
This is precisely what the “presentation” and “lecturenotes” classes in the pandoc-lecturenotes filters are for: they allow you to show or hide certain elements only on slides or on lecture notes. ⇢
https://github.com/mxpiotrowski/pandoc-lecturenotes
This is precisely what the “presentation” and “lecturenotes” classes in the pandoc-lecturenotes filters are for: they allow you to show or hide certain elements only on slides or on lecture notes. ⇢
https://github.com/mxpiotrowski/pandoc-lecturenotes
But it would be nice to have not just a link in the lecture notes, but a preview. And you know what? It’s almost too easy to write a little #Pandoc Lua filter for it ;-)
□
(I intend to write a blog post about it next week or so.)
But it would be nice to have not just a link in the lecture notes, but a preview. And you know what? It’s almost too easy to write a little #Pandoc Lua filter for it ;-)
□
(I intend to write a blog post about it next week or so.)
I’m happy to report that @…’s multibib Pandoc Lua filter works great for this purpose: you sort your references into different bib files according to your needs (books, journal articles, conference papers, etc.), indicate in the document where the sections are to appear, and use the nocite metadata field to fill them.
If you use Typst as backend, and if you al…
I’m happy to report that @…’s multibib Pandoc Lua filter works great for this purpose: you sort your references into different bib files according to your needs (books, journal articles, conference papers, etc.), indicate in the document where the sections are to appear, and use the nocite metadata field to fill them.
If you use Typst as backend, and if you al…