1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Corrected "currentVariable" to "currentTiddler". (#2859)

This commit is contained in:
Thomas Herlea 2017-06-29 18:04:13 +02:00 committed by Jeremy Ruston
parent f9e1188b3a
commit 6091b12eb0

View File

@ -43,7 +43,7 @@ Instead, you could use the [[MacroCallWidget]] widget, like this:
In this case, we passed the value of a variable directly to our macro. This is often a general way to go about this task. If you wanted to create more links based on other variables you could re-use the macro for each situation.
If, as in this case, the only variable you are using is `currentVariable` then you could write a simple macro, like this:
If, as in this case, the only variable you are using is `currentTiddler` then you could write a simple macro, like this:
```
\define linkup() [[Additional Info|$(currentTiddler)$-Contact]]