Yeah, it was the "wikified" part that I missed. Anyway, is there a
<<view fieldname@TiddlerName wikified>> syntax like the
EditFieldPlugin provides for the "edit" command or do I need to use
the WikifyPlugin? I noticed that currently, as soon as I add
@TiddlerName, nothing is displayed.
w

On 15 feb., 12:31, Eric Shulman <[email protected]> wrote:
> > As far as I know, it's not that tiddler fields do not support Tiddler
> > Markup. Instead what might be the missing link is a way to edit the
> > field value in a textarea and view the contents wikified.
>
> To create a custom field *textarea* input in EditTemplate:
>     <span class='editor' macro='edit fieldname 10'></span>
> To render (wikify) a custom field value in ViewTemplate:
>     <span macro='view fieldname wikified'></span>
>
> I've actually done some experimental work with *dynamically*
> generating EditTemplate/ViewTemplate definitions on-the-fly, based on
> values from tiddlers with matching tags.  For example, a custom
> [[CourseEditTemplate]] that generates a set of fields for each student
> enrolled in a given class, based on values from tiddlers tagged with
> both "student" AND the corresponding course number.  Similarly, a
> custom [[CourseViewTemplate]] is used to render the student info in a
> richly-formatted display.
>
> Note: the above technique uses
>    http://www.TiddlyTools.com/#TaggedTemplateTweak
> and
>    http://www.TiddlyTools.com/#EditFieldPlugin
>
> enjoy,
> -e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to