Skip to content

Nav Link Header

Display navigation links at the top of the notes.

Data

IDnav-link-header
Authorahts4962
FundingSupport the Author
Minimum Obsidian Version1.11.0
Official Release Date2024-09-27
Last update2026-04-24

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-09-27Plugin Added
2024-05-17Plugin Removed
2024-05-17Plugin Re-Added

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size254 KB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings3 disclosures
Uses BRAT beta releasesNo
Dependenciesemoji-regex-xs, minimatch, obsidian-daily-notes-interface, semver
Dev Dependencies@tsconfig/svelte, @types/node, @types/semver, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, esbuild-svelte, eslint, eslint-plugin-svelte, obsidian, svelte, svelte-preprocess, tslib, typescript, typescript-eslint, vitest

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
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Process Or Shell AccessUses Node process or subprocess APIs
FindingTypeConfidenceEvidence
Uses Node process or subprocess APIsWarningHighprocess.env (6), process.platform (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (3), this.registerEvent (16)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (1), https:// (53)
Persists plugin settings or dataInfoHighthis.saveData (3)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (3), obsidian.Setting (3)
Accesses Obsidian vault APIsInfoHighapp.vault (4)
Accesses Obsidian workspace APIsInfoHighapp.workspace (14)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (12)

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 7400 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
1.0.02024-09-26Released while not listed
1.0.12024-09-27None
1.0.22024-10-22None
1.0.32024-11-02None
1.0.42024-11-22None
1.0.52024-12-20None
1.1.02024-12-24None
1.1.12025-01-16None
2.0.02025-02-15None
2.0.12025-02-16None
2.1.02025-08-06None
2.1.12025-08-23None
2.2.02025-09-09None
2.3.02025-09-11None
2.4.02025-10-13None
2.5.02025-10-26None
2.6.02025-12-10None
2.7.02025-12-22None
2.7.12025-12-27None
2.7.22026-01-18None
2.7.32026-02-09None
2.8.02026-04-24None

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.