Skip to content

Create Note in Folder

Add commands to create a note in a specific folder.

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

Data

IDcreate-note-in-folder
AuthorMara
FundingSupport the Author
Minimum Obsidian Version0.15.0
Official Release Date2023-03-02
Last update2026-05-20

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
2023-03-02Plugin Added
2024-05-25repoLisandra-dev/obsidian-create-note-in-folderMara-Li/obsidian-create-note-in-folder
2026-05-12authorMara-Limara-li
2026-05-12repoMara-Li/obsidian-create-note-in-foldermara-li/obsidian-create-note-in-folder
2026-06-11authormara-liMara

Repository Data

LicenseGNU General Public License v3.0 in package.json
GPL-3.0 in LICENSE file
Package Managerbun
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size82.9 KB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings4 disclosures
Uses BRAT beta releasesYes
Dependencies@obsidian-typings/obsidian-public-latest, i18next, ts-deepmerge
Dev Dependencies@biomejs/biome, @types/electron, @types/node, ansi-colors, commander, commit-and-tag-version, cross-env, dedent, esbuild, klona, obsidian, 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
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Note Content AccessReads vault files
Vault File WriteWrites vault files
FindingTypeConfidenceEvidence
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (4), this.registerEvent (2)
References URLs or constructs URL objectsInfoHighhttps:// (2)
Persists plugin settings or dataInfoHighthis.loadData (2), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (22), obsidian.Setting (22)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (4)
Accesses Obsidian vault APIsInfoHighapp.vault (11)
Accesses vault foldersInfoHighapp.vault.getRoot (2)
Enumerates vault filesInfoHighapp.vault.getAllFolders (1), app.vault.getAllLoadedFiles (2)
Reads vault filesInfoHighapp.vault.read (1)
Writes vault filesInfoHighapp.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (5)
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 2046 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.0.12023-02-13Released while not listed
0.0.22023-02-13Released while not listed
0.0.32023-02-14Released while not listed
0.0.52023-02-14Released while not listed
0.0.62023-02-15Released while not listed
0.0.72023-02-15Released while not listed
0.0.82023-02-15Released while not listed
0.0.92023-02-25Released while not listed
0.1.12023-08-15None
0.1.22023-08-18None
0.1.32023-08-18None
0.1.42023-08-18None
1.0.02023-08-18None
1.1.02023-08-19None
1.1.12023-08-19None
1.1.22023-08-19None
1.1.32023-09-01None
1.2.02023-10-14None
1.3.02023-10-15None
1.4.02023-10-15None
1.5.02023-10-15None
1.5.12023-10-16None
1.6.02023-12-02None
1.7.02023-12-03None
1.8.02023-12-04None
1.8.12023-12-04None
1.8.22023-12-04None
1.9.02023-12-05None
1.9.12023-12-05None
1.9.22023-12-17None
1.10.02024-01-05None
1.10.12024-01-06None
1.11.02024-05-26None
1.11.12024-05-28None
1.12.02024-06-11None
1.12.12024-07-02None
1.12.22024-07-10None
1.12.32024-10-31None
1.12.42024-10-31None
1.13.02026-05-20None

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.