If you would like to contribute:
- Submit an issue proposing your changes.
- Fork this repository.
- Run
npm install
. - Run
npm run dev
to develop. When testing changes, just runcp dist/* "<your Obsidian vault>/plugins/time-ruler"
. It's recommended to install hot-reload and include a.hotreload
file in thedist
directory so changes reload automatically. - When finished, please create a Pull Request describing your changes.
Submit an issue on GitHub if you have any questions!