No description
Find a file
2024-03-03 13:10:06 +04:00
src improve error handling for notesets 2024-03-03 13:08:00 +04:00
.editorconfig Initial commit 2022-06-16 15:04:02 +03:00
.eslintignore Initial commit 2022-06-16 15:04:02 +03:00
.eslintrc Initial commit 2022-06-16 15:04:02 +03:00
.gitignore Initial commit 2022-06-16 15:04:02 +03:00
.npmrc Initial commit 2022-06-16 15:04:02 +03:00
esbuild.config.mjs Initial commit 2022-06-16 15:04:02 +03:00
LICENSE fix bug with opening noteset 2023-01-03 11:51:46 +06:00
main.ts improve error handling for notesets 2024-03-03 13:08:00 +04:00
manifest.json update manifest 2024-03-03 13:10:06 +04:00
noteset-info.png update readme 2022-08-30 22:57:55 +03:00
noteset-select-modal.png update readme 2022-08-30 22:57:55 +03:00
noteset-settings.png update readme 2022-08-30 22:57:55 +03:00
package-lock.json greatly increase priority of notes with no review date 2022-10-14 16:51:53 +03:00
package.json greatly increase priority of notes with no review date 2022-10-14 16:51:53 +03:00
README.md Update README.md 2023-11-12 12:06:09 +04:00
settings.png readme & small fixes 2022-07-17 21:44:11 +03:00
styles.css rewrite settings to use a separate modal for editing noteset 2023-05-07 13:16:53 +06:00
tsconfig.json Initial commit 2022-06-16 15:04:02 +03:00
version-bump.mjs Initial commit 2022-06-16 15:04:02 +03:00
versions.json Initial commit 2022-06-16 15:04:02 +03:00

Simple Note Review

Simple and flexible plugin for note review, resurfacing, and repetition.

IMPORTANT: this plugin uses Dataview plugin as its search engine. Please make sure you have Dataview plugin installed.

Is this a spaced repitition plugin?

Not quite.

This is a plugin for people who want to review, resurface, and rediscover their notes, but do not want to build a rigid system with a schedule.

The philosophy is: "define a set of notes and review them at your own pace".

How does it work?

Define a note set based on tags, folders, or a dataviewJS query.

Simple Note Review can create a noteset with a flexible set of rules: tags and/or folders, creation date, or even a dataviewJS query. A note can be in any number of note sets.

image

Use toolbar or commands for reviewing

When you start a review of a noteset for the first time, the plugin creates a persistent queue with all the notes in this noteset.

You can proceed reviewing notes in order, or choose a random one.

If you want to start a fresh review, reset the noteset queue with corresponding button on the sidebar or a command.

IMPORTANT: review queue does not update automatically, so it's always best to reset the queue when starting a new review!

sidebar

Review or skip note

To review or skip a note, click button on a sidebar or use a corresponding command. Skipping a note removes it from a current review queue; it will be back when you reset the queue.

review-note

Change review frequency for notes or exclude them from reviews

You can optionally set each note's review frequency in the sidebar on via command:

  • high
  • normal
  • low
  • ignore (exclude from all reviews)

What does "current note set" mean?

It is a note set you are currently reviewing. Since one note can be in any number of note sets, the plugin needs to understand which queue to use.

Noteset Stats

You can see noteset stats in settings or in sidebar.

image