Import and export from TiddlyWiki with JSON files.
Just install it from the store.
Or copy over main.js
, manifest.json
to your vault VaultFolder/.obsidian/plugins/your-plugin-id/
.
- Clone this repo.
npm i
oryarn
to install dependenciesnpm run dev
to start compilation in watch mode.
Setup DEV_VAULT_PLUGIN_FOLDER
(your obsidian dev-vault plugin folder) in a .env file (copy the .env.example)
I couldn't manage to have the hot-reload plugin to work, just turn off an on again the plugin in Obsidian and it will reload.