pandoc-placetable
Pandoc filter to include CSV data (from file or URL) (by mb21)
pandoc-types
types for representing structured documents (by jgm)
pandoc-placetable | pandoc-types | |
---|---|---|
1 | 1 | |
38 | 107 | |
- | - | |
0.0 | 4.9 | |
about 4 years ago | 6 months ago | |
Haskell | Haskell | |
LicenseRef-GPL | BSD 3-clause "New" or "Revised" License |
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-types
Posts with mentions or reviews of pandoc-types.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Convert plain text to rich text
If you really want to stop using Markdown to write with, then the best solution will be to use a proper conversion tool to turn these into word processing documents, such as DOCX or ODT, and then import that into Scrivener. I don't think (without plugins anyway) that Obsidian has any way of making this easier, but a good general purpose tool for this is Pandoc.
What are some alternatives?
When comparing pandoc-placetable and pandoc-types you can also consider the following projects:
pandoc-crossref - Pandoc filter for cross-references
xmlgen - XML generator library for Haskell
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
mustache-haskell - mustache implementation in Haskell
pandoc-citeproc - Library and executable for using citeproc with pandoc
html5-entity - A Haskell library for looking up and validating HTML5 entities
pandoc-japanese-filters - Pandoc filters to treat Japanese-specific markups
pandoc-lens - Lenses for the Pandoc AST
hyphenation - Knuth-Liang Hyphenation for Haskell based on TeX hyphenation files
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-crossref
pandoc-types vs xmlgen
pandoc-placetable vs pandoc-highlighting-extensions
pandoc-types vs mustache-haskell
pandoc-placetable vs pandoc-citeproc
pandoc-types vs html5-entity
pandoc-placetable vs pandoc-japanese-filters
pandoc-types vs pandoc-japanese-filters
pandoc-placetable vs pandoc-lens
pandoc-types vs hyphenation
pandoc-placetable vs pandoc-vimhl
pandoc-types vs pandoc-csv2table