mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixing incorrect link to Introduction to filter notation (#3088)
Signed-off-by: Diego Mesa <diego898@gmail.com>
This commit is contained in:
parent
a4623a8ebb
commit
949c178f45
@ -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
|
||||
|
@ -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>] }}}
|
||||
|
Loading…
Reference in New Issue
Block a user