pandoc
obsidian-export
pandoc | obsidian-export | |
---|---|---|
446 | 22 | |
37,899 | 1,183 | |
1.9% | 2.1% | |
9.8 | 8.5 | |
2 days ago | 12 days ago | |
Haskell | Rust | |
GNU General Public License v3.0 or later | GNU General Public License v3.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.
pandoc
-
Quarkdown: A modern Markdown-based typesetting system
I get that people don't like the braces in TeX but ... :-)
I'm only half sarcastic here, I don't like them either. I have recently been using pandoc[1] to do the things they are talking about, I had added some stuff in perl using the Template Toolkit[2] to make HTML pages. My issue is that I have very different fugue states for writing vs. coding. Switching states breaks my flow so I've been trying to make the two modes as orthogonal as possible.
I'm curious if anyone has used something like this to go straight to PNG. My use case is that I have a surplus epaper display that can display pngs it fetches from the network and I've been forwarding it my todo list. Have been doing this with a LuaTeX flow but would like something a bit more seamless.
[1] Pandoc -- https://pandoc.org/
[2] Template Toolkit -- https://template-toolkit.org/
-
Show HN: Vaev – A browser engine built from scratch (It renders google.com)
wkhtmltopdf is not chromium though? "Wk" literally stands for WebKit.
There's also https://weasyprint.org/ which doesn't use any browser engine, but rather a custom renderer.
And both of those (and Prince) can be used as a backend by Pandoc (https://pandoc.org/)
-
How to Automate Document Workflows for Developers
Pandoc Documentation - Universal
- Open source and self hostable/private file converter
-
Why Is This Site Built with C
I think TFA is unfair wrt pandoc's dependencies. I'm not sure if the listed "ecosystem" is what you need to build pandoc from source, or just the result of shitty packaging of pandoc from the OS package maintainers.
For the record, the .deb download from [1] gives you a 146MB statically linked pandoc executable that depends only on libc6 (>= 2.13), libgmp10, zlib1g (>= 1:1.1.4).
[1] https://github.com/jgm/pandoc/releases
-
Accessible open textbooks in math-heavy disciplines
Another option is Quarto [1]. It's basically a friendly wrapper around Pandoc [2], letting you write in Markdown (+ lots of Quarto-specific extensions) and render to LaTeX, Typst, multi-page HTML, EPUB, docx, and more.
[1] https://quarto.org/
[2] https://pandoc.org/
-
Overengineer your CV
The resulting Markdown is passed to pandoc to convert it to HTML
-
If it is worth keeping, save it in Markdown
To be fair, one there's a good one there's much less incentive to write something new. In this case the good converter is Pandoc: https://pandoc.org/
-
How to convert Markdown to PDF
There are a handful of excellent command-line tools, and Pandoc comes to mind. It is not just a one-trick pony, too. With Pandoc you can convert between many different formats.
-
Proposed Perl Changes (part 2)
I’ll be using the Template Toolkit to build the site, with a sprinkling of Bootstrap to make it look half-decent. Because there is a lot of Markdown-to-HTML conversion, I’ll use my Template::Provider::Pandoc module which uses Pandoc to convert templates into different formats.
obsidian-export
-
MdBook – Create book from Markdown files. Like Gitbook but implemented in Rust
Found: https://github.com/zoni/obsidian-export but hope this can be part of a single solution.
-
Using Github to write my notes has helped me retain knowledge immensely.
I use this obsidian-export CLI program to convert prior to pushing to my repo and it's been working pretty well. This gives me a read-only version of my notes that is accessible from devices I don't have obsidian on (work laptop, for example).
- Export all notes at once and convert wikilinks to Markdown?
-
Personal knowledge base: Any tool/software suggestions?
If you limit your use of third party plugins, you can always use https://github.com/zoni/obsidian-export for this as well. I originally built it for exactly this use case (but now also use it as a crucial step in my pipeline to publish content to my own website)
-
A free + simple + good looking alternative to Obsidian Publish!
It came from here! https://github.com/zoni/obsidian-export
-
A Quick Way to Share Your Obsidian PKM
Worth noting I maintain a project which does exactly this: https://github.com/zoni/obsidian-export
-
D&D template?
I have similar folders to [Oudwin](https://www.reddit.com/user/Oudwin/)... - dm - _inbox - assets - checklist - communications - research-reference - elements - sessions Additionally, I have had reasonable success using [obsidian-export](https://github.com/zoni/obsidian-export) to export my Obsidian vault to CommonMark. From there you have more options. I then build html pages using [mdbook](https://rust-lang.github.io/mdBook/) to control the information that is revealed to players. I am playing with using [MkDocs](https://www.mkdocs.org/) to see if it offers more control/flexibility. Regardless, the /elements folder contains all the lore chunks of the world including information I keep on the PCs. The /communications and /sessions folders can contain info with links to /elements that are revealed as needed. I make heavy use of transclusion ![[CoolThingFormAnotherFolder]] to keep it a bit more elegant and some custom styles are needed to make it how it look how I wish.
-
Export Vault/Notes to a standalone wiki html?
I have had reasonable success using obsidian-export to export a vault to CommonMark. From there you have more options. I am using it for world-building in D&D and I then build html pages using mdbook to control the information that is revealed to players.
-
New User - Should I stay with pure markdown or use Obsidian extra commands/syntax?
Shameless plug: obsidian-export. It will convert [[WikiLinks]] and ![[Embeds]] to plain Markdown (among a few other things) so you'll always have a way to go back if Obsidian doesn't work out the way you hoped.
-
What Settings to Use to Make Notes Created in Obsidian the Most Universally Compatible
So really you can't get what you want at all. You could try an external tool like this to export your notes to commonmark which is more widely supported. Ultimately if you are changing the path to files outside of obsidian (meaning they won't be automatically updated) you will break links. So maybe your best bet is to use wikilinks + an export tool.
What are some alternatives?
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
obsidian-pandoc - Pandoc document export plugin for Obsidian (https://obsidian.md)
sphinx - implementation of a sphinx client in haskell
Hugo - The world’s fastest framework for building websites.
gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more!
Zettlr - Your One-Stop Publication Workbench