Skip to content

Releases: prncc/obsidian-repeat-plugin

1.8.0

03 Sep 20:29
Compare
Choose a tag to compare
  • 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

29 Jul 02:48
Compare
Choose a tag to compare

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

21 Jul 23:04
Compare
Choose a tag to compare

Update small typo in README and use "property" instead of "field".

1.7.0

21 Jul 19:58
Compare
Choose a tag to compare
  • 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

28 Jan 01:46
Compare
Choose a tag to compare

Fixes bug #28 wherein the period unit was reset when skipping spaced notes.

1.6.0

13 Nov 04:05
Compare
Choose a tag to compare
  • 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

10 Jun 18:41
Compare
Choose a tag to compare

Repeat notes will now scale with Obsidian's Zoom Level and Font Size options from the Appearance tab.

1.5.3

04 Jun 03:50
Compare
Choose a tag to compare

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

01 Jun 02:02
Compare
Choose a tag to compare

Simplify and update the README.

1.5.1

26 Feb 17:23
Compare
Choose a tag to compare

Fix bug that prevented "Repeat this note every X" commands from adding fields to frontmatter-less notes.