Skip to content

zettelkasten navigation

Visualize a Luhmann-style zettelkasten.

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

Data

IDzettelkasten-navigation
Authorpkm-er
Minimum Obsidian Version1.8.5
Official Release Date2024-04-18
Last update2026-05-13

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
2024-04-18Plugin Added
2024-04-18nameZettelkasten Navigationobsidian zettelkasten navigation
2024-04-18nameobsidian zettelkasten navigationzettelkasten navigation
2025-09-13repoterrychenzw/obsidian-zettelkasten-navigationPKM-er/obsidian-zettelkasten-navigation
2026-05-12authorterrychenzwpkm-er
2026-05-12repoPKM-er/obsidian-zettelkasten-navigationpkm-er/obsidian-zettelkasten-navigation

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size258 KB
Detected ES VersionES2017
Probably MinifiedNo
main.js API Findings6 disclosures
Uses BRAT beta releasesNo
Dependencies@popperjs/core, d3, node, svg-pan-zoom
Dev Dependencies@types/d3, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, 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
Clipboard AccessReads or writes clipboard data
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Vault File WriteWrites vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (5)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (3), this.registerEvent (18)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (6), app.metadataCache (18), app.metadataCache.resolvedLinks (7)
References URLs or constructs URL objectsInfoHighhttp:// (9)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (54), obsidian.Setting (54)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (5), this.addRibbonIcon (2)
Accesses Obsidian vault APIsInfoHighapp.vault (28)
Enumerates vault filesInfoHighapp.vault.getAllLoadedFiles (2), app.vault.getFiles (1), app.vault.getMarkdownFiles (3)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (25)
References Obsidian URI linksInfoHighobsidian:// (1)
Writes vault filesInfoHighapp.vault.create (1), app.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (105)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (14), app.workspace.revealLeaf (6), registerView (5)

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 5736 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.12024-03-15Released while not listed
0.0.182024-04-18None
0.0.262024-04-19None
0.0.292024-04-29None
0.0.302024-05-01None
0.0.312024-05-02None
0.0.332024-05-10None
0.0.342024-05-10None
0.0.352024-05-13None
0.0.362024-05-13None
0.0.392024-05-16None
0.0.412024-05-19None
0.0.442024-05-26None
0.0.452024-06-01None
0.0.462024-06-04None
0.0.472024-06-10None
0.0.482024-06-15None
0.0.492024-06-22None
0.0.502024-06-28None
0.0.512024-07-06None
0.0.522024-07-13None
0.0.532024-07-13None
1.0.02024-07-21None
1.0.22024-10-12None
1.0.32024-11-02None
1.0.52024-11-30None
1.0.62024-12-01None
1.0.72024-12-07None
1.0.82025-01-14None
1.0.92025-01-20None
1.0.102025-02-07None
1.0.112025-02-08None
1.0.122025-02-10None
1.0.132025-02-10None
1.0.142025-02-18None
1.0.152025-02-18None
1.0.162025-02-18None
1.0.172025-02-19None
1.0.182025-02-19None
1.0.192025-02-19None
1.0.202025-03-17None
1.0.212025-03-19None
1.0.232025-03-19None
1.0.242025-03-20None
1.0.252025-03-26None
1.0.262025-04-04None
1.0.272025-04-11None
1.0.282025-04-17None
1.1.02025-09-26None
1.1.12025-09-28None
1.1.22025-09-30None
1.1.32025-10-12None
1.1.42025-10-26None
1.1.52025-10-27None
1.1.62025-10-28None
1.1.72025-11-03None
1.1.82025-11-06None
1.1.92025-12-05None
1.1.102026-05-13None

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.