obsidian-shellcommands
obsidian-shellcommands copied to clipboard
`{{event_type}}` variable
Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/393
Event name in UI Event code in data.json{{event_type}}{{event_type:category}}Obsidian starts on-layout-readyapplication-startedapplicationObsidian quits on-quitapplication-quitapplicationSwitching the active pane on-active-leaf-changedactive-leaf-switchedworkspaceCaret moved in editor * caret-movedSame as in data.jsoneditorEvery n seconds every-n-secondsSame as in data.jsontimeFile menu ** file-menufile-menu-itemmenuFolder menu ** folder-menufolder-menu-itemmenuEditor menu ** editor-menueditor-menu-itemmenuFile content modified file-content-modifiedSame as in data.jsonfileFile created file-createdSame as in data.jsonfileFile deleted file-deletedSame as in data.jsonfileFile moved file-movedSame as in data.jsonfileFile renamed file-renamedSame as in data.jsonfileFolder created folder-createdSame as in data.jsonfolderFolder deleted folder-deletedSame as in data.jsonfolderFolder moved folder-movedSame as in data.jsonfolderFolder renamed folder-renamedSame as in data.jsonfolder
- [x] Implement the thing.
- [x] Add to CHANGELOG.
- [x] Write documentation.
- [x] Write tests.
Done. Will be released in 0.22.0.
This is now released.