text-ldap
pandoc
text-ldap | pandoc | |
---|---|---|
- | 428 | |
3 | 34,247 | |
- | - | |
0.0 | 9.8 | |
about 3 years ago | 6 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | 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.
text-ldap
We haven't tracked posts mentioning text-ldap yet.
Tracking mentions began in Dec 2020.
pandoc
-
WordPress Alternatives
I think yours is the candidate for Pandoc[1] or something like Soupault[2]. But you will be doing the HTML/CSS writing yourself.
1. https://pandoc.org
2. https://soupault.app
- John Carmack on Inlined Code
- From Gatsby gridlock to Astro bliss: my personal site redesign
-
Executable Blog Posts: Second Take
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).
- Why I Prefer RST to Markdown
- Ask HN: What are you using to parse PDFs for RAG?
-
Ask HN: Why aren't more books offered as Markdown?
PDF and Epub support a featureset that far exceeds Markdown in it's basic specification. Translating from one to the other would be pretty lossy, but possible.
You could probably use Pandoc to do this yourself, but again I'd stress that this is a pretty poor way to translate the original document: https://pandoc.org/
-
Beautifying Org Mode in Emacs (2018)
My main authoring tool is then Emacs Markdown Mode (https://jblevins.org/projects/markdown-mode/). For data entry, it comes with some bells and whistles similar to org-mode, like C-c C-l for inserting links etc.
I seldom export my notes for external usage, but if it is the case, I use lowdown (https://kristaps.bsd.lv/lowdown/) which also comes with some nice output targets (among the more unusual are Groff and Terminal). Of cource pandoc (https://pandoc.org/) does a very good job here, too.
-
Show HN: I made a tool to clean and convert any webpage to Markdown
This is one of those things that the ever-amazing pandoc (https://pandoc.org/) does very well, on top of supporting virtually every other document format.
-
LaTeX makes me so angry at word
Folks feel the same way about Markdown versus LaTeX: why use something significantly more complicated where a looser, human-readable grammar works better?
For any other situations, I use https://pandoc.org/, or, generate a Word doc scriptomatically.
What are some alternatives?
pretty - Efficient JSON beautifier and compactor for Go
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
pretty - Pretty printing for Go values
obsidian-html - :file_cabinet: A simple tool to convert an Obsidian vault into a static directory of HTML files.
pretty - Haskell Pretty-printer library
obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown
pandoc-crossref - Pandoc filter for cross-references
Obsidian-MD-To-PDF - A command line python script to convert Obsidian md files to a pdf
patat - Terminal-based presentations using Pandoc
kramdown - kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
text - Haskell library for space- and time-efficient operations over Unicode text.
wavedrom - :ocean: Digital timing diagram rendering engine