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.
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.
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.