88 - Create Obsidian Plugin
Livestream
- https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin
- Sample Editor Command
- To enable the plugin, make sure you started dev server
npm dev
or it will fail to load the plugin. - Symlinking is possible (I can have the code in
~/Code/narze/obsidian-plugin-name
and symlinked to `~/obsidian/.obsidian/plugins/obsidian-plugin-name) - Add Hot reload plugin to support hot reloading Obsidian plugins
- Press
⌘+Shift+I
to view developer console