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