Editing Toolbar
The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | editing-toolbar |
| Author | pkm-er |
| Minimum Obsidian Version | 0.14.0 |
| Official Release Date | 2022-11-09 |
| Last update | 2026-07-09 |
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 Jul 13, 2026 |
| Release acquisition | release metadata checked Jul 13, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2022-11-09 | Plugin Added | ||
| 2024-01-27 | description | The Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience. | The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience. |
| 2025-09-13 | repo | cumany/obsidian-editing-toolbar | PKM-er/obsidian-editing-toolbar |
| 2026-05-12 | author | Cuman | pkm-er |
| 2026-05-12 | repo | PKM-er/obsidian-editing-toolbar | pkm-er/obsidian-editing-toolbar |
Repository Data
| License | MIT in package.json Unrecognized in LICENSE file |
| Package Manager | pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | Rollup |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size | 1.50 MB |
| Detected ES Version | ES2020 |
| Probably Minified | Yes |
| main.js API Findings | 11 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @simonwep/pickr, feather-icons, react, react-dom, react-dom-server, react-icons, remixicon, sortablejs, terser |
| Dev Dependencies | @codemirror/language, @codemirror/state, @codemirror/view, @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-typescript, @types/feather-icons, @types/node, @types/react-dom, @types/sortablejs, eslint-plugin-react, obsidian, rollup, rollup-plugin-styles, rollup-plugin-terser, rollup-watch, tslib, typescript, typings |
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 |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Editor Behavior | Registers editor extensions |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| Note Content Access | Reads vault files |
| Private Network Access | References localhost or private-network addresses |
| Source Map Comment | Includes a source map comment |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| References localhost or private-network addresses | Warning | Medium | 127.0.0.1 (2), localhost (2) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.read (2), navigator.clipboard.readText (3), navigator.clipboard.writeText (5) |
| Includes a source map comment | Info | High | sourceMappingURL (1) |
| Includes large embedded base64 blobs | Info | High | base64 blob (1) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (4), setInterval (3), setTimeout (53), this.registerDomEvent (8) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFirstLinkpathDest (1), app.metadataCache (2) |
| References URLs or constructs URL objects | Info | High | http:// (25), https:// (27), URL (5), URLSearchParams (3) |
| Uses Obsidian request APIs | Info | High | obsidian.request (1), obsidian.requestUrl (6) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (97), obsidian.Setting (97) |
| Accesses Obsidian vault APIs | Info | High | app.vault (2) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (1) |
| Reads vault files | Info | High | app.vault.cachedRead (1) |
| References Obsidian URI links | Info | High | obsidian:// (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (27) |
| Accesses the active file or editor | Info | High | app.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 27342 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 |
|---|---|---|
| 2.0.3 | 2022-09-07 | Released while not listed |
| 2.0.4 | 2022-09-08 | Released while not listed |
| 2.0.5 | 2022-09-09 | Released while not listed |
| 2.0.6 | 2022-09-09 | Released while not listed |
| 2.0.7 | 2022-09-13 | Released while not listed |
| 2.0.8 | 2022-09-13 | Released while not listed |
| 2.0.9 | 2022-09-13 | Released while not listed |
| 2.1.0 | 2022-09-14 | Released while not listed |
| 2.1.1 | 2022-09-20 | Released while not listed |
| 2.1.2 | 2022-09-25 | Released while not listed |
| 2.1.5 | 2022-09-26 | Released while not listed |
| 2.1.6 | 2022-09-28 | Released while not listed |
| 2.1.7 | 2022-09-28 | Released while not listed |
| 2.2.0 | 2022-10-15 | Released while not listed |
| 2.2.1 | 2022-11-08 | Released while not listed |
| 2.2.2 | 2022-11-09 | None |
| 2.2.3 | 2022-12-14 | None |
| 2.3.0 | 2023-02-21 | None |
| 2.3.1 | 2023-02-22 | None |
| 2.4.0 | 2023-11-25 | None |
| 2.4.1 | 2024-03-24 | None |
| 2.4.3 | 2024-03-29 | None |
| 2.4.4 | 2024-03-29 | None |
| 2.4.5 | 2024-03-30 | None |
| 2.4.6 | 2024-04-01 | None |
| 2.4.7 | 2024-04-03 | None |
| 2.4.8 | 2024-04-03 | None |
| 2.4.9 | 2024-04-03 | None |
| 2.4.10 | 2024-04-04 | None |
| 2.4.11 | 2024-04-04 | None |
| 2.4.12 | 2024-04-05 | None |
| 2.4.13 | 2024-04-10 | None |
| 2.4.14 | 2024-04-11 | None |
| 2.4.15 | 2024-04-16 | None |
| 2.4.16 | 2024-04-22 | None |
| 3.0.0 | 2025-03-10 | None |
| 3.0.1 | 2025-03-10 | None |
| 3.0.2 | 2025-03-11 | None |
| 3.0.3 | 2025-03-11 | None |
| 3.0.4 | 2025-03-11 | None |
| 3.0.5 | 2025-03-12 | None |
| 3.0.7 | 2025-03-13 | None |
| 3.0.8 | 2025-03-13 | None |
| 3.0.9 | 2025-03-13 | None |
| 3.1.0 | 2025-03-14 | None |
| 3.1.1 | 2025-03-14 | None |
| 3.1.2 | 2025-03-17 | None |
| 3.1.3 | 2025-03-18 | None |
| 3.1.4 | 2025-03-19 | None |
| 3.1.5 | 2025-03-20 | None |
| 3.1.6 | 2025-03-21 | None |
| 3.1.7 | 2025-03-22 | None |
| 3.1.8 | 2025-03-22 | None |
| 3.1.9 | 2025-03-27 | None |
| 3.1.10 | 2025-03-28 | None |
| 3.1.11 | 2025-03-28 | None |
| 3.1.12 | 2025-03-29 | None |
| 3.1.13 | 2025-03-30 | None |
| 3.1.14 | 2025-05-12 | None |
| 3.1.15 | 2025-05-14 | None |
| 3.1.16 | 2025-05-15 | None |
| 3.1.18 | 2025-07-10 | None |
| 3.2.0 | 2025-12-30 | None |
| 3.2.1 | 2026-01-04 | None |
| 3.2.2 | 2026-01-12 | None |
| 3.2.3 | 2026-01-12 | None |
| 3.2.4 | 2026-01-14 | None |
| 3.2.5 | 2026-01-14 | None |
| 3.2.6 | 2026-01-14 | None |
| 3.2.7 | 2026-01-15 | None |
| 4.0.0 | 2026-04-03 | None |
| 4.0.1 | 2026-04-03 | None |
| 4.0.2 | 2026-04-03 | None |
| 4.0.3 | 2026-04-07 | None |
| 4.0.4 | 2026-04-10 | None |
| 4.0.5 | 2026-04-13 | None |
| 4.0.6 | 2026-04-21 | None |
| 4.0.7 | 2026-04-24 | None |
| 4.0.8 | 2026-05-01 | None |
| 4.0.9 | 2026-07-05 | None |
| 4.0.10 | 2026-07-09 | 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.