1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Fixing incorrect link to Introduction to filter notation (#3088)

Signed-off-by: Diego Mesa <diego898@gmail.com>
This commit is contained in:
Diego Mesa 2018-01-11 15:30:29 -06:00 committed by Jeremy Ruston
parent a4623a8ebb
commit 949c178f45
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
created: 20140912140047779
list: Videos [[Introduction to Filters]] [[Sharing a TiddlyWiki on Dropbox]] [[Sharing your tiddlers with others]] [[Copying tiddlers between TiddlyWiki files]] [[Creating SubStories]] [[Editing Tiddlers with Emacs]] [[ImageGallery Example]] [[Making curved text with SVG]] TaskManagementExample [[Adding a Twitter Follow button]] [[Philosophy of Tiddlers]] [[Adopt a Titles Policy]]
list: Videos [[Introduction to filter notation]] [[Sharing a TiddlyWiki on Dropbox]] [[Sharing your tiddlers with others]] [[Copying tiddlers between TiddlyWiki files]] [[Creating SubStories]] [[Editing Tiddlers with Emacs]] [[ImageGallery Example]] [[Making curved text with SVG]] TaskManagementExample [[Adding a Twitter Follow button]] [[Philosophy of Tiddlers]] [[Adopt a Titles Policy]]
modified: 20140919161721584
tags: TableOfContents
title: Learning

View File

@ -26,7 +26,7 @@ As described in [[HTML in WikiText]], you can also transclude tiddler field valu
<$text text={{MyTiddler}}/>
```
As described in [[Introduction to Filters]], you can also transclude tiddler field values as filter operands. For example:
As described in [[Introduction to filter notation]], you can also transclude tiddler field values as filter operands. For example:
```
{{{ [tag{TiddlerContainingMyTag}] }}}
@ -46,7 +46,7 @@ As described in [[HTML in WikiText]], you can also transclude a variable as the
<$text text=<<myMacro>>/>
```
As described in [[Introduction to Filters]], you can also transclude a variable as the value of a filter operand. For example:
As described in [[Introduction to filter notation]], you can also transclude a variable as the value of a filter operand. For example:
```
{{{ [tag<myMacro>] }}}