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.02k stars 102 forks source link

add character import from other novel titles #2038

Open ihanttxo opened 22 hours ago

ihanttxo commented 22 hours ago

I wish there was a feature to import characters from other novel titles. useful for those of us who are creating our own novel universe. thank you

vkbo commented 21 hours ago

You can already do this by the following process:

You should then have all your individual character documents back.

This process will be simplified with the features to be added in #1001 (no need for using the manuscript tool), but the import and split part will be the same. This is a general solution that works for any text in the project.

vkbo commented 18 hours ago

Alternatively, if you're writing a trilogy, say, you can add all three novels as separate novel root folders in the same project and share the notes between them.