Eric, I am using 5.1.22. However, I am also using the "Whitespace" theme maybe thats an issue?
Dan On Friday, September 18, 2020 at 1:26:12 PM UTC+10 Eric Shulman wrote: > On Thursday, September 17, 2020 at 7:52:49 PM UTC-7, danraymond wrote: >> >> One issue I am having with the Calendar and Sidebar Calendar is that they >> show as a single line for each month. That is not a "calendar" shape at >> all? (see image). >> I am using the "Stories" plugin, maybe that is conflicting. Any ideas? >> > > Wow! That is very strange looking indeed. > > The code that makes the calendar break into weekly row lines is this: > <$list filter="[<dd>add<first>divide[7]split[.]count[]match[1]]"><br> > </$list> > (see the "showgrid(yyyy,mm,select)" macro in > http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FCalendar) > > This filter uses the "divide[...]" and "match[...]" operators, which were > added in TW5.1.20, released 9th August 2019 at 07:13 > (see https://tiddlywiki.com/#Release%205.1.20 and > https://tiddlywiki.com/#Mathematics%20Operators) > > If you are using a revision of TiddlyWiki that pre-dates 5.1.20, then > those filter operators didn't exist yet. > > However, because of the way filters work, those operators would not have > produced an error and would have instead been interpreted as references to > fields named "divide" and "match" which are not part of my calendar > implementation, resulting in blank filter output, which would prevent the > <br> from being output. > > So, my first question to you is: what release version of TiddlyWiki are > you using? You can get the answer from the $:/ControlPanel tiddler, > "Info", "Basics" tab. > > If that version number is less than 5.1.20, then the fix is to upgrade > your document to at least 5.1.20. Note: the current release is 5.1.22, and > I don't know if the "Stories" plugin is compatible with that version, but > hopefully it is. > > You can try upgrading by opening https://tiddlywiki.com/upgrade and > following the instructions found there. > > Let me know what you find out. > > -e > -- 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/3c6058c4-9e0d-41d4-87fa-0a090de6470cn%40googlegroups.com.

