lua-filters
pandoc
Our great sponsors
lua-filters | pandoc | |
---|---|---|
7 | 327 | |
490 | 27,803 | |
2.2% | - | |
5.5 | 9.9 | |
9 days ago | 5 days ago | |
Lua | 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.
lua-filters
-
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.
-
Quarto – an open-source scientific and technical publishing system built on pandoc
TikZ: Not sure if it answers your question, but Quarto has some support for TikZ. It's also possible to use a Lua filter, as described in the Lua filter docs. See also the diagram-generator filter.
-
Is there a tool that I can use to draw flowcharts with text in a .md file?
You can do inline diagrams with pandoc using this filter https://github.com/pandoc/lua-filters/tree/master/diagram-generator
-
laTex or Markdown?
Have a look at this repo for more awesome things you can do with pandoc. https://github.com/pandoc/lua-filters
-
Can I use LaTeX to create a document which pulls information from many separate markdown files?
Sorry for the late reply, but the include-files Lua filter here sounds good for this. I've been getting into writing these kind of filters lately myself and its adding a whole new dimension of possibilities for whats possible with Pandoc.
pandoc
-
SRD 5.1 - In DOC or DOCX format?
Should be pretty easy to pull that and run it through something like https://pandoc.org
-
I can easily copy codes with syntax highlighting in VScode. Can I do the same with Neovim?
There is silicon.nvim that uses the cli tool silicon to export the code as an image (I think there is also an alternative that uses carbon). There is also vim-copy-as-rtf that works only on OSx and Code2RTF.vim that works only on Windows (there was a fork of vim-copy-as-rtf for Linux, but I can't find it). Finally, there is this discussion about alternatives, being one of them to use pandoc and :TOHtml to export the text as RTF
-
How to convert markdown files into a website
Have a look on pandoc (there equally is a r/pandoc, too), their demos include a test pad to start; the conversions into other formats may be moderated by style files/templates you may tailor to your needs.
-
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.
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