dartungar / obsidian-simple-note-review

Simple, customizable plugin for easy note review, resurfacing & repetition in Obsidian.md.
MIT License
57 stars 2 forks source link

Replace var declaration with let declaration #54

Closed LiamSwayne closed 9 months ago

LiamSwayne commented 9 months ago

Replace var declarations with let declarations. let is used much more frequently in this repository.