Skip to content

Advanced Tables

Improved table navigation, formatting, and manipulation.

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

Data

IDtable-editor-obsidian
Authortgrosinger
FundingSupport the Author via Github Sponsor
Support the Author via Paypal
Support the Author via Buy me a Coffee
Minimum Obsidian Version1.0.0
Official Release Date2020-10-29
Last update2026-05-13

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
2020-10-29Plugin Added
2020-11-03nameTable EditorAdvanced Tables
2020-11-03authortgrosingerTony Grosinger
2020-11-03repotgrosinger/table-editor-obsidiantgrosinger/advanced-tables-obsidian
2023-04-26descriptionImproved table navigation, formatting, and manipulationImproved table navigation, formatting, and manipulation.
2026-05-12authorTony Grosingertgrosinger

Repository Data

LicenseGPL-3.0 in package.json
GPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size266 KB
Detected ES VersionES2018
Probably MinifiedYes
main.js API Findings5 disclosures
Uses BRAT beta releasesNo
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.

DisclosureDetected From
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Editor BehaviorRegisters editor extensions
Embedded Base64 BlobIncludes large embedded base64 blobs
Metadata AccessReads Obsidian metadata cache
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Includes large embedded base64 blobsInfoHighbase64 blob (2)
Registers editor extensionsInfoHighthis.registerEditorExtension (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache (1)
References URLs or constructs URL objectsInfoHighhttp:// (22), https:// (4)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (4), obsidian.Setting (4)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (22), this.addRibbonIcon (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (7)
Registers or manipulates workspace views and panesInfoHighapp.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

VersionRelease DateNote
0.1.02020-10-28Released while not listed
0.1.12020-10-28Released while not listed
0.2.02020-10-29None
0.2.12020-10-30None
0.3.22020-10-30None
0.4.02020-11-01None
0.4.12020-11-03None
0.4.22020-11-04None
0.5.02020-11-04None
0.5.22020-11-04None
0.5.32020-11-06None
0.5.42020-11-07None
0.5.52020-11-09None
0.5.62020-11-11None
0.6.02020-11-20None
0.6.12020-11-21None
0.6.22020-11-21None
0.7.02020-11-28None
0.8.02020-12-23None
0.8.12021-01-10None
0.8.22021-01-11None
0.9.12021-01-26None
0.9.22021-01-27None
0.10.02021-02-02None
0.11.02021-02-18None
0.12.02021-04-02None
0.12.12021-04-15None
0.12.22021-04-21None
0.12.32021-04-30None
0.12.42021-05-06None
0.12.52021-06-04None
0.13.02021-07-27None
0.14.02021-11-26None
0.15.02021-12-11None
0.16.02022-01-14None
0.17.02022-01-19None
0.17.12022-01-20None
0.17.22022-01-20None
0.17.32022-04-02None
0.18.02022-11-26None
0.18.12022-12-17None
0.19.02023-07-14None
0.19.12023-07-23None
0.20.02023-12-26None
0.20.12024-01-24None
0.21.02024-01-29None
0.22.02024-09-05None
0.22.12024-10-23None
0.22.22026-04-24None
0.23.12026-05-13None
0.23.22026-05-13None

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.