tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.14k stars 80 forks source link

Add a function/hotkey to insert row after/below current one, column after/left of current one #277

Open hsandt opened 1 year ago

hsandt commented 1 year ago

Is your feature request related to a problem? Please describe. There are actions "Insert row before current" and "Insert column before current" but no equivalent to add "after current". Currently I need to move to the next row/column just to re-add one before.

Describe the solution you'd like The new actions "Insert row after current" and "Insert column after current" would add a row, column after the current one respectively.

Describe alternatives you've considered No alternatives in mind.

Additional context There was a PR doing this for row: https://github.com/tgrosinger/advanced-tables-obsidian/pull/107 We could do the same, but with column too.

Also, https://github.com/tgrosinger/advanced-tables-obsidian/issues/179 is related, but more convenient when the new row/column will be very similar to the current one.