Our great sponsors
- SonarQube - Static code analysis for 29 languages.
- 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
pandoc | mdx | |
---|---|---|
380 | 90 | |
28,956 | 15,228 | |
- | 1.8% | |
9.9 | 9.0 | |
6 days ago | 14 days ago | |
Haskell | JavaScript | |
GNU General Public License v2.0 or later | MIT License |
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
-
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
mdx
-
Build a blog app with new Next.js 13 app folder and Contentlayer
MDX
-
Markdown, Asciidoc, or reStructuredText - a tale of docs-as-code
Last, but certainly not least, among my favorite frameworks is the family of frameworks based on MDX. Before that, let’s understand what is MDX and how does it vary from MD.
-
Blogging with Next.js and MDX: The ultimate combination for dynamic content
Are you a developer looking to create a blog or personal website that is both easy to maintain and visually appealing? Look no further than using Next.js and MDX!
-
Contentlayer with next/image
My first reaction was to use MDX and use next/image just as in the example. But that means that we can't use normal markdown images and it turns out that this won't work with contentlayer. This wont work, because Next.js does some magic on the import of the static image. The object which gets returned by the import, contains not only a path to the image, it contains also the width and height, plus a very small version of the image for the blurred placeholder. This magic does not work if the MDX file is loaded with contentlayer, because contentlayer uses its own bundler, which does not know about the import magic for images.
-
MDX autolink headings
And that's it, we can now hover over our MDX headings and should see a hash to the left. If we click a heading, we should see the id appended to the url in the browser address bar.
-
Using Code Hike within the app directory
I'm using MDX, with Contentlayer and for the code listing I'm using the wonderful Code Hike library.
-
Want to create attractive, interactive docs? Use these amazing documentation tools and examples
There is a rise in markdown-based formats to bring capacity for integrating interactive content into documents, namely using web components in markdown. MDX enables using JSX with markdown, the chief aim to bring React components to markdown. Mdsvex brings svelte components to markdown.
-
Migrating my website from Gatsby to Astro
Since I was going to write blog posts using MDX, needed good SEO, along with PWA (why not) and with the above mentioned stack, I needed a lot of plugins and by lot I mean A LOT.
-
MDX Code Highlighting and Styling with Tailwind
MDX
-
Gatsby.js 101
If you opt for Markdown files as your data source for your Gatsby site, you’ll have the option of embedding JSX reusable components into the text using gatsby-plugin-mdx, a Gatsby plugin that adds MDX support to your site. Here are the benefits:
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.
remark-gfm - remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown
next-mdx-remote - Load mdx content from anywhere through getStaticProps in next.js
Obsidian-MD-To-PDF - A command line python script to convert Obsidian md files to a pdf
astro - The all-in-one web framework designed for speed. ⭐️ Star to support our work!
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.
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
wavedrom - :ocean: Digital timing diagram rendering engine
emoji-shortcodes-for-markdown - 1000+ Emoji Finder app for Markdown, GitHub, Campfire, Slack, Discord and more...