Edit mode switch
Add a button in the file header, in edit mode, to switch between source and live-preview.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | shortcut-edit-mode |
| Author | Mara |
| Minimum Obsidian Version | 1.5.12 |
| Official Release Date | 2024-08-28 |
| Last update | 2026-06-11 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 12, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2024-08-28 | Plugin Added | ||
| 2024-09-16 | Plugin Removed | ||
| 2024-09-24 | Plugin Re-Added | ||
| 2024-09-12 | Plugin Removed | ||
| 2024-10-17 | Plugin Re-Added | ||
| 2024-05-17 | Plugin Removed | ||
| 2024-05-17 | Plugin Re-Added | ||
| 2026-05-12 | author | Mara-Li | mara-li |
| 2026-05-12 | repo | Mara-Li/obsidian-edit-shortcut | mara-li/obsidian-edit-shortcut |
| 2026-06-11 | author | mara-li | Mara |
Repository Data
| License | GPL-3.0-with-autoconf-exception in package.json GPL-3.0 in LICENSE
file
|
| Package Manager | bun |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 13.4 KB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 1 disclosure |
| Uses BRAT beta releases | Yes |
| Dependencies | @delucis/if-env, @types/ejs, ansi-colors, commander, commit-and-tag-version, dedent, dotenv-cli, obsidian-typings |
| Dev Dependencies | @biomejs/biome, @types/node, esbuild, i18next, 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.
| Disclosure | Detected From |
|---|---|
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses persistent browser storage | Info | High | localStorage (1) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerEvent (2) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (7), obsidian.Setting (7) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (7) |
| Accesses the active file or editor | Info | High | app.workspace.activeEditor (2) |
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 739 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 | 2024-08-21 | Released while not listed |
| 0.0.2 | 2024-08-21 | Released while not listed |
| 0.0.3 | 2024-08-28 | None |
| 0.0.4 | 2024-11-06 | None |
| 0.0.5 | 2024-12-18 | None |
| 0.0.6 | 2025-03-20 | None |
| 0.0.7 | 2025-03-21 | None |
| 0.0.8 | 2025-04-06 | None |
| 0.0.9 | 2026-05-13 | None |
| 0.0.10 | 2026-06-11 | None |
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.