ganesshkumar / obsidian-table-editor

An Obsidian plugin to provide an editor for Markdown tables. It can open CSV data and data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables from Obsidian Markdown editor.
MIT License
215 stars 15 forks source link

[Feature Request] Auto Update Table #23

Open javiavid opened 2 years ago

javiavid commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes I forget to click on update table and I lose the changes

Describe the solution you'd like An option to automatically update the table. If it consumes a lot of resources, doing it continuously could update when you finish editing a cell or increase the update time.

Describe alternatives you've considered I think it is better to be automatic, but another option would be for the update table button to turn red to indicate that there are unsaved changes.

ganesshkumar commented 2 years ago

Checking impact on performance and how to be effective while doing auto updates

gwhitney commented 1 year ago

I wanted to second this suggestion, and suggest also in the meantime that if there are unsaved changes when the editor is closed, it should ask if you want to update the table or discard your edits.