1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator links.tid
2014-09-10 23:42:13 +01:00

15 lines
498 B
Plaintext

created: 20140410103123179
modified: 20140410103123179
tags: Filters CommonFilters
caption: links
title: FilterOperator: links
type: text/vnd.tiddlywiki
The ''links'' filter operator replaces the current list with a list of the targets of outgoing links from those tiddlers.
For example:
|!Filter String |!Description |
|`[[HelloThere]links[]]` |Returns the titles of tiddlers linked from `HelloThere` |
|`[all[current]links[]]` |Returns the titles of tiddlers linked from the current tiddler |