Add processing of fields in the Tokenizer

This commit is contained in:
Veronica Berglyd Olsen
2024-10-28 16:50:30 +01:00
parent 857b6ddc55
commit 041183f914
6 changed files with 40 additions and 9 deletions
+1
View File
@@ -193,6 +193,7 @@ class Tokenizer(ABC):
}
self._shortCodeVals = {
nwShortcode.FOOTNOTE_B: TextFmt.FNOTE,
nwShortcode.FIELD_B: TextFmt.FIELD,
}
# Dialogue