Text tags: What? Why? #107
mkoskim
started this conversation in
Development
Replies: 1 comment 4 replies
-
This looks like the "relationships" concept. With yWriter, you can assign characters, locations, and items to scenes. NovelWriter has a system of tags and references that probably comes very close to your ideas. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Text tags
Scene tags were implemented in PR #192 - closing Issue #191.
What are text tags?
Text tags can be used to mark text blocks, which are covering the same thing, but may be moved far from each other in the story. For example, a tag can be a certain character, an artefact, a place or something like that. Currently they are implemented as their own paragraph, but later we might implement them as formatting style like bold and italics.
Text tags are meant to give you another way to group scenes together. Tags may help you to have clear view for parallel plot lines, or how a certain artefact is present in the story. Just remember: What we really work for, is putting the scenes in right order to form a story when exporting draft. If tags help that, they are fine. Otherwise they are useless.
There is currently just one feature related to tags: in editor view, you can choose tags in right panel, and clicking a tack will unfold all scenes containing that tag, and fold everything else. This is sort of "customized quick fold" feature. Later, we might add more tools for tagging.
Tags in other writer's tools
Let's take a look to Manuskript:
https://talltechtales.com/wp-content/uploads/2016/12/manuskript2.jpg
At the bottom of the picture, there is a horizontal box. There are plot lines in y-axis, and scenes at x-axis. If a scene is part of that particular plot line, it has a bullet on it. Another screenshot from Manuskript:
https://www.theologeek.ch/manuskript/wp-content/uploads/2016/02/outliner-1.jpg
Here you can see how scene has POV property.
Autotagging?
See #217
One of my initial ideas to create tags is to attach a search pattern to them. For example, you could make a tag named "Albert" with search pattern "Albert", and another tag named "Bertta" with search pattern "Bertta".
When you are tagging scenes, MaweJS could show how many matches for the search pattern it finds in a scene. I could assume, that if a scene is written from Albert's perspective, it contains many mentions to Albert.
Showing the counts of matches would give you good indication, to what plot line it belongs. But in the end, tagging is manual work. MaweJS could give a suggestion based on search pattern, but the writer decides if that suggestion is correct or not.
Beta Was this translation helpful? Give feedback.
All reactions