srg-kostyrko / obsidian-journal

MIT License
70 stars 7 forks source link

Add relative date calculations to date template variables #43

Closed arnoesterhuizen closed 3 months ago

arnoesterhuizen commented 3 months ago

resolves #41

Feature inspired and based off of code from liamcain/obsidian-periodic-notes

srg-kostyrko commented 3 months ago

Thank you for your contribution. Could you please also add information about this feature to Variable reference modal in src/settings/ui/variable-reference.ts and update readme

arnoesterhuizen commented 3 months ago

Thanks for pointing out where I missed an update. I've updated the code; anything else I can add to make this easy to use?

I'm a novice when it gets to plugin development, so thanks for helping me get some experience :)

arnoesterhuizen commented 3 months ago

I've pushed a tweak to the readme and settings UI, and rather than writing a whole paragraph in a small space, included links to the momentjs reference. Hopefully this should make it easy to understand without cluttering the interface.

(I also committed some small typo corrections in the README)