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

ID note-refactor-obsidian
Author lynchjames
Official Release Date 2020-10-29
Last update 2023-09-18

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 12, 2026.

Community plugin snapshot Jun 8, 2026
Repository clone last successful checkout May 25, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2020-10-29 Plugin Added
2020-11-02 author lynchjames James Lynch
2023-04-26 description Extract note content into new notes and split notes Extract note content into new notes and split notes.
2026-05-12 author James Lynch lynchjames

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm
Uses Typescript Yes
Installed Bundlers Rollup
Installed Testing Frameworks Jest, Mocha
Has Test Files Yes
Latest Release main.js Size 833 KB
Detected ES Version ES5
Probably Minified No
Includes Large Base64 Blobs Yes (1)
References Worker APIs No
References WebAssembly APIs No
main.js API Findings Adapter File Access, Full Vault Access, Note Content Access, Vault File Write
Uses BRAT beta releases No
Dependencies None
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.

Disclosure Detected From
Adapter File Access Uses adapter-level vault filesystem APIs
Full Vault Access Enumerates vault files
Note Content Access Reads vault files
Vault File Write Writes vault files
Finding Type Confidence Evidence
References URLs or constructs URL objects Info High http:// (7), https:// (1)
Persists plugin settings or data Info High this.loadData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (11), obsidian.Setting (11)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (8)
Accesses Obsidian vault APIs Info High app.vault (6)
Enumerates vault files Info High app.vault.getMarkdownFiles (1)
Opens or creates files through workspace or file manager APIs Info High app.workspace.openLinkText (4)
Reads vault files Info High app.vault.read (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (1)
Writes vault files Info High app.vault.modify (1)
Accesses Obsidian workspace APIs Info High app.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

Version Release Date Note
0.1.0 2020-10-28 Released while not listed
0.1.1 2020-10-28 Released while not listed
0.2.0 2020-10-28 Released while not listed
1.0.0 2020-10-29 None
1.1.0 2020-10-29 None
1.1.2 2020-10-29 None
1.1.3 2020-10-29 None
1.1.4 2020-10-30 None
1.1.5 2020-10-30 None
1.2.0 2020-10-31 None
1.2.1 2020-10-31 None
1.2.2 2020-10-31 None
1.2.3 2020-10-31 None
1.2.4 2020-10-31 None
1.2.5 2020-10-31 None
1.2.6 2020-10-31 None
1.2.7 2020-10-31 None
1.2.8 2020-10-31 None
1.3.0 2020-11-01 None
1.4.0 2020-11-01 None
1.4.1 2020-11-01 None
1.4.2 2020-11-01 None
1.4.3 2020-11-02 None
1.4.4 2020-11-02 None
1.4.5 2020-11-03 None
1.4.6 2020-11-07 None
1.4.7 2020-11-11 None
1.5.0 2020-11-13 None
1.5.1 2020-11-14 None
1.5.2 2020-11-23 None
1.6.0 2020-12-12 None
1.6.1 2020-12-23 None
1.7.0 2021-06-20 None
1.7.1 2021-06-20 None
1.8.1 2023-08-30 None
1.8.2 2023-09-18 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.