Advanced Tables
Improved table navigation, formatting, and manipulation.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | table-editor-obsidian |
| Author | tgrosinger |
| Funding | Support the Author via Buy me a Coffee Support the Author via Paypal Support the Author via Github Sponsor |
| Minimum Obsidian Version | 1.0.0 |
| Official Release Date | 2020-10-29 |
| Last update | 2026-05-13 |
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 May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 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 via Buy me a Coffee
- Support the Author via Paypal
- Support the Author via Github Sponsor
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2020-10-29 | Plugin Added | ||
| 2020-11-03 | name | Table Editor | Advanced Tables |
| 2020-11-03 | author | tgrosinger | Tony Grosinger |
| 2020-11-03 | repo | tgrosinger/table-editor-obsidian | tgrosinger/advanced-tables-obsidian |
| 2023-04-26 | description | Improved table navigation, formatting, and manipulation | Improved table navigation, formatting, and manipulation. |
| 2026-05-12 | author | Tony Grosinger | tgrosinger |
Repository Data
| License | GPL-3.0 in package.json GPL-3.0 in LICENSE
file
|
| Package Manager | pnpm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 266 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 5 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @tgrosinger/md-advanced-tables |
| Dev Dependencies | @codemirror/state, @codemirror/view, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, esbuild, eslint, eslint-plugin-babel, eslint-plugin-import-x, eslint-plugin-jsdoc, eslint-plugin-prefer-arrow, eslint-plugin-simple-import-sort, 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 |
|---|---|
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Editor Behavior | Registers editor extensions |
| Embedded Base64 Blob | Includes large embedded base64 blobs |
| Metadata Access | Reads Obsidian metadata cache |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | dynamic_code:function_constructor (1) |
| Includes large embedded base64 blobs | Info | High | base64 blob (2) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (1), app.metadataCache (1) |
| References URLs or constructs URL objects | Info | High | http:// (22), https:// (4) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (4), obsidian.Setting (4) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (22), this.addRibbonIcon (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (7) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (2), app.workspace.revealLeaf (2), registerView (1) |
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 1192 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.1.0 | 2020-10-28 | Released while not listed |
| 0.1.1 | 2020-10-28 | Released while not listed |
| 0.2.0 | 2020-10-29 | None |
| 0.2.1 | 2020-10-30 | None |
| 0.3.2 | 2020-10-30 | None |
| 0.4.0 | 2020-11-01 | None |
| 0.4.1 | 2020-11-03 | None |
| 0.4.2 | 2020-11-04 | None |
| 0.5.0 | 2020-11-04 | None |
| 0.5.2 | 2020-11-04 | None |
| 0.5.3 | 2020-11-06 | None |
| 0.5.4 | 2020-11-07 | None |
| 0.5.5 | 2020-11-09 | None |
| 0.5.6 | 2020-11-11 | None |
| 0.6.0 | 2020-11-20 | None |
| 0.6.1 | 2020-11-21 | None |
| 0.6.2 | 2020-11-21 | None |
| 0.7.0 | 2020-11-28 | None |
| 0.8.0 | 2020-12-23 | None |
| 0.8.1 | 2021-01-10 | None |
| 0.8.2 | 2021-01-11 | None |
| 0.9.1 | 2021-01-26 | None |
| 0.9.2 | 2021-01-27 | None |
| 0.10.0 | 2021-02-02 | None |
| 0.11.0 | 2021-02-18 | None |
| 0.12.0 | 2021-04-02 | None |
| 0.12.1 | 2021-04-15 | None |
| 0.12.2 | 2021-04-21 | None |
| 0.12.3 | 2021-04-30 | None |
| 0.12.4 | 2021-05-06 | None |
| 0.12.5 | 2021-06-04 | None |
| 0.13.0 | 2021-07-27 | None |
| 0.14.0 | 2021-11-26 | None |
| 0.15.0 | 2021-12-11 | None |
| 0.16.0 | 2022-01-14 | None |
| 0.17.0 | 2022-01-19 | None |
| 0.17.1 | 2022-01-20 | None |
| 0.17.2 | 2022-01-20 | None |
| 0.17.3 | 2022-04-02 | None |
| 0.18.0 | 2022-11-26 | None |
| 0.18.1 | 2022-12-17 | None |
| 0.19.0 | 2023-07-14 | None |
| 0.19.1 | 2023-07-23 | None |
| 0.20.0 | 2023-12-26 | None |
| 0.20.1 | 2024-01-24 | None |
| 0.21.0 | 2024-01-29 | None |
| 0.22.0 | 2024-09-05 | None |
| 0.22.1 | 2024-10-23 | None |
| 0.22.2 | 2026-04-24 | None |
| 0.23.1 | 2026-05-13 | None |
| 0.23.2 | 2026-05-13 | 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.