Add tag value for novel docs in Outline and Novel View (#2428)

This commit is contained in:
Veronica Berglyd Olsen
2025-06-24 16:05:59 +02:00
parent 4b5f3c8af8
commit ad2288e2fc
3 changed files with 12 additions and 7 deletions
+1
View File
@@ -593,6 +593,7 @@ class GuiNovelTree(NTreeView):
lines = []
if head := SHARED.project.index.getItemHeading(tHandle, sTitle):
tags = head.getReferences()
appendTags(tags, nwKeyWords.TAG_KEY, lines)
appendTags(tags, nwKeyWords.POV_KEY, lines)
appendTags(tags, nwKeyWords.FOCUS_KEY, lines)
appendTags(tags, nwKeyWords.CHAR_KEY, lines)