1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 12:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/backlinks.tid
2015-01-19 19:37:26 +00:00

18 lines
663 B
Plaintext

created: 20140410103123179
modified: 20150119192416000
tags: [[Filter Operators]] [[Link Operators]]
title: backlinks Operator
type: text/vnd.tiddlywiki
caption: backlinks
purpose: get the tiddlers that link to each input tiddler
<$macrocall $name=".operator-def"
input="a [[title selection|Title Selections]]"
parameter="none"
output="the titles of any non-system tiddlers that contain [[Observable Links]] to the input tiddlers"
/>
Each input tiddler is processed in turn. Its corresponding list of backlinks is generated, sorted by title, and then [[dominantly appended|Dominant Append]] to the operator's overall output.
<<.operator-examples "backlinks">>