If you don't know what joplin-blog is, let me briefly introduce it: it is a cli tool for converting joplin notes into other forms of content, supporting blog/wiki frameworks such as hexo, vuepress, docsify, jeykll. ref: https://discourse.joplinapp.org/t/joplin-note-sharing-tool/13480
Since joplin-blog => mami => mark-magic, this has been rewritten for the third time, but this time it has become better and can support exporting to EPUB and online novel sites (if you are using joplin to write novels) . The following is an introduction.
Introduction
A markdown-based data connection and conversion tool that solves data conversion between different tools and coordination between some commonly used tools.
Some use cases:
- Publishing notes online, such as generating content required for a hexo blog from the Joplin note tool and publishing it online at https://blog.rxliuli.com/.
- Publishing a novel online, such as generating a novel website from a local markdown file and publishing it at https://tts.liuli.moe/.
- Packaging a novel into an epub file, such as packaging "To the Stars" into an epub file for offline reading after downloading at https://github.com/liuli-moe/to-the-stars/releases.
Some previous community use cases:
- Joplin => Hugo for generating a blog.
- Joplin => Jekyll for generating a blog.
- Possibly others...