Skip to content

Missing KillPhrases file in build process #14

@MatHazak

Description

@MatHazak

I believe the KillPhrases tiddler should be transferred to the main tiddlers/ directory because builders.py looks for it there.

tzk/tzk/builders.py

Lines 196 to 197 in b8187ce

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions