Hi David

You're being bitten by the great inline/block mode confusion. That <$view>
widget is being invoked in inline mode (because the opening tag isn't the
first thing in a paragraph and isn't followed immediately by a newline.
That means that block mode markup isn't being interpreted correctly inside
the text (as with your table example).

So you should be able to trigger block mode like this:

<$list filter="[tag[General Proficiency]]">
:<$view field="title" format="link"/>
;<$view field="text" format="wikified" />
</$list>

Note also that "----" on a line on it's own gives you a HR,

Best wishes

Jeremy




On Thu, Sep 5, 2013 at 9:51 AM, David Johnston <[email protected]>wrote:

> Hmm, just tried "wikified" it did not do what I hoped it would. It would
> not render a table contained within the text of the other tiddler ... this
> is what I am currently using.
>
> !!General Proficiencies
>> <$list filter="[tag[General Proficiency]]"><$view field="title"
>> format="link"/>&nbsp;:&nbsp; <$view field="text" format="wikified" />
>> </$list>
>> <hr>
>
>
> It should bring in the title of the tiddler as a link and then append the
> content of the tiddler following the title. One of the tiddlers contains a
> simple table, which doesn't render as wiki text.
>
> Is there something I am missing here?
>
> What would be the best way to proceed to achieve what I am trying to do?
>
> Thanks
>
> David
>
>


-- 
Jeremy Ruston
mailto:[email protected]

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to