patat
pandoc
patat | pandoc | |
---|---|---|
11 | 447 | |
2,580 | 38,285 | |
0.5% | 1.7% | |
7.7 | 9.8 | |
about 2 months ago | 4 days ago | |
Haskell | Haskell | |
GNU General Public License v2.0 only | GNU General Public License v2.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
patat
-
Presenterm: Markdown Slideshows in the Terminal
Phenomenal - I've been using patat for this:
https://github.com/jaspervdj/patat
This has in line snippet execution, critical for how I present - so lets switch to this.
- Terminal-based presentations using Pandoc
- patat: Terminal-based presentations using Pandoc
-
Pysentation – The Python Presentation
I've been using https://github.com/jaspervdj/patat previously, but this looks like a worthy alternative. Nice work, I'll have try this out :)
- Dhall: A Gateway Drug to Haskell
-
Slides: Terminal based Markdown presentation tool
Patat (https://github.com/jaspervdj/patat) supports any Pandoc input including Markdown, plus it allows embedding snippets with execution result and even images in supported terminals.
pandoc
-
Reading Hacker News weekly posts with GitHub CLI
pandoc: Convert tool, we can use it to covert HTML content to markdown
-
Quarkdown: A modern Markdown-based typesetting system
I get that people don't like the braces in TeX but ... :-)
I'm only half sarcastic here, I don't like them either. I have recently been using pandoc[1] to do the things they are talking about, I had added some stuff in perl using the Template Toolkit[2] to make HTML pages. My issue is that I have very different fugue states for writing vs. coding. Switching states breaks my flow so I've been trying to make the two modes as orthogonal as possible.
I'm curious if anyone has used something like this to go straight to PNG. My use case is that I have a surplus epaper display that can display pngs it fetches from the network and I've been forwarding it my todo list. Have been doing this with a LuaTeX flow but would like something a bit more seamless.
[1] Pandoc -- https://pandoc.org/
[2] Template Toolkit -- https://template-toolkit.org/
-
Show HN: Vaev – A browser engine built from scratch (It renders google.com)
wkhtmltopdf is not chromium though? "Wk" literally stands for WebKit.
There's also https://weasyprint.org/ which doesn't use any browser engine, but rather a custom renderer.
And both of those (and Prince) can be used as a backend by Pandoc (https://pandoc.org/)
-
How to Automate Document Workflows for Developers
Pandoc Documentation - Universal
- Open source and self hostable/private file converter
-
Why Is This Site Built with C
I think TFA is unfair wrt pandoc's dependencies. I'm not sure if the listed "ecosystem" is what you need to build pandoc from source, or just the result of shitty packaging of pandoc from the OS package maintainers.
For the record, the .deb download from [1] gives you a 146MB statically linked pandoc executable that depends only on libc6 (>= 2.13), libgmp10, zlib1g (>= 1:1.1.4).
[1] https://github.com/jgm/pandoc/releases
-
Accessible open textbooks in math-heavy disciplines
Another option is Quarto [1]. It's basically a friendly wrapper around Pandoc [2], letting you write in Markdown (+ lots of Quarto-specific extensions) and render to LaTeX, Typst, multi-page HTML, EPUB, docx, and more.
[1] https://quarto.org/
[2] https://pandoc.org/
-
Overengineer your CV
The resulting Markdown is passed to pandoc to convert it to HTML
-
If it is worth keeping, save it in Markdown
To be fair, one there's a good one there's much less incentive to write something new. In this case the good converter is Pandoc: https://pandoc.org/
-
How to convert Markdown to PDF
There are a handful of excellent command-line tools, and Pandoc comes to mind. It is not just a one-trick pony, too. With Pandoc you can convert between many different formats.
What are some alternatives?
katip - A structured logging framework for Haskell
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
mustache-haskell - mustache implementation in Haskell
sphinx - implementation of a sphinx client in haskell
formatting - Format strings type-safely with combinators
kramdown - kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.