Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-19 Thread Jean-Philippe Rutault
Thanks ;)

Le ven. 19 févr. 2021 à 16:03, Charlie Veniot  a
écrit :

> That is some beautiful code !
>
> On Friday, February 19, 2021 at 4:50:41 AM UTC-4 rutau...@gmail.com wrote:
>
>> Hi,
>>
>> I achieve excatly this with the use of Eucaly's matchfilter
>> http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter
>>
>> Create a macro tiddler with the following code:
>>
>> \define regex-todo() \s*TODO\:'*\s*((?:.*)*)(?gmi)
>>
>> \define todo(tag)
>> <$list filter="[$tag$!prefix[$:/core]regexp:text[TODO\:]!has[draft.of]]">
>> 
>> <$link to={{!!title}}><$list
>> filter="[{!!title}]">{{!!title}}
>> <$list
>> filter='[{!!title}match:text]'>{{!!title}}
>> 
>> 
>> \end
>>
>> Use it with <> to display all lines starting  with TODO: as a
>> todolist. You can use it with <> to display only Todo that
>> appears in tiddler tagged with mytag
>>
>>
>>
>>
>>
>> Le vendredi 19 février 2021 à 05:04:15 UTC+1, cj.v...@gmail.com a écrit :
>>
>>> G'day Ray,
>>>
>>> Just for the fun of it:  TODO Idea for Ray
>>> 
>>>
>>> Instead of entering, as per your example:  *TODO* remember to buy dogfood
>>>
>>> I've set things up as follows:
>>>
>>> Type: {{remember to buy dogfood||t2DO}}
>>>
>>> Upon save of your tiddler, you'll have a button there, when pressed it
>>> will create the tiddler "remember to buy dogfood" and tag it "TODO"
>>>
>>> The "t2DO" transclusion tiddler does some neat stuff.  Not a
>>> fully-automatic way to add an item to the TODO list, but it saves a few
>>> mouse clicks.
>>>
>>> Cheers !
>>>
>>> On Thursday, February 18, 2021 at 8:31:34 AM UTC-4 rayv...@gmail.com
>>> wrote:
>>>
 Hi

 since a week i am rediscovering TW5, really fun but quite for me a
 steep learning curve.
 But I am trying.
 I have a daily journal entry where i log everything i do in for work.
 What i would love is the following:
 When i put something like say *TODO* on a line, that that line will
 automagically
 be added to my todo list.

 So i have this in my journal (or normal tiddler):

 --
 Walked on the beach
 Let the dog out
 *TODO* remember to buy dogfood
 Wrote documentation for project XYZ
 Called DaveSmith
 *TODO* buy birthday present for Dave
 -

 That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
 That would be really nice.
 Is this somehow possible?

 Thanks in advance for your help.

 Pointers to tutorials on programming TW5 are welcome as well.
 I progress very slowly each day but hey, i am progressing ;-)

 Ray

>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/518dc8d6-1005-415a-be37-72c5c5993a95n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAHC-EoaqN4tsDb0hHTXaYLC2m2GBv-AnXOxJ_tkYPfQZmB3W0Q%40mail.gmail.com.


[tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-19 Thread Charlie Veniot
That is some beautiful code !

On Friday, February 19, 2021 at 4:50:41 AM UTC-4 rutau...@gmail.com wrote:

> Hi,
>
> I achieve excatly this with the use of Eucaly's matchfilter 
> http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter
>
> Create a macro tiddler with the following code:
>
> \define regex-todo() \s*TODO\:'*\s*((?:.*)*)(?gmi)
>
> \define todo(tag) 
> <$list filter="[$tag$!prefix[$:/core]regexp:text[TODO\:]!has[draft.of]]">
> 
> <$link to={{!!title}}><$list 
> filter="[{!!title}]">{{!!title}}
> <$list 
> filter='[{!!title}match:text]'>{{!!title}}
> 
> 
> \end
>
> Use it with <> to display all lines starting  with TODO: as a 
> todolist. You can use it with <> to display only Todo that 
> appears in tiddler tagged with mytag
>
>
>
>
>
> Le vendredi 19 février 2021 à 05:04:15 UTC+1, cj.v...@gmail.com a écrit :
>
>> G'day Ray,
>>
>> Just for the fun of it:  TODO Idea for Ray 
>> 
>>
>> Instead of entering, as per your example:  *TODO* remember to buy dogfood
>>
>> I've set things up as follows:
>>
>> Type: {{remember to buy dogfood||t2DO}}
>>
>> Upon save of your tiddler, you'll have a button there, when pressed it 
>> will create the tiddler "remember to buy dogfood" and tag it "TODO"
>>
>> The "t2DO" transclusion tiddler does some neat stuff.  Not a 
>> fully-automatic way to add an item to the TODO list, but it saves a few 
>> mouse clicks.
>>
>> Cheers !
>>
>> On Thursday, February 18, 2021 at 8:31:34 AM UTC-4 rayv...@gmail.com 
>> wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>>> learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will 
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/518dc8d6-1005-415a-be37-72c5c5993a95n%40googlegroups.com.


[tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-19 Thread Jean-Philippe Rutault
Bad copy/paste <> to display only TODO in tiddlers with 
tag mytag

Le vendredi 19 février 2021 à 09:50:41 UTC+1, Jean-Philippe Rutault a 
écrit :

> Hi,
>
> I achieve excatly this with the use of Eucaly's matchfilter 
> http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter
>
> Create a macro tiddler with the following code:
>
> \define regex-todo() \s*TODO\:'*\s*((?:.*)*)(?gmi)
>
> \define todo(tag) 
> <$list filter="[$tag$!prefix[$:/core]regexp:text[TODO\:]!has[draft.of]]">
> 
> <$link to={{!!title}}><$list 
> filter="[{!!title}]">{{!!title}}
> <$list 
> filter='[{!!title}match:text]'>{{!!title}}
> 
> 
> \end
>
> Use it with <> to display all lines starting  with TODO: as a 
> todolist. You can use it with <> to display only Todo that 
> appears in tiddler tagged with mytag
>
>
>
>
>
> Le vendredi 19 février 2021 à 05:04:15 UTC+1, cj.v...@gmail.com a écrit :
>
>> G'day Ray,
>>
>> Just for the fun of it:  TODO Idea for Ray 
>> 
>>
>> Instead of entering, as per your example:  *TODO* remember to buy dogfood
>>
>> I've set things up as follows:
>>
>> Type: {{remember to buy dogfood||t2DO}}
>>
>> Upon save of your tiddler, you'll have a button there, when pressed it 
>> will create the tiddler "remember to buy dogfood" and tag it "TODO"
>>
>> The "t2DO" transclusion tiddler does some neat stuff.  Not a 
>> fully-automatic way to add an item to the TODO list, but it saves a few 
>> mouse clicks.
>>
>> Cheers !
>>
>> On Thursday, February 18, 2021 at 8:31:34 AM UTC-4 rayv...@gmail.com 
>> wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>>> learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will 
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fdd6561a-e258-4965-a066-ed1941fc4ec5n%40googlegroups.com.


[tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-19 Thread Jean-Philippe Rutault
Hi,

I achieve excatly this with the use of Eucaly's matchfilter 
http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter

Create a macro tiddler with the following code:

\define regex-todo() \s*TODO\:'*\s*((?:.*)*)(?gmi)

\define todo(tag) 
<$list filter="[$tag$!prefix[$:/core]regexp:text[TODO\:]!has[draft.of]]">

<$link to={{!!title}}><$list 
filter="[{!!title}]">{{!!title}}
<$list 
filter='[{!!title}match:text]'>{{!!title}}


\end

Use it with <> to display all lines starting  with TODO: as a 
todolist. You can use it with <> to display only Todo that 
appears in tiddler tagged with mytag





Le vendredi 19 février 2021 à 05:04:15 UTC+1, cj.v...@gmail.com a écrit :

> G'day Ray,
>
> Just for the fun of it:  TODO Idea for Ray 
> 
>
> Instead of entering, as per your example:  *TODO* remember to buy dogfood
>
> I've set things up as follows:
>
> Type: {{remember to buy dogfood||t2DO}}
>
> Upon save of your tiddler, you'll have a button there, when pressed it 
> will create the tiddler "remember to buy dogfood" and tag it "TODO"
>
> The "t2DO" transclusion tiddler does some neat stuff.  Not a 
> fully-automatic way to add an item to the TODO list, but it saves a few 
> mouse clicks.
>
> Cheers !
>
> On Thursday, February 18, 2021 at 8:31:34 AM UTC-4 rayv...@gmail.com 
> wrote:
>
>> Hi
>>
>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>> learning curve.
>> But I am trying.
>> I have a daily journal entry where i log everything i do in for work.
>> What i would love is the following:
>> When i put something like say *TODO* on a line, that that line will 
>> automagically
>> be added to my todo list.
>>
>> So i have this in my journal (or normal tiddler):
>>
>> --
>> Walked on the beach
>> Let the dog out
>> *TODO* remember to buy dogfood
>> Wrote documentation for project XYZ
>> Called DaveSmith
>> *TODO* buy birthday present for Dave
>> -
>>
>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>> That would be really nice.
>> Is this somehow possible?
>>
>> Thanks in advance for your help.
>>
>> Pointers to tutorials on programming TW5 are welcome as well.
>> I progress very slowly each day but hey, i am progressing ;-)
>>
>> Ray
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb973d73-d207-42fe-80b4-6211d0bbcc50n%40googlegroups.com.


[tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Charlie Veniot
G'day Ray,

Just for the fun of it:  TODO Idea for Ray 


Instead of entering, as per your example:  *TODO* remember to buy dogfood

I've set things up as follows:

Type: {{remember to buy dogfood||t2DO}}

Upon save of your tiddler, you'll have a button there, when pressed it will 
create the tiddler "remember to buy dogfood" and tag it "TODO"

The "t2DO" transclusion tiddler does some neat stuff.  Not a 
fully-automatic way to add an item to the TODO list, but it saves a few 
mouse clicks.

Cheers !

On Thursday, February 18, 2021 at 8:31:34 AM UTC-4 rayv...@gmail.com wrote:

> Hi
>
> since a week i am rediscovering TW5, really fun but quite for me a steep 
> learning curve.
> But I am trying.
> I have a daily journal entry where i log everything i do in for work.
> What i would love is the following:
> When i put something like say *TODO* on a line, that that line will 
> automagically
> be added to my todo list.
>
> So i have this in my journal (or normal tiddler):
>
> --
> Walked on the beach
> Let the dog out
> *TODO* remember to buy dogfood
> Wrote documentation for project XYZ
> Called DaveSmith
> *TODO* buy birthday present for Dave
> -
>
> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
> That would be really nice.
> Is this somehow possible?
>
> Thanks in advance for your help.
>
> Pointers to tutorials on programming TW5 are welcome as well.
> I progress very slowly each day but hey, i am progressing ;-)
>
> Ray
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4267b682-a82d-42ee-bda9-e485e1b06c6cn%40googlegroups.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread scot
Something different, but may work.
Use j d mobile layout (http://j.d.simplemobile.tiddlyspot.com/) and 
NTFS22 (http://j.d.ntfs22.tiddlyspot.com/)

NTFS22 allows you to create journals etc from search bar.

Scot

On Thursday, 18 February 2021 at 17:50:29 UTC rayv...@gmail.com wrote:

> BTW CherryPicker doesn't work with Journal tiddlers... is that fixable?
> Nice tool now i got it working.
>
> Ray
>
> Op do 18 feb. 2021 om 18:40 schreef Ray Vermey :
>
>> I was able to get CherryPicker display "clean" output when i removed 
>> the @@ lines...
>>
>> Op do 18 feb. 2021 om 18:20 schreef Ray Vermey :
>>
>>> The problem with CherryPicker is that i see pfx: en txt: fields every 
>>> time.
>>> Is there a way to hide that??
>>>
>>> Ray
>>>
>>> Op do 18 feb. 2021 om 17:37 schreef Ray Vermey :
>>>
 Ah yes cherry picker... i played with it this week but could not get it 
 to work
 Maybe i need to study it a bit more.
 Thanks!

 Ray

 Op do 18 feb. 2021 om 16:47 schreef Eskha :

> Hello Ray,
>
> You may also try:
> Cherry Picker — mark segments to have them aggregated (tiddlyspot.com) 
>   
>
> Best regards,
>
> Eskha
> Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :
>
>> Not bad at all!
>> Easy to install.
>> Now finding out how to make piece of text from a tiddler into a todo 
>> item.
>> Looks nice!!
>>
>> Ray
>>
>> Op do 18 feb. 2021 om 15:19 schreef Ste :
>>
>>> https://projectify.wiki/demo.html be useful? 
>>>
>>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com 
>>> wrote:
>>>
 Hi

 since a week i am rediscovering TW5, really fun but quite for me a 
 steep learning curve.
 But I am trying.
 I have a daily journal entry where i log everything i do in for 
 work.
 What i would love is the following:
 When i put something like say *TODO* on a line, that that line will 
 automagically
 be added to my todo list.

 So i have this in my journal (or normal tiddler):

 --
 Walked on the beach
 Let the dog out
 *TODO* remember to buy dogfood
 Wrote documentation for project XYZ
 Called DaveSmith
 *TODO* buy birthday present for Dave
 -

 That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
 That would be really nice.
 Is this somehow possible?

 Thanks in advance for your help.

 Pointers to tutorials on programming TW5 are welcome as well.
 I progress very slowly each day but hey, i am progressing ;-)

 Ray

>>> -- 
>>> 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 tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com
>  
> 
> .
>


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2f299a8e-ef21-4949-af52-4e0a9fdf58f7n%40googlegroups.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ray Vermey
BTW CherryPicker doesn't work with Journal tiddlers... is that fixable?
Nice tool now i got it working.

Ray

Op do 18 feb. 2021 om 18:40 schreef Ray Vermey :

> I was able to get CherryPicker display "clean" output when i removed
> the @@ lines...
>
> Op do 18 feb. 2021 om 18:20 schreef Ray Vermey :
>
>> The problem with CherryPicker is that i see pfx: en txt: fields every
>> time.
>> Is there a way to hide that??
>>
>> Ray
>>
>> Op do 18 feb. 2021 om 17:37 schreef Ray Vermey :
>>
>>> Ah yes cherry picker... i played with it this week but could not get it
>>> to work
>>> Maybe i need to study it a bit more.
>>> Thanks!
>>>
>>> Ray
>>>
>>> Op do 18 feb. 2021 om 16:47 schreef Eskha :
>>>
 Hello Ray,

 You may also try:
 Cherry Picker — mark segments to have them aggregated (tiddlyspot.com)
 

 Best regards,

 Eskha
 Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :

> Not bad at all!
> Easy to install.
> Now finding out how to make piece of text from a tiddler into a todo
> item.
> Looks nice!!
>
> Ray
>
> Op do 18 feb. 2021 om 15:19 schreef Ste :
>
>> https://projectify.wiki/demo.html be useful?
>>
>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com
>> wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a
>>> steep learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>> --
>> 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 tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>> 
>> .
>>
> --
 You received this message because you are subscribed to a topic in the
 Google Groups "TiddlyWiki" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com
 
 .

>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAF_p9CjK-hDsydCAsYeQ61m22Mg_bMEn_XG58ZnEXEK0-vQVA%40mail.gmail.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ray Vermey
I was able to get CherryPicker display "clean" output when i removed the @@
lines...

Op do 18 feb. 2021 om 18:20 schreef Ray Vermey :

> The problem with CherryPicker is that i see pfx: en txt: fields every time.
> Is there a way to hide that??
>
> Ray
>
> Op do 18 feb. 2021 om 17:37 schreef Ray Vermey :
>
>> Ah yes cherry picker... i played with it this week but could not get it
>> to work
>> Maybe i need to study it a bit more.
>> Thanks!
>>
>> Ray
>>
>> Op do 18 feb. 2021 om 16:47 schreef Eskha :
>>
>>> Hello Ray,
>>>
>>> You may also try:
>>> Cherry Picker — mark segments to have them aggregated (tiddlyspot.com)
>>> 
>>>
>>> Best regards,
>>>
>>> Eskha
>>> Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :
>>>
 Not bad at all!
 Easy to install.
 Now finding out how to make piece of text from a tiddler into a todo
 item.
 Looks nice!!

 Ray

 Op do 18 feb. 2021 om 15:19 schreef Ste :

> https://projectify.wiki/demo.html be useful?
>
> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>
>> Hi
>>
>> since a week i am rediscovering TW5, really fun but quite for me a
>> steep learning curve.
>> But I am trying.
>> I have a daily journal entry where i log everything i do in for work.
>> What i would love is the following:
>> When i put something like say *TODO* on a line, that that line will
>> automagically
>> be added to my todo list.
>>
>> So i have this in my journal (or normal tiddler):
>>
>> --
>> Walked on the beach
>> Let the dog out
>> *TODO* remember to buy dogfood
>> Wrote documentation for project XYZ
>> Called DaveSmith
>> *TODO* buy birthday present for Dave
>> -
>>
>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>> That would be really nice.
>> Is this somehow possible?
>>
>> Thanks in advance for your help.
>>
>> Pointers to tutorials on programming TW5 are welcome as well.
>> I progress very slowly each day but hey, i am progressing ;-)
>>
>> Ray
>>
> --
> 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 tiddlywiki+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
> 
> .
>
 --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "TiddlyWiki" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> tiddlywiki+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com
>>> 
>>> .
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAF_p9BrqAybjVX9-q5NkH8UPWvBVSkgZncw1ziXtwC01%3Dri2w%40mail.gmail.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ray Vermey
The problem with CherryPicker is that i see pfx: en txt: fields every time.
Is there a way to hide that??

Ray

Op do 18 feb. 2021 om 17:37 schreef Ray Vermey :

> Ah yes cherry picker... i played with it this week but could not get it to
> work
> Maybe i need to study it a bit more.
> Thanks!
>
> Ray
>
> Op do 18 feb. 2021 om 16:47 schreef Eskha :
>
>> Hello Ray,
>>
>> You may also try:
>> Cherry Picker — mark segments to have them aggregated (tiddlyspot.com)
>> 
>>
>> Best regards,
>>
>> Eskha
>> Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :
>>
>>> Not bad at all!
>>> Easy to install.
>>> Now finding out how to make piece of text from a tiddler into a todo
>>> item.
>>> Looks nice!!
>>>
>>> Ray
>>>
>>> Op do 18 feb. 2021 om 15:19 schreef Ste :
>>>
 https://projectify.wiki/demo.html be useful?

 On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:

> Hi
>
> since a week i am rediscovering TW5, really fun but quite for me a
> steep learning curve.
> But I am trying.
> I have a daily journal entry where i log everything i do in for work.
> What i would love is the following:
> When i put something like say *TODO* on a line, that that line will
> automagically
> be added to my todo list.
>
> So i have this in my journal (or normal tiddler):
>
> --
> Walked on the beach
> Let the dog out
> *TODO* remember to buy dogfood
> Wrote documentation for project XYZ
> Called DaveSmith
> *TODO* buy birthday present for Dave
> -
>
> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
> That would be really nice.
> Is this somehow possible?
>
> Thanks in advance for your help.
>
> Pointers to tutorials on programming TW5 are welcome as well.
> I progress very slowly each day but hey, i am progressing ;-)
>
> Ray
>
 --
 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 tiddlywiki+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
 
 .

>>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAF_p9DwuFJEuAyCpfr%3DZcaump2rcAax%2Ba-8ML%3DZGwjYWSVyJQ%40mail.gmail.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ray Vermey
Ah yes cherry picker... i played with it this week but could not get it to
work
Maybe i need to study it a bit more.
Thanks!

Ray

Op do 18 feb. 2021 om 16:47 schreef Eskha :

> Hello Ray,
>
> You may also try:
> Cherry Picker — mark segments to have them aggregated (tiddlyspot.com)
> 
>
> Best regards,
>
> Eskha
> Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :
>
>> Not bad at all!
>> Easy to install.
>> Now finding out how to make piece of text from a tiddler into a todo item.
>> Looks nice!!
>>
>> Ray
>>
>> Op do 18 feb. 2021 om 15:19 schreef Ste :
>>
>>> https://projectify.wiki/demo.html be useful?
>>>
>>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>>>
 Hi

 since a week i am rediscovering TW5, really fun but quite for me a
 steep learning curve.
 But I am trying.
 I have a daily journal entry where i log everything i do in for work.
 What i would love is the following:
 When i put something like say *TODO* on a line, that that line will
 automagically
 be added to my todo list.

 So i have this in my journal (or normal tiddler):

 --
 Walked on the beach
 Let the dog out
 *TODO* remember to buy dogfood
 Wrote documentation for project XYZ
 Called DaveSmith
 *TODO* buy birthday present for Dave
 -

 That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
 That would be really nice.
 Is this somehow possible?

 Thanks in advance for your help.

 Pointers to tutorials on programming TW5 are welcome as well.
 I progress very slowly each day but hey, i am progressing ;-)

 Ray

>>> --
>>> 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 tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/ZKPAwN7e-5E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAF_p9C%3D9oTo4_kXB2L6pL8R2tJieXEMsi_0qHfdTXVFpKw%2BHg%40mail.gmail.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread strikke...@gmail.com
TiddlyRearch  has a todo, that 
might inspire you- but it only works for the first line of text in the 
tiddler. It works well for TiddlyResearch also using Streams. Every thing 
is a tiddler then.

Birthe

torsdag den 18. februar 2021 kl. 16.03.03 UTC+1 skrev rayv...@gmail.com:

> Not bad at all!
> Easy to install.
> Now finding out how to make piece of text from a tiddler into a todo item.
> Looks nice!!
>
> Ray
>
> Op do 18 feb. 2021 om 15:19 schreef Ste :
>
>> https://projectify.wiki/demo.html be useful? 
>>
>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>>> learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will 
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>> -- 
>> 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 tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/09450480-43b3-4200-930a-7288f69e7b01n%40googlegroups.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Eskha
Hello Ray,

You may also try:
Cherry Picker — mark segments to have them aggregated (tiddlyspot.com) 
  

Best regards,

Eskha
Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :

> Not bad at all!
> Easy to install.
> Now finding out how to make piece of text from a tiddler into a todo item.
> Looks nice!!
>
> Ray
>
> Op do 18 feb. 2021 om 15:19 schreef Ste :
>
>> https://projectify.wiki/demo.html be useful? 
>>
>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>>> learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will 
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>> -- 
>> 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 tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ray Vermey
Not bad at all!
Easy to install.
Now finding out how to make piece of text from a tiddler into a todo item.
Looks nice!!

Ray

Op do 18 feb. 2021 om 15:19 schreef Ste :

> https://projectify.wiki/demo.html be useful?
>
> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>
>> Hi
>>
>> since a week i am rediscovering TW5, really fun but quite for me a steep
>> learning curve.
>> But I am trying.
>> I have a daily journal entry where i log everything i do in for work.
>> What i would love is the following:
>> When i put something like say *TODO* on a line, that that line will
>> automagically
>> be added to my todo list.
>>
>> So i have this in my journal (or normal tiddler):
>>
>> --
>> Walked on the beach
>> Let the dog out
>> *TODO* remember to buy dogfood
>> Wrote documentation for project XYZ
>> Called DaveSmith
>> *TODO* buy birthday present for Dave
>> -
>>
>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>> That would be really nice.
>> Is this somehow possible?
>>
>> Thanks in advance for your help.
>>
>> Pointers to tutorials on programming TW5 are welcome as well.
>> I progress very slowly each day but hey, i am progressing ;-)
>>
>> Ray
>>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAF_p9AdgR_4qUmg43t%2BkDRdNBAmBg5mCORDnxkRK_TZyA8bPg%40mail.gmail.com.


[tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Ste
https://projectify.wiki/demo.html be useful? 

On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:

> Hi
>
> since a week i am rediscovering TW5, really fun but quite for me a steep 
> learning curve.
> But I am trying.
> I have a daily journal entry where i log everything i do in for work.
> What i would love is the following:
> When i put something like say *TODO* on a line, that that line will 
> automagically
> be added to my todo list.
>
> So i have this in my journal (or normal tiddler):
>
> --
> Walked on the beach
> Let the dog out
> *TODO* remember to buy dogfood
> Wrote documentation for project XYZ
> Called DaveSmith
> *TODO* buy birthday present for Dave
> -
>
> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
> That would be really nice.
> Is this somehow possible?
>
> Thanks in advance for your help.
>
> Pointers to tutorials on programming TW5 are welcome as well.
> I progress very slowly each day but hey, i am progressing ;-)
>
> Ray
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com.