Hello,
I'm trying to make a summary tiddler that shows a list of dose changes for
a particular medication. So far the code I have does exactly what I want,
EXCEPT that the {{!!text}} fields that I'm including don't wrap inside the
list the way they do in their source tiddlers.
I tried using Petri M's fix for this as mentioned here: Word wrapping in
tables? (google.com)
<https://groups.google.com/g/tiddlywiki/c/G6qwUhWCSSk/m/ayEPIc-JCAAJ> but
it doesn't quite suit my needs. That code creates a slider under the text
so you can at least read it all, but I'd like it to be more "human
readable".
Here is my code:
<$list filter="[tag[Meds Change]tag[Tresiba]sort[title]]" >
<div class="tc-menu-list-item">
<$link to={{!!title}}>
<$view field="changedate"/>
</$link>
Changed from
{{!!olddose}} to {{!!newdose}}.
{{!!text}}
<br/>
</div>
</$list>
This gives me all the information that I want displayed, but the text runs
right off the edge of the tiddler over the table of contents.
Does anybody see what I'm missing here? All hints gratefully accepted!
Thank you,
-Linda Bayley
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b897b767-b82c-4dca-9520-5ede55bcfc76n%40googlegroups.com.