More docs fixes from @fkohrt

See #4815
optimising-macrocalls
jeremy@jermolene.com 2020-08-14 15:19:16 +01:00
rodzic acd2cbf56a
commit ccda938248
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -26,6 +26,6 @@ Now any tiddler you tag as "Locked" will have the edit button hidden. To get it
* Select all the tiddler text.
* Click on the excise tool.
* In the title box, type `$:/` and then paste the original title.
* Use the defaults to excise and and leave a transclusion
* Use the defaults to excise the text into a new tiddler and replace it with a transclusion
Now you can view the contents of your original tiddler, but to edit them you will have to find the the tiddler with the `$:/` prefix.

Wyświetl plik

@ -15,7 +15,7 @@ Within view templates, the variable `tv-freelinks` is automatically set to the c
!! Notes
To change within which tiddlers freelinking occurs requires customising the shadow tiddler $:/plugins/tiddlywiki/freelinks/macros/view. This tiddler is tagged $:/tags/Macro/View which means that it will be included as a local macro in each view template. By default, its content is:
To change within which tiddlers freelinking occurs requires customising the shadow tiddler [[$:/plugins/tiddlywiki/freelinks/macros/view]]. This tiddler is tagged $:/tags/Macro/View which means that it will be included as a local macro in each view template. By default, its content is:
```
<$set name="tv-freelinks" value={{$:/config/Freelinks/Enable}}/>