Top 6 Haskell pandoc-filter Projects
-
Project mention: Is there a way to use pandoc-crossref for foonotes? | /r/linuxquestions | 2023-05-18
i was going through this link but couldn't find anything for footnotes.
-
That's great news. I've been waiting for years for a dedicated 'Figure' element. The workaround was pretty brittle. It'll make pandoc-plot [0] easier to maintain as well.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
Project mention: What would be the downsides of extending the image syntax ![]() to tables? | /r/pandoc | 2023-02-22
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.
-
Haskell pandoc-filter related posts
Index
What are some of the best open-source pandoc-filter projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | pandoc-crossref | 854 |
2 | pandoc-plot | 197 |
3 | pandoc-csv2table | 92 |
4 | pandoc-include | 60 |
5 | pandoc-placetable | 36 |
6 | pandoc-utils | 2 |