Convert Obsidian markdown to markup for reticulum and view .mu files
Still work in progress. Feel free to contribute.
- Clone the repository
- Run
npm install
- Run
npm run build
- Copy the
manifest.json
,styles.css
,main.js
files to your Obsidian plugins folder (vault-location/.obsidian/plugins/obsidian2mu) - Reload Obsidian and enable the plugin in settings
You can also modify the build-plugin.sh
and run it to build the plugin and copy it to the Obsidian plugins folder.
I also recommend you install hot-reload to automatically reload the plugin when you make changes to the code.