-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Allow custom tag to be changed #1439
Comments
@xahodo I guess you didn't mean to tag me here, right? |
Sorry about this. Unfortunately, people keep tagging random users on GitHub due to the @ symbol being used for commands in this application. I've edited the issue and wrapped the relevant parts in backticks to disable tagging. |
There's one consideration to take note of with this: fools (me, for example) creating a double tag for a built-in one. "Characters" for example. Will this just result in another category with the same name, which will be iterated, or will it result in an error? |
What do you mean by "double tag"? Two "Character" folders? You can do that if you want to. novelWriter treats them as the same and combines the content. It is the type of root folder that matters, not what they're named either. If you have a Custom type root folder named "Characters", the content will still not be treated as characters. Making the As discussed in #1556, your best option is to make the type of custom tag a part of its name:
If you have a suggestion for a new category you would like added, in addition to the current 6 + custom, you can suggest it. I'm closing this issue as well since it will not be implemented as suggested due to the consequences as mentioned in my second paragraph above. |
There's the custom tag. However seeing that you can rename its label, wouldn't it be better to have the custom tag follow the label of whatever it's renamed to? People could have multiple custom tags, each with their own name. This could cause confusion for them if I had the custom tags foo and bar, they would both be considered custom tags by NovelWriter, being cause of confusion.
What I would like to see:
Create new custom tag, and name it "foo", from that moment onward I would address it with
@foo:
in my documents/notes.Then I'd create another custum tag, and name it "bar", from that moment I would address it as
@bar:
in my documents/notes.They would show up in the project tree as "foo" and "bar", and so they need to be able to be referenced as such.
The text was updated successfully, but these errors were encountered: