SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Haskell Pandoc Projects
-
pandoc has a feature called filters. These filters are small programs that can manipulate the AST of the document. They can be written in any language, but the most common language is Lua as its interpreter is embedded in pandoc, and it is faster compared to the JSON filter interface which is also used by other languages (You may wish to listen to the Episode 37 of The Haskell Interlude podcast, where Joachim Breitner and David Christiansen interview John MacFarlane, the creator of pandoc, where he mentions Lua vs JSON filters).
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Not the OP but I use pandoc-crossref for this: https://lierdakil.github.io/pandoc-crossref/
-
-
gwern.net
Site infrastructure for gwern.net. Custom Hakyll website with unique link archiving, popup UX, transclusions/collapses, dark+reader mode, bidirectional backlinks, and typography (sidenotes, dropcaps, link icons, inflation-adjustment, subscripted-citations).
> Some of the issues are probably HTML5 limitations, unlikely to be fixed any time soon (unless one wants formulas to become graphics).
You can convert a lot of formulas into either Mathjax/Katex-style fonts or MathML, or even just HTML+Unicode. (I get a very long way with pure HTML+Unicode+CSS on Gwern.net, and didn't even have to write a TeX-to-HTML compiler - just a long LLM prompt: https://github.com/gwern/gwern.net/blob/master/build/latex2u... )
But that's missing the point. Who cares about all of the refinements like reflow or pretty equations, when you are routinely serving massively corrupted and silently incomplete HTML versions? I don't care how good the typography is in your book if it's missing 5% of pages at random and also doesn't have any page numbers or table of contents...
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
pandoc-markdown-ghci-filter
A Pandoc filter that identifies Haskell code in Markdown, executes the code in GHCI and embeds the results in the returned Markdown.
-
-
-
pandoc-filter-graphviz
Interpret '~~~ graphviz' bloc as a call to graphviz software and substritude text with produced picture
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Haskell Pandoc discussion
Haskell Pandoc related posts
-
An open discussion forum for ArXiv papers
-
Terminal-based presentations using Pandoc
-
Ask HN: Why aren't more books offered as Markdown?
-
LaTeX makes me so angry at word
-
Pandoc
-
What Happened to Pandoc-Discuss?
-
The Simplest Static Site Generator
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Sep 2024
Index
What are some of the best open-source Pandoc projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | pandoc | 33,934 |
2 | patat | 2,404 |
3 | pandoc-crossref | 927 |
4 | emanote | 798 |
5 | gwern.net | 494 |
6 | pandoc-plot | 220 |
7 | citeproc | 152 |
8 | pandoc-sidenote | 137 |
9 | pandoc-types | 107 |
10 | pandoc-csv2table | 96 |
11 | pandoc-include | 60 |
12 | asciidoc-hs | 47 |
13 | pandoc-citeproc-preamble | 40 |
14 | pandoc-placetable | 38 |
15 | pandoc-emphasize-code | 28 |
16 | pandoc-markdown-ghci-filter | 14 |
17 | pandoc-japanese-filters | 11 |
18 | hakyll-shortcut-links | 11 |
19 | pandoc-filter-graphviz | 10 |
20 | pandoc-lens | 9 |
21 | reflex-dom-pandoc | 6 |
22 | styleFromMeta | 4 |
23 | pandoc-utils | 2 |