Skip to content

FSRS

Free Spaced Repetition Scheduler integration. Implements FSRS algorithm for spaced repetition flashcards directly in your notes. - This plugin has not been manually reviewed by Obsidian staff.

The above warnings are based on limited information and might not always be accurate.

Data

IDfsrs
Authorevgene-kopylov
Minimum Obsidian Version1.12.7
Official Release Date2026-05-12
Last update2026-07-09

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-05-12Plugin Added
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Free Spaced Repetition Scheduler integration. Implements FSRS algorithm for spaced repetition flashcards directly in your notes.Free Spaced Repetition Scheduler integration. Implements FSRS algorithm for spaced repetition flashcards directly in your notes. - This plugin has not been manually reviewed by Obsidian staff.

Repository Data

LicenseLGPL-3.0 in package.json
Unrecognized in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size924 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings8 disclosures
Uses BRAT beta releasesNo
Dependenciesbinaryen, obsidian
Dev Dependencies@eslint-community/eslint-plugin-eslint-comments, @eslint/js, @types/node, @vitest/coverage-v8, @vitest/ui, esbuild, esbuild-plugin-wasm, eslint-plugin-obsidianmd, globals, jiti, jsdom, lefthook, nodemon, stylelint, stylelint-config-recommended, tslib, typescript, typescript-eslint, vitest

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.

DisclosureDetected From
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Markdown ProcessingRegisters markdown processors or renderers
Metadata AccessReads Obsidian metadata cache
Note Content AccessReads vault files
Vault File WriteWrites vault files
Webassembly UsageUses WebAssembly APIs
FindingTypeConfidenceEvidence
Uses WebAssembly APIsInfoHighWebAssembly (2)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers markdown processors or renderersInfoHighthis.registerMarkdownCodeBlockProcessor (3)
Registers events, DOM handlers, or intervalsInfoHighthis.registerEvent (5)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache (1)
Persists plugin settings or dataInfoHighthis.loadData (2), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (17), obsidian.Setting (17)
Accesses Obsidian vault APIsInfoHighapp.vault (12)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (1)
Reads vault filesInfoHighapp.vault.read (3)
Writes vault filesInfoHighapp.vault.process (2)
Accesses Obsidian workspace APIsInfoHighapp.workspace (2)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (3)

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 13318 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

VersionRelease DateNote
0.4.72026-04-25Released while not listed
0.10.22026-05-06Released while not listed
0.11.02026-05-06Released while not listed
0.11.12026-05-06Released while not listed
0.11.22026-05-07Released while not listed
0.11.32026-05-07Released while not listed
0.11.42026-05-08Released while not listed
0.11.72026-05-09Released while not listed
0.11.92026-05-11Released while not listed
0.11.112026-05-13None
0.11.122026-05-13None
0.12.02026-05-14None
0.13.02026-05-16None
0.13.12026-05-16None
0.13.22026-05-16None
0.13.32026-05-16None
0.13.42026-05-17None
0.14.02026-05-21None
0.16.12026-05-22None
0.17.02026-05-24None
0.17.12026-05-24None
0.17.22026-06-09None
0.17.42026-06-11None
0.18.02026-06-18None
0.19.02026-06-25None
0.19.12026-07-09None

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.