In my tiddler, I have the following field:
- name : my_field
- value : [[Some Page I Want To Link To]]
Then, in the same tiddler, I use the following ViewWidget to see the content of the file:
<$view field="my_field" />
The problem is that the rendered text is not wikified, and thus, there is no link despite me having wrapped the name with [[ and ]].
How can I do to have my text rendered as a proper link?
Note: Removing the spaces is not an option.
P.S.: Of course, I tried the documentation, that is:
... including changing the format, etc., but to no avail.
The solution is to use the transclude widget, instead of the view widget: