vkbo / novelWriter

novelWriter is an open source plain text editor designed for writing novels. It supports a minimal markdown-like syntax for formatting text. It is written with Python 3 (3.9+) and Qt 5 (5.15) for cross-platform support.
https://novelwriter.io
GNU General Public License v3.0
2.13k stars 111 forks source link

Preview multiple documents in one pane #2037

Open Wysardry opened 1 month ago

Wysardry commented 1 month ago

It would be helpful if novelWriter could show more than one document in the preview pane at the same time, so that you could see how well the text in a section or chapter fits together.

This would be something like "scrivenings mode" in Scrivener, but without the ability to edit in that view.

Rather than having to select individual items on the document tree (as is done in novelWriter's build preview), my personal preference would be either a "show document children" option on the preview pane or to have two types of preview (single and multi document) available on the menues.

vkbo commented 1 month ago

I was also thinking of adding a button to "show document children" or something like that in the viewer, but I still want it to be possible to select this explicitly in the project tree.

Wysardry commented 1 month ago

That makes sense, as you could then change the option before you open the preview pane.