Our great sponsors
fuzzy | pandoc | |
---|---|---|
0 | 322 | |
14 | 27,717 | |
- | - | |
0.0 | 9.9 | |
about 1 year ago | 2 days ago | |
Haskell | Haskell | |
MIT 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.
fuzzy
We haven't tracked posts mentioning fuzzy yet.
Tracking mentions began in Dec 2020.
pandoc
-
A tool to convert text and pdf files to HTML
Anyone looking at this, have a look at pandoc that really is a great tool. Much more control and of course free.
-
Pandoc, extensible swiss tool for markup document conversion, has a major new release 3.0
Binary is available on Github. You of course need Latex deps but besides that everything just works on Arch.
There’s a package on that repository called pandoc-bin (link) which contains the binary executable of pandoc without needing its massive dependency list. Rather than compiling it and it’s dependencies manually, it just pulls the latest release from the pandoc GitHub, and installs the statically-compiled binary. The PKGBUILD shows you exactly how it’s done.
- Pandoc 3.0 Released
-
Tree-sitter starter guide
The work done in redisplay_internal went down significantly but still sits pretty high in big files such as https://github.com/jgm/pandoc/blob/main/src/Text/Pandoc/Parsing/General.hs
- Emacs as org-mode interpreter - standalone, batch mode?
-
Markdown, Asciidoc, or reStructuredText - a tale of docs-as-code
If you're migrating your documentation project from one markup to another, you'll want to know about projects like Pandoc. If your build process includes a process to convert markup, Pandoc can be run with GitHub Actions. If you're planning on converting Asciidoc files to Markdown, you'll have to take a detour via the XML route. The proces will be: Asciidoc ---> XML ---> Markdown.
-
Think About Your Audience (with Bioconductor)
In my first two weeks, I found almost everything confusing. I had not interacted with Latex and Pandoc that much before. Given R is an older programming language and the code was written long ago, syntax was different for some elements and I had to learn what some things mean, how they were done before and how they are done now. The good thing is, as human beings one of our super powers is to learn, adapt to change and . That has really helped me throughout the internship till now.
-
marxists.org looks awful
The programming challenge I think would be to write a converter from marxist.org html to markdown or org-mode. I was thinking of pandoc with a lua filter (see also) for marxist.org html unfortunately my lua is terrible.
-
Modern Polars: an extensive side-by-side comparison of Polars and Pandas
Not the author but it seems that the site was made using Quarto [1] which uses pandoc [2] behind the scenes for producing the final output. The pandoc website suggests EPUB is possible.
[1] https://quarto.org/docs/get-started/authoring/text-editor.ht...
What are some alternatives?
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
obsidian-html - :file_cabinet: A simple tool to convert an Obsidian vault into a static directory of HTML files.
obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown
Obsidian-MD-To-PDF - A command line python script to convert Obsidian md files to a pdf
vimwiki - Personal Wiki for Vim
kramdown - kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
wavedrom - :ocean: Digital timing diagram rendering engine
logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
mdx - Markdown for the component era
MathJax - Beautiful and accessible math in all browsers
skylighting - A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
WeasyPrint - The awesome document factory