Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
jsontsv | pandoc | |
---|---|---|
0 | 380 | |
28 | 28,956 | |
- | - | |
0.0 | 9.9 | |
about 3 years ago | 5 days ago | |
Haskell | 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.
jsontsv
We haven't tracked posts mentioning jsontsv yet.
Tracking mentions began in Dec 2020.
pandoc
-
Best website to write a rulebook for ttrpgs
I use Obsidian (https://obsidian.md) for a lot of things, including my RPG stuff, and there are options for exporting things as PDFs. It’s great for getting organized and doing research, but I would use other tools for long-form writing and layout. What I like about Obsidian though is that everything is done in Markdown (https://commonmark.org) and I can use Pandoc (https://pandoc.org) to transform the source to whatever I need. The caveat is that Obsidian uses a flavor of Markdown with some non-standard extensions, so a pure Markdown editor like Typora (https://typora.io) might be a better choice depending on your needs.
-
Screen reader accessibility of character sheets in Blades
My second question is just checking my solution is at all sane. I'm using markdown to make my own character sheets for each playbook, including all the information I think prudent (happy to share if it'd help and not be sharing anything proprietary), and then using pandoc to convert these into word documents. I'm then just sharing these with my players and they can then edit them for their characters and update them as needs be. Is this a reasonable approach? Or is there a better approach?
-
Is it just me or it nix becoming more common
Especially Haskell tools often live in proximity to nix as well, e.g., pandoc or xmonad.
- LaTeX and AsciiDoc
-
What software do you use to write documentation?
Tried mkdocs and it is great; beautiful styling and both Markdown and reStructuredText can be used. It would be perfect if I could figure out a way to replace the Markdown -> HTML converter (probably python-Markdown?) with pandoc
-
Is there anyway to extract the first page of an epub as image so I can use it in lf previewer
You could use pandoc to convert it to a PDF, from which the first page could be extracted (e.g. via pdfseparate(1)) and then converted to an image (e.g. via convert(1)). But perhaps someone else has a more elegant suggestion.
-
File Converters - Do you know of any I can self host? I want to do it all...
How about https://pandoc.org/
-
Genuine question: how do you all use Haskell IRL?
I'm freelancing as a pandoc consultant, and I regularly get to fix bugs and to extend pandoc with additional functionality. My proudest work is the Lua subsystem, which is now used heavily, e.g. in Quarto.
-
Looking for Word Processor recs
Pandoc automatically converts many (many) formats into beautiful typeset PDF pages. It uses TeX internally, which is strongly-opinionated typesetting software that will largely ignore whatever spacing is in the input document & replace it with what a detail-oriented, perfectionist, founder of Computer Science thought math textbooks should look like in 1978, & it is beautiful.
-
Any cli utility to create ascii/org mode tables?
https://pandoc.org/ can export csv to markdown/orgmode tables
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
mdx - Markdown for the component era
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.
MathJax - Beautiful and accessible math in all browsers
calibre - The official source code repository for the calibre ebook manager
skylighting - A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions