mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
922 B
922 B
Development how-to
Prerequisites
- Get a Node.js
- Execute
corepack enableto enable PnPM package manager
Development
- It is recommended to create a new Obsidian vault for development
git clonethe repo to any place on your filesystem and enter the directory you clonedpnpm installonce to resolve project dependenciespnpm run devto mount the plugin to Obsidian vault (where you would like to test it) with hot-reload capability to get instant feedback on any change in your code
Special thanks to:
- @pjeby for hot-reload plugin which gives an instant feedback on code change
- @zephraph for his tools for Obsidian plugin development package which makes development a breeze