Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for serie novels #967

Closed
Ellipsine opened this issue Jan 18, 2022 · 8 comments · Fixed by #1031
Closed

Support for serie novels #967

Ellipsine opened this issue Jan 18, 2022 · 8 comments · Fixed by #1031
Assignees
Labels
build tool Component: Exports or the build tool enhancement Request: New feature or improvement

Comments

@Ellipsine
Copy link

It would be interesting to add support for serie of novels in Novel Writer.

For example, I make a serie of five books inside the same project. As documentation, characters, point of view and all are the same for them, I write them in the same project. However, right now, NovelWriter considerates them as one book, not five.

In a preview thread, you suggested to add the possibility to create multiple novel items inside a project, and I think it would be perfect.

@Ellipsine Ellipsine added the enhancement Request: New feature or improvement label Jan 18, 2022
@vkbo vkbo self-assigned this Jan 18, 2022
@vkbo vkbo added this to the Future Release milestone Jan 18, 2022
@vkbo
Copy link
Owner

vkbo commented Jan 22, 2022

Adding this would primarily affect the build tool, so I need to implement this when I do all the other build tool changes. Since I have a bunch of requests related to the build tool, I think I will make that the primary focus of the next release, 1.7.

@vkbo vkbo added the build tool Component: Exports or the build tool label Jan 22, 2022
@jyhelle
Copy link
Contributor

jyhelle commented Jan 23, 2022

I second this one !

So far I made a duplicate of the first book when beginning the second one and deleted all the text chapters. When it is completed I'll again make a duplicate of the second project to create the third (so additional characters, locations, etc, are carried along)... Obviously that's not good for someone writing all titles in parallel !

@Ellipsine
Copy link
Author

Ellipsine commented Jan 23, 2022

Adding this would primarily affect the build tool, so I need to implement this when I do all the other build tool changes. Since I have a bunch of requests related to the build tool, I think I will make that the primary focus of the next release, 1.7.

It will be perfect, thank you :)

I second this one !

So far I made a duplicate of the first book when beginning the second one and deleted all the text chapters. When it is completed I'll again make a duplicate of the second project to create the third (so additional characters, locations, etc, are carried along)... Obviously that's not good for someone writing all titles in parallel !

Yes, indeed ! I would add that changing project everytime for a new novel could be a pain if we need to use a global search to check a point of detail or an information while writing.

@vkbo
Copy link
Owner

vkbo commented Apr 17, 2022

I've made significant changes to how project items are handled, which now includes making multiple root folders of the same kind. That is, you can add more than one Novel folder. However, in order for them to show up as separate novels in the Outline tab, you must add a title page to each with a level one title.

I will make a second set of changes to make them more visually distinct. But since the change added now was so large, I wanted to do it in two steps. The changes I made now are described in #1031, although they are quite technical. They are mostly my notes so I know what I did. :)

@jyhelle
Copy link
Contributor

jyhelle commented Apr 17, 2022

Thanks Veronica, a nice Easter gift ! I'll try that shortly since I have a real need for it

@vkbo
Copy link
Owner

vkbo commented Apr 17, 2022

I would advice against using it for an active project until I release at least 1.7 Beta 1. Mainly because some of the changes under the hood are irreversible. The project file format is changed a great deal for instance. If you open a project with this version, you cannot open it in the earlier, stable versions any more.

Testing it on a sample or test project is of course fine.

Edit: I see now that I didn't clarify that this is in the Alpha version of 1.7. I still have a good deal left to do for 1.7.

@jyhelle
Copy link
Contributor

jyhelle commented Apr 17, 2022 via email

@vkbo
Copy link
Owner

vkbo commented Apr 18, 2022

Great! Let me know if you have any issues :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build tool Component: Exports or the build tool enhancement Request: New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants