Instead of view, try:

<$transclude field="text" mode="inline"/>

Good luck
-- Mark

On Wednesday, November 28, 2018 at 7:32:25 AM UTC-8, Siniša Sabljić wrote:
>
> Hi,
>
> There is probably simple solution to this but can't get my head arnound it.
> I have a simple ToDo created with guide in TiddlyWiki using list filter 
> and checkbox.
>
> would like to expand my checklist with title (clicable and linkable) and 
> text field.
>
> My list filter looks like this:
>
> <$list filter="[!has[draft.of]tag[task]!tag[done]!sort[created]]">
>
> <$checkbox tag="done"> 
> <$link to={{!!title}}>
> <$view field="title"/>
> </$link>
> <br>
> <$view field="text" format="text"/>
> </$checkbox>
>
> </$list>
>
> Problem is with the $view field="text" format="text" where i don't get 
> format like in the tiddler but i have everything without formatin (single 
> line)
> I would like to have formats from the tiddler in the list like BOLD, 
> strikethrough etc...
>

-- 
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/e2d8d687-d50c-4fdc-ab0c-d703d63909bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to