Skip to content

ZettelFlow

Create and manage your notes in a Zettelkasten way via Canvas.

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

Data

IDzettelflow
Authorrafaelgb
FundingSupport the Author
Minimum Obsidian Version1.4.11
Official Release Date2023-10-03
Last update2025-08-17

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-10-03Plugin Added
2024-01-27descriptionHelps you to create and manage your notes in a Zettelkasten way via Canvas.Create and manage your notes in a Zettelkasten way via Canvas.
2026-05-12authorRafaelGBrafaelgb
2026-05-12repoRafaelGB/Obsidian-ZettelFlowrafaelgb/Obsidian-ZettelFlow

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksJest
Has Test FilesNo
Latest Release main.js Size664 KB
Detected ES VersionES6
Probably MinifiedYes
main.js API Findings9 disclosures
Uses BRAT beta releasesYes
Dependencies@dnd-kit/core, @dnd-kit/modifiers, @dnd-kit/sortable, @popperjs/core, json-stable-stringify, monkey-around, react, react-dom, tiny-jsonc, use-sync-external-store, uuid
Dev Dependencies@codemirror/lang-javascript, @commitlint/cli, @commitlint/config-conventional, @types/node, @types/react, @types/react-dom, @types/uuid, builtin-modules, codemirror, esbuild, esbuild-sass-plugin, husky, jest, obsidian, oxlint, sass, ts-jest, tslib, typescript, zustand

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
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:eval (1), dynamic_code:function_constructor (1)
References localhost or private-network addressesWarningMedium127.0.0.1 (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (5)
Uses persistent browser storageInfoHighlocalStorage.getItem (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (1), setInterval (1), setTimeout (19)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (3), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (26), https:// (21)
Uses Obsidian request APIsInfoHighobsidian.request (8), obsidian.requestUrl (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighSetting (75), obsidian.Setting (75)
Accesses Obsidian vault APIsInfoHighapp.vault (3)
Reads vault filesInfoHighapp.vault.read (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (2)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (3)
Registers or manipulates workspace views and panesInfoHighregisterView (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 15215 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-08-24Released while not listed
0.0.22023-08-28Released while not listed
0.0.32023-08-31Released while not listed
0.0.42023-09-01Released while not listed
0.0.52023-09-03Released while not listed
0.0.62023-09-06Released while not listed
0.0.72023-09-08Released while not listed
0.0.82023-09-11Released while not listed
0.0.92023-09-14Released while not listed
0.1.02023-09-14Released while not listed
0.2.02023-09-29Released while not listed
0.3.02023-10-03None
0.4.02023-10-04None
0.5.02023-10-07None
0.6.02023-10-12None
0.7.02023-10-23None
1.0.02023-11-05None
1.1.02023-11-10None
1.2.02023-11-17None
1.2.12023-11-24None
1.3.02023-12-02None
1.3.12023-12-05None
1.3.22023-12-07None
1.3.32023-12-07None
1.4.02023-12-07None
1.4.12023-12-08None
1.4.22023-12-12None
2.0.02023-12-29None
2.1.02024-01-03None
2.2.02024-01-19None
2.2.12024-01-21None
2.2.22024-01-28None
2.3.02024-02-17None
2.3.12024-02-23None
2.3.22024-05-01None
2.3.32024-05-01None
2.4.02024-05-03None
2.4.12024-05-15None
2.4.22024-05-21None
2.5.02024-06-17None
2.6.02024-10-13None
2.6.12024-10-14None
2.7.02025-02-01None
2.8.02025-03-30None
2.9.02025-04-14None
2.9.12025-04-19None
2.10.02025-05-01None
2.11.02025-08-17None

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.