mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
parent
acd2cbf56a
commit
ccda938248
@ -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.
|
||||
|
@ -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}}/>
|
||||
|
Loading…
Reference in New Issue
Block a user