Skip to content

Releases: ganesshkumar/obsidian-table-editor

0.3.1

14 May 10:02
Compare
Choose a tag to compare

0.3.0

07 May 21:32
84f5fc5
Compare
Choose a tag to compare

🔧 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

07 May 11:29
Compare
Choose a tag to compare
fixing minor bugs

0.2.3

07 May 08:22
246b62b
Compare
Choose a tag to compare

⚠️ Changes

  • Hot key to open the cell menu changed from Alt + O to Ctrl + Alt + O to avoid conflicts in iOS

🔧 Maintenance

  • Adding jest framework for testing
  • Adding tests
  • Adding coverage

🪲 Bugs fixed:

0.2.2

02 May 01:50
fb6db9e
Compare
Choose a tag to compare
fixes for supporing non-table content after the table and wikilinks i…

0.2.1

19 Mar 15:32
Compare
Choose a tag to compare

🌟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

09 Mar 19:04
Compare
Choose a tag to compare

🌟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

09 Mar 16:45
Compare
Choose a tag to compare

🌟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).
    open below
  • if there is no selection, try to parse the text around the cursor and check it is table data (markdown, csv or excel format).
    cursor input
  • adding a command to select the table around the cursor position.
    select data
  • using papaparser to parse the table content

🐛 Bug fixes

  • fixed button color issue which made it unreadable in dark modes.
  • fixed the icons in the context menu to make it easy to understand.
    content menu icons
  • 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.0

26 Feb 19:29
Compare
Choose a tag to compare
releasing the early version