You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here was something that I wanted to try and have a little progress on:
Screen.Recording.2025-09-23.at.8.10.26.PM.mov
Basically the start of making it easier to edit tables. Once inside a table (currently any codemirror line that starts with |), hitting tab,enter,shift-tab,shift-enter moves the cell selection around the table right, down, left, up respectively. You can add rows if your cursor is in the last line and hitting alt-enter, or add cells to the end of a row with alt-tab.
And columns can be resized by click and dragging a pipe....though, currently, this allows you to delete everything if you drag it to the left, since it's not "squishing" the cell contents...it's just writing over them. I'm not sure this is even a good idea. Probably it's better to just have a hotkey command to "format table" such that it automatically lines up pipes. Though this all gets complicated/impossible with cell merging.
Anyway, I always think it's a pain to edit big tables. I'm not sure any of what I have here really helps, but I'll build on it and see.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Here was something that I wanted to try and have a little progress on:
Screen.Recording.2025-09-23.at.8.10.26.PM.mov
Basically the start of making it easier to edit tables. Once inside a table (currently any codemirror line that starts with
|), hittingtab,enter,shift-tab,shift-entermoves the cell selection around the table right, down, left, up respectively. You can add rows if your cursor is in the last line and hittingalt-enter, or add cells to the end of a row withalt-tab.And columns can be resized by click and dragging a pipe....though, currently, this allows you to delete everything if you drag it to the left, since it's not "squishing" the cell contents...it's just writing over them. I'm not sure this is even a good idea. Probably it's better to just have a hotkey command to "format table" such that it automatically lines up pipes. Though this all gets complicated/impossible with cell merging.
Anyway, I always think it's a pain to edit big tables. I'm not sure any of what I have here really helps, but I'll build on it and see.
Beta Was this translation helpful? Give feedback.
All reactions