#pandoc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pandoc, aggregated by home.social.
-
TyfloPrzegląd Odcinek nr 318
https://tyflopodcast.net/tyfloprzeglad-odcinek-nr-318/ -
Faltheftchen (PocketMod) sind ein Evergreen. Aber wie drucke ich sowas ohne Aufwand und mit freier Software? Hier der versprochene Blogpost:
-
Once again I went down a rabbit hole figuring something out, and now you -- yes, you, random person on the internet -- can benefit from my work.
I write slides for my classes in markdown and turn them into reveal.js slides. Sometimes I want to post the slides, but I want to strip out speaker notes and other non-useful bits. I could edit the output, maybe, but...ugh. Let's do this properly.
You can write filters for pandoc, but the documentation just wasn't that great.
Well, I figured it out: https://gist.github.com/dandrake/1b6deb7779b5629f75b35bfac3a2f9aa
-
🆕 pandoc 3.8.3 🎉
This release adds three new input formats (#Asciidoc, #PPTX, and #XLSX) and one new output format (#BBCode + variants).
It also fixes a number of bugs (including some regressions in 3.8). See the changelog for full details.
Thanks to all who contributed!
-
Hier sind die Folien meines :nixos: #NixOS workshops grade eben beim #Tübix2025:
https://nobodyinperson.gitlab.io/talks/2025-tuebix-nixos-workshop.html
-
Massimiliano Farinella wrote #pundok, a visual #editor for #pandoc. The editor is based on pandoc's internal format, so no information is lost when transferring the documents to pandoc for further processing.
The editor is written using #ProseMirror and #Tiptap; it can be included in web pages or be run standalone (via Electron).
https://github.com/massifrg/pundok-editor -
#Obsidian #Export #Debian #Pandoc #pdflatex #question
I just installed an Obsidian plugin for multiformat export (github.com/mokeyish/obsidian-e…) which uses pandoc.
Pandoc, in turn, needs a pdflatex engine (as a default / recommended). Now, I am struggling to find a way to install pdflatex in Debian. The search for packages brought me to tracker.debian.org/pkg/texlive… which manpage mentions pdflatex, but after installation neither CLI nor Obsidian can detect such command.Is there an easy way to get pdflatex, or should I switc to another pandoc-accepted engine, and which one?
-
Using #Emacs and #OrgMode as a binder for the pieces of my next novel and its makefile.
I know I could just use #Scrivener, but I find I like the notion fo outlining in the binder and then linking to the Markdown source for the draft.
I've been building my (GNU) makefile with <http://swcarpentry.github.io/make-novice/>. If I want to make PDFs I'll need to remove the old 'n busted #teTeX packages that come with #Slackware and install #TeXLive from slackbuilds.org because #pandoc needs #pdflatex.