One problem solved, the next arises...

I have a list widget which gets passed a template tiddler to apply. However 
for some reason all TW markup in that tiddler gets just output as plain 
text and not parsed as one would expect.

Template tiddler:
! Activity
<$select field="activity-id">
    <$list filter="[crm-type[activity]]">
        <option value={{!!title}}>{{!!name}}</option>
    </$list>
</$select>

! Date
<$edit-text field="date" type="date" />

! Description
<$edit-text class="tc-edit-texteditor" field="description" size="40" />

Calling tiddler:
<$wikify name="target" text="$:/temp/<<currentTiddler>>/activity">
    <$set name="contact-id" value={{!!title}}>
        <$list filter="[title<target>is[tiddler]]" template="activity" />
    </$set>
</$wikify>

Output:
! Activity: <evaluated widget> ! Date: <evaluated widget> ! Description: 
<evaluated 
widget>

I would expect to have three <h1> elements followed by those widgets. What 
am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dac9d90b-443c-4ace-a4af-c11e71030985%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to