-
-
Notifications
You must be signed in to change notification settings - Fork 155
Description
I've got a synopsis of an entire story which is quite long (257 words) When I open outline view, I want it to display all of it in the synopsis text in the space allotted to it. Now, this isn't as important for the synopsis of the entire story, but is for a scene or chapter. I don't care that I'll only see half as many items on screen (or less), I just want to see the complete synopsis of multiple scenes and/or chapters side-by-side.
The problem:
I have a synopsis which is quite long. Currently synopsis is handled as a single, very long, line of text in the list-view. This does not work as it goes off screen. I also want to view it side-by-side multiple other synopsis.
The solution:
Have synopsis which are longer then the list-view space allotted for them, continue on the next line.
Alternative solution (which does not work):
Set the font size smaller. I'm visually impaired and need to set the font size such I can actually read it.
Alternative solution (which sort-of works, but is far from ideal):
Currently below the list view, the information on the currently selected novel item is shown, which can be scrolled to show more. This information does include the whole synopsis in a readable way. However, what I need is to see the complete synopsis of a whole bunch of scenes/chapters together, to see whether I messed up somewhere in my outline.
I hope you can make sense of my garbled typing. :|