Hi Tony,
Yes, that's right. The macro I used as example already filters for the
hashtags, but does not render /todo as checkboxes, but I guess there is a
template for that? Another example can be extracting external links (I
often use the DailynNote for simple bookmarking), with http;
\define listNotes(txt:"")
<$list filter="[!title{!!title}tag[DailyNotes]search:text[$txt$]reverse[]]"
>
!! {{!!title}}
<$list filter="[title<currentTiddler>get[text]splitregexp[<br
/>]regexp[(?i)$txt$]join[<br />]]" variable=note>
<<note>>
</$list>
</$list>
\end
<<listNotes "http">>
Best,
Anders
torsdag 4. juni 2020 12.59.51 UTC+2 skrev Tony K følgende:
>
> Thanks for the reply
>
> let me make sure I understood correctly
>
> today you already can add #ProjectX before and entry right ? so you would
> want to get a way to list (for example) all entries for #projectA ?? did i
> get it right?
>
> for todo I started added todo on the previous version and just enhanced it
> in this one. give /todo a test and tell me how it goes
>
> Cheers
>
> On Thursday, June 4, 2020 at 1:54:37 PM UTC+3, Anjar wrote:
>>
>> I feel like a spoiled child throwing out requests:) But it's incredibly
>> nice how you and other plugin developers interact with the community - it's
>> gold!
>>
>> In this case I was thinking about tagging my entries; say #projectA,
>> #projectB; and then list entries by day in the corresponding projects with
>> that macro (which s too simple, in a perfect world it would also support
>> the todo elements). Then I have one single place to empty my brain and also
>> a single tiddler summarising my day and the possibility to extract only
>> project entries, which is perfect for me:)
>>
>> Best,
>> Anders
>>
>> torsdag 4. juni 2020 12.29.06 UTC+2 skrev Tony K følgende:
>>>
>>> Thank you Anjar
>>>
>>> I am really enjoying your suggestion on my plugins and thanks for that.
>>>
>>> can you please share a case scenario for this suggestion please ?
>>>
>>> On Friday, May 29, 2020 at 12:14:48 AM UTC+3, Anjar wrote:
>>>>
>>>> Very nice plugin, Tony! Just wanted to share this simple macro for
>>>> listing all the entries containing the word "filterword"
>>>>
>>>> \define listNotes(txt:"")
>>>> <$list
>>>> filter="[!title{!!title}tag[DailyNotes]search:text[$txt$]reverse[]]" >
>>>>
>>>> !! {{!!title}}
>>>> <$list filter="[title<currentTiddler>get[text]splitregexp[<br
>>>> />]regexp[(?i)$txt$]join[<br />]]" variable=note>
>>>> <<note>>
>>>> </$list>
>>>> </$list>
>>>> \end
>>>>
>>>> <<listNotes "">>
>>>>
>>>>
>>>>
>>>>
>>>> Best,
>>>> Anders
>>>>
>>>> søndag 17. mai 2020 17.53.27 UTC+2 skrev Tony K følgende:
>>>>>
>>>>> fixed
>>>>> thanks for letting me know
>>>>>
>>>>> On Sunday, May 17, 2020 at 5:22:52 PM UTC+3, Riz wrote:
>>>>>>
>>>>>> Hi, links to demo seems dead?
>>>>>
>>>>>
--
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/43d674aa-659d-4f2a-afb7-291544a669d4%40googlegroups.com.