-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Typing a single Tab without defining Tabstops leads to the delta format
[{"insert":"\t\n"}]
Typing a single Tab with a defined e.g. Left Tabstop leads to
[{"attributes":{"tab":"1"},"insert":""},{"attributes":{"line-part":true},"insert":""},{"attributes":{"tabs-cont":"TABS-CONT"},"insert":"\n"}]
This is a really odd behaviour and should be harmonised.
I think Tabstops should always be attributed like {"attributes":{"tab":"_count_"},"insert":""}
Metadata
Metadata
Assignees
Labels
No labels