Skip to content

floating toc

A floating directory that hovers a widget of the current directory on the notes page.

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

Data

IDfloating-toc
Authorpkm-er
Minimum Obsidian Version0.14.0
Official Release Date2022-11-09
Last update2026-01-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
2022-11-09Plugin Added
2023-04-27nameobsidian floating tocFloating TOC
2024-01-27descriptionThis is a floating directory plugin that hovers a widget of the current directory on the notes page.A floating directory that hovers a widget of the current directory on the notes page.
2025-09-13repocumany/obsidian-floating-toc-pluginPKM-er/obsidian-floating-toc-plugin
2026-05-12authorcurtgrimes modified by Cumanpkm-er
2026-05-12repoPKM-er/obsidian-floating-toc-pluginpkm-er/obsidian-floating-toc-plugin
2026-05-15nameFloating TOCfloating toc

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 Size48.7 KB
Detected ES VersionES6
Probably MinifiedYes
main.js API Findings4 disclosures
Uses BRAT beta releasesNo
Dependenciesesbuild-plugin-vue3, sass, vue
Dev Dependencies@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
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Note Content AccessReads vault files
FindingTypeConfidenceEvidence
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (2), setTimeout (18), this.registerEvent (2)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (3), app.metadataCache (4)
References URLs or constructs URL objectsInfoHighhttps:// (5)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (6)
Accesses Obsidian vault APIsInfoHighapp.vault (2)
Reads vault filesInfoHighapp.vault.cachedRead (2)
References Obsidian URI linksInfoHighobsidian:// (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (20)
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 2190 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.1.02022-09-17Released while not listed
2.0.12022-09-22Released while not listed
2.1.02022-09-23Released while not listed
2.1.22022-09-24Released while not listed
2.1.52022-09-26Released while not listed
2.1.62022-09-26Released while not listed
2.1.72022-09-27Released while not listed
2.1.82022-09-27Released while not listed
2.1.92022-09-30Released while not listed
2.2.02022-10-02Released while not listed
2.2.22022-10-12Released while not listed
2.2.32022-10-21Released while not listed
2.2.52022-11-09None
2.3.02022-12-20None
2.4.02023-11-29None
2.4.12023-11-30None
2.4.22023-12-01None
2.4.32023-12-05None
2.4.42024-01-05None
2.4.52024-01-05None
2.4.62024-02-21None
2.4.72024-03-24None
2.4.92025-03-17None
2.5.02025-03-17None
2.5.12025-03-18None
2.5.22025-03-22None
2.5.32025-03-24None
2.6.02025-03-25None
2.6.12025-03-26None
2.6.22025-03-27None
2.6.32025-03-28None
2.6.42025-03-28None
2.6.52025-04-01None
2.7.02025-07-11None
2.7.12026-01-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.