diff --git a/docs/index.html b/docs/index.html index 60b3ed2..f4bed77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -394,6 +394,8 @@ Error message and password prompt
  • $:/config/WikiParserRules/Inline/dash
  • +
  • $:/config/zettelkasten/Build/KillPhrases
  • +
  • $:/config/zettelkasten/copyright/Content
  • $:/config/zettelkasten/copyright/InitialNotice
  • @@ -1240,6 +1242,9 @@ github: https://github.com/sobjornstad/zettelkasten-sib
    enable
    +
    +
    
    +
    The ''text of my notes'', that is, most of the content of the wiki, is all-rights-reserved.
     You are welcome to read, learn from, and link to all notes (click the hash icon in the upper-right to copy a link to any tiddler; keep in mind that currently public notes could become private in the future, though I try to avoid doing this).
    @@ -16316,7 +16321,7 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, E
     }
     
    -
    +
    \define go-back() <$action-setfield $tiddler="$:/config/zettelkasten/GettingStartedWizardCurr" text={{{ [enlist{$:/sib/GettingStarted!!list}before{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>
     \define go-forward() <$action-setfield $tiddler="$:/config/zettelkasten/GettingStartedWizardCurr" text={{{ [enlist{$:/sib/GettingStarted!!list}after{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>
     \define wizard-navbar()
    @@ -16364,7 +16369,7 @@ tzk is primarily designed for use with Node.js and has an associated helper comm
     * Highly configurable builds, allowing you to publish different versions of your wiki -- a common use case is publishing some of your content on the web and keeping some of it private.
     * Space-efficient backups and version history with Git.
     
    -Full instructions for installing and initializing the tzk command-line tool can be found on Read the Docs.
    +Full instructions for installing and initializing the tzk command-line tool can be [[found on Read the Docs|https://tzk.readthedocs.io/en/latest/]].
     
     If you're familiar with command-line tools like tzk, you can get a quick start by making sure you have Git, NPM, and Python 3.6 or greater installed, then running:
     
    diff --git a/tzk/editions/tzk/tiddlers/$__config_zettelkasten_Build_KillPhrases.tid b/tzk/editions/tzk/tiddlers/$__config_zettelkasten_Build_KillPhrases.tid
    new file mode 100644
    index 0000000..f06849e
    --- /dev/null
    +++ b/tzk/editions/tzk/tiddlers/$__config_zettelkasten_Build_KillPhrases.tid
    @@ -0,0 +1,5 @@
    +created: 20210731165327653
    +modified: 20210731173813193
    +title: $:/config/zettelkasten/Build/KillPhrases
    +type: text/vnd.tiddlywiki
    +
    diff --git a/tzk/editions/tzk/tiddlers/$__sib_GettingStarted.tid b/tzk/editions/tzk/tiddlers/$__sib_GettingStarted.tid
    index 6cf797c..d356eaf 100644
    --- a/tzk/editions/tzk/tiddlers/$__sib_GettingStarted.tid
    +++ b/tzk/editions/tzk/tiddlers/$__sib_GettingStarted.tid
    @@ -2,7 +2,7 @@ created: 20210523150144006
     creator: soren
     description: Guided wizard that walks you through basic settings and the most important things to know about this edition.
     list: $:/sib/GettingStarted/Warning $:/sib/GettingStarted/Title $:/sib/GettingStarted/Copyright $:/sib/GettingStarted/ZettelkastenCardTypes $:/sib/GettingStarted/ReferenceExplorer $:/sib/GettingStarted/ThingsToDo $:/sib/GettingStarted/NextSteps
    -modified: 20210920203903771
    +modified: 20210922011910182
     modifier: soren
     tags: Meta Tool
     title: $:/sib/GettingStarted
    @@ -56,7 +56,7 @@ tzk is primarily designed for use with Node.js and has an associated helper comm
     * Highly configurable builds, allowing you to publish different versions of your wiki -- a common use case is publishing some of your content on the web and keeping some of it private.
     * Space-efficient backups and version history with Git.
     
    -Full instructions for installing and initializing the tzk command-line tool can be found on Read the Docs.
    +Full instructions for installing and initializing the tzk command-line tool can be [[found on Read the Docs|https://tzk.readthedocs.io/en/latest/]].
     
     If you're familiar with command-line tools like tzk, you can get a quick start by making sure you have Git, NPM, and Python 3.6 or greater installed, then running: