Spaced Repetition
Fight the forgetting curve by reviewing flashcards & entire notes.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | obsidian-spaced-repetition |
| Author | st3v3nmw |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.2.8 |
| Official Release Date | 2021-04-13 |
| Last update | 2026-06-14 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jun 15, 2026 |
| Release acquisition | release metadata checked Jun 22, 2026; existing successful main.js cache reused |
Quick Links
- Plugin Docs
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2021-04-13 | Plugin Added | ||
| 2021-05-05 | description | Fight the forgetting curve & note aging by reviewing notes using spaced repetition on Obsidian.md | Fight the forgetting curve by reviewing flashcards & entire notes. |
| 2026-05-12 | author | Stephen Mwangi | st3v3nmw |
Repository Data
| License | MIT in package.json MIT in LICENSE file |
| Package Manager | pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | Yes |
Latest Release main.js Size | 2.63 MB |
| Detected ES Version | ES2018 |
| Probably Minified | No |
| main.js API Findings | 8 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @jest/globals, chart.js, clozecraft, gridjs, minimatch, pagerank.js, short-uuid, ts-fsrs |
| Dev Dependencies | @eslint/js, @types/jest, @types/node, @types/vhtml, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, auto-changelog, concurrently, esbuild, eslint, eslint-plugin-obsidianmd, eslint-plugin-simple-import-sort, eslint-plugin-unicorn, jest, jest-environment-jsdom, jest-expect-message, moment, obsidian, pre-commit, prettier, ts-jest, tslib, typescript, typescript-eslint, vhtml |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs, Uses browser network APIs |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Source Map Comment | Includes a source map comment |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses Node process or subprocess APIs | Warning | High | process.env (3), process.platform (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Includes a source map comment | Info | High | sourceMappingURL (1) |
| Includes large embedded base64 blobs | Info | High | base64 blob (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setTimeout (6), this.registerEvent (2) |
| References URLs or constructs URL objects | Info | High | http:// (8), https:// (12) |
| Uses browser network APIs | Info | High | fetch (1) |
| Uses Obsidian request APIs | Info | High | obsidian.request (1) |
| Registers plugin settings UI | Info | High | Setting (2), obsidian.Setting (2) |
| Accesses Obsidian vault APIs | Info | High | app.vault (1) |
| Opens or creates files through workspace or file manager APIs | Info | High | app.workspace.openLinkText (2), workspace_file_open:getLeaf.openFile (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (16) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (2) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.detachLeavesOfType (1), app.workspace.getLeavesOfType (3), app.workspace.revealLeaf (1) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 26256 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 1.0.0 | 2021-04-09 | Released while not listed |
| 1.0.1 | 2021-04-11 | Released while not listed |
| 1.1.0 | 2021-04-11 | Released while not listed |
| 1.1.1 | 2021-04-12 | Released while not listed |
| 1.1.2 | 2021-04-13 | None |
| 1.2.0 | 2021-04-13 | None |
| 1.2.1 | 2021-04-13 | None |
| 1.2.2 | 2021-04-14 | None |
| 1.2.3 | 2021-04-15 | None |
| 1.3.0 | 2021-04-19 | None |
| 1.3.1 | 2021-04-19 | None |
| 1.3.2 | 2021-04-20 | None |
| 1.4.0 | 2021-05-01 | None |
| 1.4.1 | 2021-05-01 | None |
| 1.4.2 | 2021-05-02 | None |
| 1.4.3 | 2021-05-08 | None |
| 1.4.4 | 2021-05-08 | None |
| 1.4.5 | 2021-05-16 | None |
| 1.4.6 | 2021-05-16 | None |
| 1.4.7 | 2021-05-21 | None |
| 1.4.8 | 2021-05-21 | None |
| 1.4.9 | 2021-05-31 | None |
| 1.5.0 | 2021-06-06 | None |
| 1.5.1 | 2021-06-06 | None |
| 1.5.2 | 2021-06-07 | None |
| 1.5.3 | 2021-06-10 | None |
| 1.5.4 | 2021-06-11 | None |
| 1.5.5 | 2021-06-12 | None |
| 1.5.6 | 2021-06-13 | None |
| 1.5.7 | 2021-06-20 | None |
| 1.5.8 | 2021-08-04 | None |
| 1.6.0 | 2021-08-08 | None |
| 1.6.1 | 2021-08-19 | None |
| 1.6.2 | 2021-08-29 | None |
| 1.7.0 | 2022-01-01 | None |
| 1.7.1 | 2022-01-02 | None |
| 1.7.2 | 2022-02-21 | None |
| 1.8.0 | 2022-07-24 | None |
| 1.9.0 | 2022-12-12 | None |
| 1.9.1 | 2022-12-12 | None |
| 1.9.2 | 2023-01-01 | None |
| 1.9.3 | 2023-01-02 | None |
| 1.9.4 | 2023-01-08 | None |
| 1.10.0 | 2023-02-06 | None |
| 1.10.1 | 2023-05-05 | None |
| 1.10.2 | 2023-10-09 | None |
| 1.10.3 | 2023-10-23 | None |
| 1.10.4 | 2023-10-30 | None |
| 1.10.5 | 2023-11-12 | None |
| 1.11.0 | 2024-01-09 | None |
| 1.11.1 | 2024-01-22 | None |
| 1.11.2 | 2024-03-04 | None |
| 1.12.0 | 2024-03-19 | None |
| 1.12.1 | 2024-03-20 | None |
| 1.12.2 | 2024-03-27 | None |
| 1.12.3 | 2024-04-11 | None |
| 1.12.4 | 2024-04-20 | None |
| 1.12.5 | 2024-08-01 | None |
| 1.12.6 | 2024-09-15 | None |
| 1.12.7 | 2024-09-22 | None |
| 1.12.8 | 2024-09-25 | None |
| 1.12.9 | 2024-10-06 | None |
| 1.13.0 | 2024-10-13 | None |
| 1.13.1 | 2024-10-14 | None |
| 1.13.2 | 2024-10-21 | None |
| 1.13.3 | 2025-03-23 | None |
| 1.13.4 | 2025-11-30 | None |
| 1.13.5 | 2026-02-21 | None |
| 1.13.6 | 2026-02-24 | None |
| 1.13.7 | 2026-03-03 | None |
| 1.13.8 | 2026-03-04 | None |
| 1.13.9 | 2026-03-13 | None |
| 1.14.0 | 2026-04-26 | None |
| 1.14.1 | 2026-04-28 | None |
| 1.14.2 | 2026-05-13 | None |
| 1.14.3 | 2026-05-20 | None |
| 1.15.0 | 2026-05-24 | None |
| 1.15.1 | 2026-05-29 | None |
| 1.15.2 | 2026-06-01 | None |
| 1.15.3 | 2026-06-04 | None |
| 1.15.4 | 2026-06-14 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.