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

Add support for Joplin markdown notes #32

Closed alfredbaudisch closed 3 years ago

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.

alfredbaudisch commented 3 years ago

Already got an issue for that #15