Wow, this PowerSearch tiddler really simplifies the searches that I can do. 
It also will help me understand better how to create macros on TW. Thanks 
for sharing it :)

I got curious about two more things:

1- I was looking inside the PowerSearch code. The part that prints the 
results is this one:

\define doSearch_showresults()
<blockquote style="overflow-y:auto;max-width:100%;max-height:$(height)$;">
   <div class="columns$(cols)$ small nowrap">
      <$list filter=<<filter>>><$link/><br></$list>
   </div>
</blockquote>

\end


I'd like to display the created date or modification date on this list as 
well... I think it's just a matter of finding the right variable, like in:

 <$list filter=<<filter>>><$link/>        <$date><br></$list>

I didn't manage to find the right variable though... On the official 
documentation <https://tiddlywiki.com/#Widgets>  $link is listed as a 
Widget but I didn't find any other Widget that looks like the creation date 
or modified date. Can I easily display those dates with my search by 
modifying that line? 

2- Is there any way of showing the highlight syntax of the "TiddlyWiki 
language" to facilitate its development? 

-- 
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/135874bf-cb43-4b6d-b007-c81b115e8c53o%40googlegroups.com.

Reply via email to