Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 499 Bytes

If you would like to contribute:

  1. Submit an issue proposing your changes.
  2. Fork this repository.
  3. Run npm install.
  4. Run npm run dev to develop. When testing changes, just run cp dist/* "<your Obsidian vault>/plugins/time-ruler". It's recommended to install hot-reload and include a .hotreload file in the dist directory so changes reload automatically.
  5. When finished, please create a Pull Request describing your changes.

Submit an issue on GitHub if you have any questions!