pandoc-placetable
Pandoc filter to include CSV data (from file or URL) (by mb21)
pandoc-crossref
Pandoc filter for cross-references (by lierdakil)
pandoc-placetable | pandoc-crossref | |
---|---|---|
1 | 4 | |
38 | 936 | |
- | - | |
0.0 | 7.7 | |
about 4 years ago | 17 days ago | |
Haskell | Haskell | |
LicenseRef-GPL | GNU General Public License v2.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
pandoc-placetable
Posts with mentions or reviews of pandoc-placetable.
We have used some of these posts to build our list of alternatives
and similar projects.
-
What would be the downsides of extending the image syntax ![]() to tables?
You could do this with a pandoc filter. That's probably more flexible than a pandoc built-in. You can easily adapt a filter to various situations, file types, and so on. After a very limited search on the internet, I do find quite some filters that convert csv formatted data in code blocks to tables. For example, https://github.com/mb21/pandoc-placetable. I'm sure there are also filters out there that take a pandoc link to a CSV file and convert it to a table. If not, they're not difficult to write either, and then you can get exactly what you want.
pandoc-crossref
Posts with mentions or reviews of pandoc-crossref.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-20.
-
Typst: An easy to learn alternative for LaTex
Not the OP but I use pandoc-crossref for this: https://lierdakil.github.io/pandoc-crossref/
-
Is there a way to use pandoc-crossref for foonotes?
i was going through this link but couldn't find anything for footnotes.
-
Latex-like Figures and Section Referencing in Obsidian
Hi everyone, I've recently been working on my dissertation and found it a bit hard to find any resources on how to reference image and sections in markdown just like in LaTeX. On Discord I didn't seem to get any replies and in the forum I could only find things like using HTML blocks. Well, I've found a way to do this, similar to how citations work using the pandoc-crossref filter (https://github.com/lierdakil/pandoc-crossref). Essentially it works like this:```![your nice caption](your_img_path.png){#fig:your_fig_name}```And in-text, reference the figure with: @fig:your_fig_name . The same can be done with sections.If anyone needs a step-by-step guide, I've updated my article on using Obsidian for Academic Writing: https://betterhumans.pub/obsidian-tutorial-for-academic-writing-87b038060522
- Figure Referencing
What are some alternatives?
When comparing pandoc-placetable and pandoc-crossref you can also consider the following projects:
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
pandoc-include - An include filter for Pandoc
pandoc-citeproc - Library and executable for using citeproc with pandoc
pandoc-japanese-filters - Pandoc filters to treat Japanese-specific markups
sundown - Haskell bindings to the sundown markdown library
pandoc-lens - Lenses for the Pandoc AST
text-format-heavy - Full-weight Haskell string formatting library, analog of Python's string.format
pandoc-types - types for representing structured documents
deburr
pandoc-vimhl - vim plugin that makes vim syntax highlighting engine available in pandoc
pandoc-csv2table - A Pandoc filter that renders CSV as Pandoc Markdown Tables.
pandoc-placetable vs pandoc-highlighting-extensions
pandoc-crossref vs pandoc-include
pandoc-placetable vs pandoc-citeproc
pandoc-crossref vs pandoc-citeproc
pandoc-placetable vs pandoc-japanese-filters
pandoc-crossref vs sundown
pandoc-placetable vs pandoc-lens
pandoc-crossref vs text-format-heavy
pandoc-placetable vs pandoc-types
pandoc-crossref vs deburr
pandoc-placetable vs pandoc-vimhl
pandoc-crossref vs pandoc-csv2table