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
Now that the project sidebar is largely working, the actual text editor needs to be implemented.
Current plan is to have single text editor areas for non-Scene leaf nodes, while Scenes can be scrolled between, traversing the Manuscript. Probably want some designation of which Scene is "current" that's easy to distinguish without making it difficult to read between. Definitely want to update the selected node in the sidebar as scrolling progresses. Typing will always stay in the current Scene, but perhaps quick switch between Scenes using Tab and Shift+Tab?
The text was updated successfully, but these errors were encountered:
Lithl
added
enhancement
New feature or request
p1
Critical to the usability of the app; address this before any issues that are not p0
labels
Dec 17, 2018
TODO:
- Return cursor to last position when re-focusing on a text block
- Add/remove/rename text blocks when corresponding nodes are
added/removed/renamed in sidebar
- Scroll to appropriate text block when selecting leaf node
- Text formatting commands
- Opening/creating new project should open the first Manuscript
tree by default
Now that the project sidebar is largely working, the actual text editor needs to be implemented.
Current plan is to have single text editor areas for non-Scene leaf nodes, while Scenes can be scrolled between, traversing the Manuscript. Probably want some designation of which Scene is "current" that's easy to distinguish without making it difficult to read between. Definitely want to update the selected node in the sidebar as scrolling progresses. Typing will always stay in the current Scene, but perhaps quick switch between Scenes using Tab and Shift+Tab?
The text was updated successfully, but these errors were encountered: