Creating view field in tasks

66 views
Skip to first unread message

Siniša Sabljić

unread,
Nov 28, 2018, 10:32:25 AM11/28/18
to TiddlyWiki
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...

Mark S.

unread,
Nov 28, 2018, 11:42:57 AM11/28/18
to TiddlyWiki

Instead of view, try:

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

Good luck
-- Mark

Siniša Sabljić

unread,
Nov 28, 2018, 4:49:43 PM11/28/18
to TiddlyWiki
Thank it worked
Reply all
Reply to author
Forward
0 new messages