Releases: prncc/obsidian-repeat-plugin
Releases · prncc/obsidian-repeat-plugin
1.8.0
- Support
repeat: never
to explicitly prevent a note from repeating. This is useful if you use search, automation, or triaging to pick which notes to start repeating.
- Support customizing the pre-filled interval in the
Repeat this note...
command.
1.7.2
Fixes #36 where the local graph goes blank if the user clicks the reviewed note's embed link in the Repeat view.
1.7.1
Update small typo in README and use "property" instead of "field".
1.7.0
- Add
repeat: never
option to explicitly exclude notes from repetition. The effect of this field is the same as not having any repeat
value. This is specifically useful if you want to add notes to review in bulk, and don't want to sort through the same notes each time.
- Update the readme.
1.6.1
Fixes bug #28 wherein the period unit was reset when skipping spaced notes.
1.6.0
- Allow setting the morning and evening review times in settings (#26)
- Minor internal code updates (requiring at least 1.1.0) (#27)
1.5.4
Repeat notes will now scale with Obsidian's Zoom Level and Font Size options from the Appearance tab.
1.5.3
Enhancement: Support the repeat field format spaced daily/weekly/monthly/yearly
in addition to spaced every ...
for consistency between spaced and periodic notes. That is, now you can add spaced
in front of any periodic repeat field value to convert a note from periodic to spaced.
1.5.2
Simplify and update the README.
1.5.1
Fix bug that prevented "Repeat this note every X" commands from adding fields to frontmatter-less notes.