obsidian-dataloom icon indicating copy to clipboard operation
obsidian-dataloom copied to clipboard

Tab key to navigate between cells

Open luckman212 opened this issue 3 years ago • 1 comments
trafficstars

Problem

I noticed an old issue #35 but it's closed. Now that 5.x is out, I think maybe this either regressed or might need to be updated. I never used 4.x so I can't be sure.

Either way, the FR is to be able to navigate and do data entry within an NLT without touching the mouse. It's OK if the during the initial setup of the table you need to click "New" to add columns etc but after that, it would be ideal to be able to just tab through.

Solution

Example, If you are on cell B2 below, and hit TAB:

(❙ = cursor)

A B
1 Foo Bar
2 Baz Quux ❙

NLT should generate a new row 3 and place the cursor in column A3.

A B
1 Foo Bar
2 Baz Quux
3

Similarly, if you're in cell A2 and press SHIFT+TAB

A B
1 Foo Bar
2 Baz ❙ Quux
3

the cursor should move back up to B1

A B
1 Foo Bar ❙
2 Baz Quux
3

Additional details

No response

luckman212 avatar Oct 03 '22 11:10 luckman212

@luckman212 Hi Luckman. Yes, this is the plan for 5.1.0.

decaf-dev avatar Oct 03 '22 16:10 decaf-dev

This is also the main feature I'd need to start using this plugin more often!

RayBB avatar Apr 16 '23 09:04 RayBB

I second this request, as it greatly makes data entry faster.

meeebee avatar May 02 '23 18:05 meeebee

@luckman212 @RayBB @meeebee Implemented in 6.6.0 :)

decaf-dev avatar May 06 '23 09:05 decaf-dev

@trey-wallis this new feature is pretty solid thanks for the hard work :)

Do you plan to make it so that you can tab while you're typing? Right now you always have to press enter to leave typing mode to tab.

RayBB avatar May 22 '23 23:05 RayBB