Skip to content

Releases: prncc/obsidian-repeat-plugin

1.5.0

21 Feb 01:03
Compare
Choose a tag to compare

Implement the hidden frontmatter field. Setting hidden: true in the frontmatter makes the affected note's body blurred during repeats, and thus provides one-sided flashcard functionality to the plugin.

1.4.0

21 Feb 00:53
Compare
Choose a tag to compare
  • Fix note titles not being noticeable on desktop.
  • Add debouncing when updating the due note count and re-rendering the active not in the repeat view. This should greatly speed up the plugin on mobile. See #6.

1.3.3

02 Jan 20:32
Compare
Choose a tag to compare

Keep the due at summary in the repeat modal automatically updated, and have it clarify when a note is overdue.

1.3.2

02 Jan 19:37
Compare
Choose a tag to compare

Fix for a bug in which the same note could be shown after review due to a race condition.

1.3.1

02 Jan 18:00
Compare
Choose a tag to compare

Fixes:

  • The Repeat modal now correctly sets the repeat due date when the parameters are changed more than once.
  • The built-in commands now update the frontmatter even if the note is not in "edit" view.

1.3.0

31 Dec 20:29
Compare
Choose a tag to compare

New features:

  • You can now specify a folder to ignore when determining which notes become due. This is useful for templating.

Fixes:

  • Obsidian no longer takes a while to become responsive if Repeat is enabled with a large vault. See Issue #6.
  • Fixed an issue where the "N repeat notes due" status text would be duplicated when its setting is toggled.

Special thanks to @wei2912 for adding the new feature, reporting the first issue, and fixing the second.

1.2.0

13 Nov 02:08
Compare
Choose a tag to compare

Improvements to the Repeat view and a bug fix.

New features:

  • Keep current note in sync with external edits. The plugin should now handle note renames, edits, and deletion of the note being reviewed.
  • Add a refresh button to the view when no more notes are due.

Fixes:

  • Fix bug which caused due notes to appear out of order.

Other:

  • Bump luxon to the latest version.

1.1.0

02 Nov 05:12
Compare
Choose a tag to compare

Bug fixes and quality-of-life improvements.

Fixes:

  • Fix cross-platform resource path resolution
  • Fix spaced note repeat choice calculation

Changes of behavior:

  • Load current repetition state into custom repeat modal
  • Make the default custom repetition strategy SPACED (if repetition doesn't exist in note)
  • Limit the width of the note being reviewed
  • Respect time of day preference in spaced notes due in a week or more
  • Only embed PDFs on desktop devices

1.0.2

24 Oct 02:17
Compare
Choose a tag to compare

Update the plugin id: obsidian-repeat-plugin -> repeat-plugin.

1.0.1

23 Oct 01:23
Compare
Choose a tag to compare

Update styles after Obsidian's 1.0.0 release.