A plugin for obsidian, to toggle the properties
Toggles the visibility of inline properties in a note with Ctrl+Shift+P
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/obsidian-nunja/
.