Hi Bob

The problem is that you've got some space characters immediately following
the <$view field="text" format="wikified"/> widget. Anything other than a
newline immediately after the opening tag of a widget (or html element)
causes it's content to be parsed in inline mode, rather than block mode.

So, the fix is to remove the spaces, and ensure that the /> characters are
immediately followed by a newline.

The rules for this stuff are too complex and fiddly. It's not addressed in
the current widget refactoring, but it will be fixed soon,

Best wishes

Jeremy



On Thu, Nov 7, 2013 at 8:27 PM, Bob Robison <[email protected]> wrote:

> Hmm... This is almost exactly what I'm trying to do as well, but still
> having problems.
>  have:
>
> !! To Do List
> <$list filter="[tag[todo]]" >
>
> <$view field="title" format="link"/>
> <$view  field="text" format="wikified"/>
> </$list>
>
> When I have a tiddler tagged todo that has a bulleted list, this does not
> seem to be wikified the way I would expect.  I just get asterisks followed
> by the text with all lines run together.
>
> What am I missing?  I tried with and without the semi-colons previously
> suggested, I'm not sure of the significance of that.
>
> bob
>
> --
> 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.
>



-- 
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