No description
Find a file
2023-06-18 18:59:00 -05:00
src Heavy refactor and implement spaced repetition algorithm 2023-06-18 18:59:00 -05:00
.editorconfig Initial commit 2023-06-08 14:36:44 -05:00
.eslintignore Initial commit 2023-06-08 14:36:44 -05:00
.eslintrc Initial commit 2023-06-08 14:36:44 -05:00
.gitignore Initial commit 2023-06-08 14:36:44 -05:00
.npmrc Initial commit 2023-06-08 14:36:44 -05:00
esbuild.config.mjs Initial commit 2023-06-08 14:36:44 -05:00
main.ts Heavy refactor and implement spaced repetition algorithm 2023-06-18 18:59:00 -05:00
manifest.json Heavy refactor and implement spaced repetition algorithm 2023-06-18 18:59:00 -05:00
package-lock.json Updates from mac 2023-06-12 11:27:08 -05:00
package.json Initial commit 2023-06-08 14:36:44 -05:00
README.md Heavy refactor and implement spaced repetition algorithm 2023-06-18 18:59:00 -05:00
styles.css Initial commit 2023-06-08 14:36:44 -05:00
tsconfig.json Initial commit 2023-06-08 14:36:44 -05:00
version-bump.mjs Initial commit 2023-06-08 14:36:44 -05:00
versions.json Initial commit 2023-06-08 14:36:44 -05:00

Memorization Plugin

This is a index card/memorization plugin for Obsidian. It currently implements a spaced repetition algorithm based off of SuperMemo-2(think Anki).

How to Use

Currently, this plugin allows you to study by tag. To study a tag, click the Memorization plugin icon on the left pane or select it from the command palette, search for a tag, and the plugin will generate study notes for you.

Settings

Delete memorization notes after creation

By default, this plugin will create and store new study notes for you. This could be annoying for some people, so disable this setting if that's the case.

Enable creation of new tabs

By default, when you go to the next note in the sequence, a new tab is not created. Enable this if you'd like a new tab created.