On Friday, August 21, 2020 at 8:48:34 AM UTC-7, [email protected] 
wrote:
>
> Hello! This is what happened and it did not link the tiddlers that I made 
> earlier :< (Idk if this helps but my journal has a color & an icon)


If your tiddlers aren't tagged with "journal", they won't show up.  Here's 
a modification that will show tiddlers where the *title* starts with a date:

Replace the innermost part of the previously posted wikitext with:
            <$vars YYYYMM={{{ [<year>addsuffix[.]addsuffix<month>] }}}>
            <$list filter="[all[]prefix<YYYYMM>sort[]]">
               <li><$link/></li>
            </$list>
            </$vars>

Notes:
1) The YYYYMM variable now includes a dot (e.g., "YYYY.MM")
2) The $list finds all tiddlers whose *title* starts with the current 
YYYYMM value,  regardless of any tags.

Let me know how it goes...

-e

P.S. Could you please stop posting screen snapshots unless the problem is 
related to the layout itself.  Instead, use words to describe what you 
see.  

-- 
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/9789ff1c-3b7f-444b-8f98-932a29eba708o%40googlegroups.com.

Reply via email to