alfredbaudisch / pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
115 stars 7 forks source link

Support for Joplin notes markdown files #15

Closed alfredbaudisch closed 3 years ago

alfredbaudisch commented 3 years ago

The sole purpose that I started this project, is because I write A LOT with Joplin and I wanted to see my Joplin notes being automatically converted and published to my website.

So, let's add support to Joplin.

Joplin notes are markdown, but slugs will be sha1, so there's a need to rename slugs and probably follow links with the new slugs.

alfredbaudisch commented 3 years ago

Joplin notes are already in Markdown, but when they are exported from Joplin itself, the slugs and links are md5/sha hashes. Implement a way to convert the file names and slugs accordingly to the note title.