📘 Obsidian Development
To work on Obsidian development, follow these steps:
- Run
npm run dev-obsidian
. This command builds and watches code, pushing it into thedev-vault
part of the repo. - Make sure you've set the appropriate settings, as they're excluded from the repo.
- Use the
dev-vault
in Obsidian to test out the plugin. Thehot-reload
plugin is installed to automatically reload the plugin right after you save the code. - Sometimes Obsidian might act up, and you'll need to restart it.
- Most importantly, have fun! 🎉