I believe the KillPhrases tiddler should be transferred to the main tiddlers/ directory because builders.py looks for it there.
|
if kill_phrase_file is None: |
|
kill_phrase_file = "tiddlers/$__config_zettelkasten_Build_KillPhrases.tid" |
It doesn't get transferred from
tiddlers/_system/config/zettelkasten/Build/KillPhrases.tid to
tiddlers/$__config_zettelkasten_Build_KillPhrases.tid until the tiddler is edited, which causes a
missing file error during the build process.
I believe the
KillPhrasestiddler should be transferred to the maintiddlers/directory becausebuilders.pylooks for it there.tzk/tzk/builders.py
Lines 196 to 197 in b8187ce
It doesn't get transferred from
tiddlers/_system/config/zettelkasten/Build/KillPhrases.tidtotiddlers/$__config_zettelkasten_Build_KillPhrases.tiduntil the tiddler is edited, which causes a missing file error during the build process.