-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
Thanks for adding the ToC - it makes it easy to read large files. I have a request for a behaviour which would greatly ease their editing as well.
Situation
- View mode. User taps a ToC heading.
- They switch to edit mode.
Current behavior
The cursor is placed at the beginning of the document (even with the 'open at end' option enabled? Might be a bug.)
Suggested behaviour
Place the cursor at or below the heading.
If there is a concern about a case where the user -
- taps a ToC heading
- scrolls around, possibly going to another section
- switches to edit mode
...then the behavior could be to fall back to usual behavior (cursor at start or end of document) if the user scrolls after tapping the ToC heading.
This would make editing large files a lot easier.