Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 643 Bytes

Import/Export TiddlyWiki

Import and export from TiddlyWiki with JSON files.

How to use

Just install it from the store.

Or copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

How to dev

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm 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.