fix missing link and missing kill phrases tiddler
This commit is contained in:
parent
c335597b57
commit
2f53a8f616
@ -394,6 +394,8 @@ Error message and password prompt
|
|||||||
|
|
||||||
<li>$:/config/WikiParserRules/Inline/dash</li>
|
<li>$:/config/WikiParserRules/Inline/dash</li>
|
||||||
|
|
||||||
|
<li>$:/config/zettelkasten/Build/KillPhrases</li>
|
||||||
|
|
||||||
<li>$:/config/zettelkasten/copyright/Content</li>
|
<li>$:/config/zettelkasten/copyright/Content</li>
|
||||||
|
|
||||||
<li>$:/config/zettelkasten/copyright/InitialNotice</li>
|
<li>$:/config/zettelkasten/copyright/InitialNotice</li>
|
||||||
@ -1240,6 +1242,9 @@ github: https://github.com/sobjornstad/zettelkasten-sib</pre>
|
|||||||
<div created="20201124030001841" modified="20201124030011884" title="$:/config/WikiParserRules/Inline/dash" type="text/vnd.tiddlywiki">
|
<div created="20201124030001841" modified="20201124030011884" title="$:/config/WikiParserRules/Inline/dash" type="text/vnd.tiddlywiki">
|
||||||
<pre>enable</pre>
|
<pre>enable</pre>
|
||||||
</div>
|
</div>
|
||||||
|
<div created="20210731165327653" modified="20210731173813193" title="$:/config/zettelkasten/Build/KillPhrases" type="text/vnd.tiddlywiki">
|
||||||
|
<pre></pre>
|
||||||
|
</div>
|
||||||
<div created="20210523151041802" creator="soren" modified="20210825142618069" modifier="soren" tags="" title="$:/config/zettelkasten/copyright/Content" type="text/vnd.tiddlywiki">
|
<div created="20210523151041802" creator="soren" modified="20210825142618069" modifier="soren" tags="" title="$:/config/zettelkasten/copyright/Content" type="text/vnd.tiddlywiki">
|
||||||
<pre>The ''text of my notes'', that is, most of the content of the wiki, is all-rights-reserved.
|
<pre>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).
|
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
|
|||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div 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" modifier="soren" tags="Meta Tool" title="$:/sib/GettingStarted" tooltype="configuration" type="text/vnd.tiddlywiki">
|
<div 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="20210922011910182" modifier="soren" tags="Meta Tool" title="$:/sib/GettingStarted" tooltype="configuration" type="text/vnd.tiddlywiki">
|
||||||
<pre>\define go-back() <$action-setfield $tiddler="$:/config/zettelkasten/GettingStartedWizardCurr" text={{{ [enlist{$:/sib/GettingStarted!!list}before{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>
|
<pre>\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 go-forward() <$action-setfield $tiddler="$:/config/zettelkasten/GettingStartedWizardCurr" text={{{ [enlist{$:/sib/GettingStarted!!list}after{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>
|
||||||
\define wizard-navbar()
|
\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.
|
* 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.
|
* 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:
|
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:
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
created: 20210731165327653
|
||||||
|
modified: 20210731173813193
|
||||||
|
title: $:/config/zettelkasten/Build/KillPhrases
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
@ -2,7 +2,7 @@ created: 20210523150144006
|
|||||||
creator: soren
|
creator: soren
|
||||||
description: Guided wizard that walks you through basic settings and the most important things to know about this edition.
|
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
|
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
|
modifier: soren
|
||||||
tags: Meta Tool
|
tags: Meta Tool
|
||||||
title: $:/sib/GettingStarted
|
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.
|
* 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.
|
* 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:
|
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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user