Releases: ganesshkumar/obsidian-table-editor
Releases · ganesshkumar/obsidian-table-editor
0.3.1
0.3.0
🔧 Updates
- Adding cup, copy and paste options to the cell menu.
- Added settings for Markdown Editor
- Added a setting for default direction. It will be used by the ribbon icon to determine the direction in which the table editor has to be opened
- When creating a table or clearing the table, setting the new table's rows and columns from the settings for editor form.
🪲 Bugs
0.2.4
fixing minor bugs
0.2.3
0.2.2
fixes for supporing non-table content after the table and wikilinks i…
0.2.1
🌟Features/Improvements
- Added "Update Table" button
- Added support for popover window (if obsidian-hover-editor plugin is installed)
bandicam.2022-03-17.22-55-19-219.mp4
0.1.2
🌟Features/Improvements
- auto focusing in the first row and first col (in exiting table)/ header and first column (in new table).
- setting alt + o as hot key for content menu (can make this hot key configurable).
- support for opening the editor below or right of active leaf (via ribbon icon and command palette).
- if there is no selection, try to parse the text around the cursor and check it is table data (markdown, csv or excel format).
- adding a command to select the table around the cursor position.
- using papaparser to parse the table content
🐛 Bug fixes
- fixed a regression that happened in 0.1.1
- fixed button color issue which made it unreadable in dark modes.
- fixed the icons in the context menu to make it easy to understand.
- if there is no selection, try to parse the text around the cursor and check it is table data (markdown, csv or excel format).
0.1.1
🌟Features/Improvements
- auto focusing in the first row and first col (in exiting table)/ header and first column (in new table).
- setting alt + o as hot key for content menu (can make this hot key configurable).
- support for opening the editor below or right of active leaf (via ribbon icon and command palette).
- if there is no selection, try to parse the text around the cursor and check it is table data (markdown, csv or excel format).
- adding a command to select the table around the cursor position.
- using papaparser to parse the table content
🐛 Bug fixes
0.1.0
releasing the early version