pmario
July 18, 2025, 7:13pm
13
Some days ago, I did create a step by step write up, discussing different possibilities how to manipulate the view-template body of a tiddler, in the Tips & Tricks category.
The request, which lead to the Field Editor plugin was to have a possibility to show translated fields in the view template text area, depending on the language selector, which was a sidebar selector.
Back to your question
Transcluding Tiddler Fields
If you want fields to be shown in the tiddler text area, the simplest way is to transclude them. Eg:
title: test-field-transclusion
field-a: Some ''bold'' text
field-b: !! test heading-2
Some text in the tiddler text area.
Transcluded text f…