Skip to content

Note Refactor

Extract note content into new notes and split notes.

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

Data

IDnote-refactor-obsidian
Authorlynchjames
Official Release Date2020-10-29
Last update2023-09-18

Last Refresh

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

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2020-10-29Plugin Added
2020-11-02authorlynchjamesJames Lynch
2023-04-26descriptionExtract note content into new notes and split notesExtract note content into new notes and split notes.
2026-05-12authorJames Lynchlynchjames

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersRollup
Installed Testing FrameworksJest, Mocha
Has Test FilesYes
Latest Release main.js Size833 KB
Detected ES VersionES5
Probably MinifiedNo
main.js API Findings6 disclosures
Uses BRAT beta releasesNo
DependenciesNone
Dev Dependencies@babel/preset-env, @babel/preset-typescript, @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-typescript, @types/jest, @types/node, cross-env, ignore-styles, jest, jest-environment-jsdom, jsdom, jsdom-global, mocha, moment, nyc, obsidian, rollup, rollup-plugin-copy, ts-node, tslib, typescript

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
Adapter File AccessUses adapter-level vault filesystem APIs
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Note Content AccessReads vault files
Source Map CommentIncludes a source map comment
Vault File WriteWrites vault files
FindingTypeConfidenceEvidence
Includes a source map commentInfoHighsourceMappingURL (1)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
References URLs or constructs URL objectsInfoHighhttp:// (7), https:// (1)
Persists plugin settings or dataInfoHighthis.loadData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (11), obsidian.Setting (11)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (8)
Accesses Obsidian vault APIsInfoHighapp.vault (6)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (1)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (4)
Reads vault filesInfoHighapp.vault.read (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (1)
Writes vault filesInfoHighapp.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (11)

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 1278 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.1.02020-10-28Released while not listed
0.1.12020-10-28Released while not listed
0.2.02020-10-28Released while not listed
1.0.02020-10-29None
1.1.02020-10-29None
1.1.22020-10-29None
1.1.32020-10-29None
1.1.42020-10-30None
1.1.52020-10-30None
1.2.02020-10-31None
1.2.12020-10-31None
1.2.22020-10-31None
1.2.32020-10-31None
1.2.42020-10-31None
1.2.52020-10-31None
1.2.62020-10-31None
1.2.72020-10-31None
1.2.82020-10-31None
1.3.02020-11-01None
1.4.02020-11-01None
1.4.12020-11-01None
1.4.22020-11-01None
1.4.32020-11-02None
1.4.42020-11-02None
1.4.52020-11-03None
1.4.62020-11-07None
1.4.72020-11-11None
1.5.02020-11-13None
1.5.12020-11-14None
1.5.22020-11-23None
1.6.02020-12-12None
1.6.12020-12-23None
1.7.02021-06-20None
1.7.12021-06-20None
1.8.12023-08-30None
1.8.22023-09-18None

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.