Haskell Pandoc

Open-source Haskell projects categorized as Pandoc

Top 23 Haskell Pandoc Projects

  • pandoc

    Universal markup converter

    Project mention: Executable Blog Posts: Second Take | dev.to | 2024-08-11

    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.

    InfluxDB logo
  • patat

    Terminal-based presentations using Pandoc

    Project mention: Terminal-based presentations using Pandoc | news.ycombinator.com | 2024-08-03
  • pandoc-crossref

    Pandoc filter for cross-references

    Project mention: Typst: An easy to learn alternative for LaTex | news.ycombinator.com | 2024-07-20

    Not the OP but I use pandoc-crossref for this: https://lierdakil.github.io/pandoc-crossref/

  • emanote

    Emanate a structured view of your plain-text notes

  • 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).

    Project mention: An open discussion forum for ArXiv papers | news.ycombinator.com | 2024-09-09

    > 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...

  • pandoc-plot

    Render and include figures in Pandoc documents using your plotting toolkit of choice

  • citeproc

    CSL citation processing library in Haskell

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • pandoc-sidenote

    Convert Pandoc Markdown-style footnotes into sidenotes

  • pandoc-types

    types for representing structured documents

  • pandoc-csv2table

    A Pandoc filter that renders CSV as Pandoc Markdown Tables.

  • pandoc-include

    An include filter for Pandoc

  • asciidoc-hs

    AsciiDoc parser that can be used as a Pandoc front-end, written in Haskell

  • pandoc-citeproc-preamble

    Insert a preamble before pandoc-citeproc's bibliography

  • pandoc-placetable

    Pandoc filter to include CSV data (from file or URL)

  • pandoc-emphasize-code

    A Pandoc filter for emphasizing code in fenced blocks

  • 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-japanese-filters

    Pandoc filters to treat Japanese-specific markups

  • pandoc-filter-graphviz

    Interpret '~~~ graphviz' bloc as a call to graphviz software and substritude text with produced picture

  • pandoc-lens

    Lenses for the Pandoc AST

  • reflex-dom-pandoc

    Render Pandoc documents in reflex-dom

  • styleFromMeta

    Pandoc filter to apply styles found in the metadata of the document

  • pandoc-utils

    Utility functions to work with Pandoc in Haskell applications.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Haskell Pandoc discussion

Log in or Post with

Haskell Pandoc related posts

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

Sponsored
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.
www.influxdata.com

Did you konow that Haskell is
the 23rd most popular programming language
based on number of metions?