How to get bjtools Extendable Calendar to display the contents of a field

So sorry it did not work for me even when I updated to 5.3.6.

This works but it puts the styling in the field not in the macro, which makes mass styling impossible, so it is not a solution either:

\define diarydets(i,tiddlerDate,rawDate,tags)
$i$<br>
 <$list filter ="[tag[Journal]search:journal-date[$rawDate$]!is[system]]"><$link>{{!!journal-day-summary}}</$link><br>{{!!journal-entry-thumbnail}}</$list>

\end

Field content:

<<image-basic img:"Journal Pics and Vids/2025/2025-06-08_1310_08974.jpg" width:"20%" align:"" caption:"" tooltip:"" alt:"">>

1 Like

@tw-FRed Success! Using the complete widget syntax works! Thank you all!

3 Likes

How do I get the square at the top of @buggyj 's Extendable Calendar (the square that displays “July 2025”) to also display the contents of a tiddler’s “month-summary” field?

For instance, if I have a tiddler with the journal-date field containing “20250700000000000” and the “month-summary” field containing “Climbed 8 mountains”, how do I get “Climbed 8 mountains” to show up centered 2 lines below July 2025?

Or forget the month-summary field, what if I just want the contents of that tiddler (i.e. the text field) to show up under the July 2025?

Thanks in advance for any help.

I think this is possible with a small change to the macro - I will have a think and let you know.

I have added a month summary - see https://bjcanendar-mod.tiddlyhost.com/

1 Like