pandoc-plot VS pandoc-crossref

Compare pandoc-plot vs pandoc-crossref and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pandoc-plot pandoc-crossref
2 3
210 888
- -
7.2 7.9
26 days ago about 1 month ago
Haskell Haskell
GNU General Public License v2.0 or later 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.

pandoc-plot

Posts with mentions or reviews of pandoc-plot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-19.
  • Pandoc [a universal document converter] 3.0
    5 projects | news.ycombinator.com | 19 Jan 2023
    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.

    [0]: https://github.com/LaurentRDC/pandoc-plot

  • Learn Haskell by building a blog generator – a project-oriented Haskell book
    7 projects | news.ycombinator.com | 8 Jun 2022
    That's the perfect learning project because there's something tangible at the end.

    Whenever the question of "How do I learn Haskell" comes up, I always suggest to come up with a project that would be useful on its own, regardless of the technology used to create it, and use Haskell to do it. In my case it was a pandoc filter to embed plots in documents (https://github.com/LaurentRDC/pandoc-plot), which was ultimately useful to create my PhD dissertation.

    There's only so much you can learn about Haskell by working through toy examples.

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.
  • Is there a way to use pandoc-crossref for foonotes?
    1 project | /r/linuxquestions | 18 May 2023
    i was going through this link but couldn't find anything for footnotes.
  • Latex-like Figures and Section Referencing in Obsidian
    1 project | /r/ObsidianMD | 26 Jan 2023
    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
    1 project | /r/Zettlr | 19 Oct 2021

What are some alternatives?

When comparing pandoc-plot and pandoc-crossref you can also consider the following projects:

pandoc-markdown-ghci-filter - A Pandoc filter that identifies Haskell code in Markdown, executes the code in GHCI and embeds the results in the returned Markdown.

pandoc-citeproc - Library and executable for using citeproc with pandoc

pandoc-pyplot

pandoc-include - An include filter for Pandoc

tintin - 📚 A softer alternative to Haddock

pandoc-placetable - Pandoc filter to include CSV data (from file or URL)

pandoc-emphasize-code - A Pandoc filter for emphasizing code in fenced blocks

pandoc - Universal markup converter

pantcl - Document conversion with Tcl based filters using pandoc or Tcl only. Example filter for ABC music, GraphViz, PlantUML, R, Python etc are provided.

sundown - Haskell bindings to the sundown markdown library

pandoc-csv2table - A Pandoc filter that renders CSV as Pandoc Markdown Tables.

text-format-heavy - Full-weight Haskell string formatting library, analog of Python's string.format