Tab Switcher
Switch your tabs with Ctrl + Tab in recently used order like in a browser.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | cycle-through-panes |
| Author | Vinzent |
| Funding | Support the Author |
| Minimum Obsidian Version | 0.15.0 |
| Official Release Date | 2020-11-21 |
| Last update | 2023-08-21 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 22, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2020-11-21 | Plugin Added | ||
| 2021-07-03 | author | Vinadon & Rythm | Vinadon & phibr0 |
| 2023-04-26 | description | Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser! | Cycle through your open panes with `ctrl + Tab`, just like with tabs in your browser! |
| 2023-08-10 | name | Cycle through Panes | Tab Switcher |
| 2023-08-10 | author | Vinadon & phibr0 | Vinzent & phibr0 |
| 2023-08-10 | description | Cycle through your open panes with `ctrl + Tab`, just like with tabs in your browser! | Switch your tabs with Ctrl + Tab in recently used order like in a browser. |
| 2023-08-10 | repo | phibr0/cycle-through-panes | Vinzent03/tab-switcher |
| 2026-05-12 | author | Vinzent & phibr0 | vinzent03 |
| 2026-05-12 | repo | Vinzent03/tab-switcher | vinzent03/tab-switcher |
| 2026-05-15 | author | vinzent03 | Vinzent |
Repository Data
| License | MIT in package.json GPL-3.0 in LICENSE file |
| Package Manager | Unknown (no lock file found) |
| Uses Typescript | Yes |
| Installed Bundlers | Rollup |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size | 102 KB |
| Detected ES Version | ES5 |
| Probably Minified | No |
| main.js API Findings | 3 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-typescript, @types/node, obsidian, rollup, standard-version, 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.
| Disclosure | Detected From |
|---|---|
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Platform Branching | Checks desktop, mobile, or OS platform flags |
| Source Map Comment | Includes a source map comment |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Includes a source map comment | Info | High | sourceMappingURL (1) |
| Includes large embedded base64 blobs | Info | High | base64 blob (1) |
| Checks desktop, mobile, or OS platform flags | Info | High | obsidian.Platform.isMobile (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (6), obsidian.Setting (6) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (8) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (11) |
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 472 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
| Version | Release Date | Note |
|---|---|---|
| 0.0.1 | 2020-11-21 | None |
| 0.0.2 | 2020-11-23 | None |
| 0.0.3 | 2020-12-18 | None |
| 0.0.4 | 2020-12-19 | None |
| 0.0.5 | 2021-01-05 | None |
| 0.0.6 | 2021-02-24 | None |
| 0.0.7 | 2021-10-18 | None |
| 0.0.8 | 2021-10-18 | None |
| 0.0.9 | 2021-11-17 | None |
| 0.0.10 | 2021-12-12 | None |
| 0.0.11 | 2021-12-16 | None |
| 0.0.12 | 2021-12-16 | None |
| 0.1.0 | 2022-07-16 | None |
| 0.1.1 | 2023-02-26 | None |
| 1.0.0 | 2023-03-31 | None |
| 1.0.1 | 2023-04-01 | None |
| 1.1.0 | 2023-04-02 | None |
| 1.1.1 | 2023-04-05 | None |
| 1.2.0 | 2023-04-20 | None |
| 1.2.1 | 2023-04-24 | None |
| 1.3.0 | 2023-08-10 | None |
| 1.4.0 | 2023-08-21 | None |