[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread David Beijinho
thanks, i also notice that i was using version 5.1.22 after updating to 
5.1.23 its working


On Monday, August 16, 2021 at 3:25:16 PM UTC+2 PMario wrote:

> "scedule" needs to be schedule 
>
> Not being able to edit really sucks. 
> -m
>
>

-- 
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/8adb5618-bc13-4490-8cdf-2bec28ce254bn%40googlegroups.com.


[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread PMario
"scedule" needs to be schedule 

Not being able to edit really sucks. 
-m

-- 
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/41b7f21d-23f6-4147-a2c7-708193076e9an%40googlegroups.com.


[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread PMario
Hi,
I deleted my first post, since I didn't read your post good enough. 

Try this:

<$set name=expression filter="[search-replace:g[-],[]]">

<$list filter="[sameday:scedule]"><$link/> 



-mario

-- 
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/30264831-425c-472e-88da-8b475ec07661n%40googlegroups.com.


[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread PMario

On Monday, August 16, 2021 at 1:40:47 PM UTC+2 davidb...@gmail.com wrote:

> Hi everyone,
> I'm trying to create a template to show all the tasks for today, I use the 
> journal title as -0MM-0DD


OK
 

> and i would like to filter something like this 
> [sameday:schedule[search-replace:g[-],[]]]


The easiest way to test this is, to put it into the advanced search Filter 
tab:  [sameday:scedule[2021-08-16]search-replace:g[-],[]]

As you found out the the hardcoded version works.. Now we need to replace 
[2021-08-16] with the  variable. 

I becomes this: [sameday:scedulesearch-replace:g[-],[]] ... 
Just a bit different to your code. But it should work. 

-mario


-- 
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/a5f56c6e-05db-47d0-901b-d1fb8fc0ccbfn%40googlegroups.com.


[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread David Beijinho
I believe that the problem is with the replacement part

I'm trying to use the same example as the documentation 
https://tiddlywiki.com/#search-replace%20Operator%20(Examples)

<$wikify name="result" text="{{{ [[The quick brown fox jumps over the lazy 
dog]search-replace[dog],[cat]] }}}" >
 <$text text=<> /> 


but it's not working, I'm missing something with the search-replace


On Monday, August 16, 2021 at 2:05:28 PM UTC+2 TW Tones wrote:

> Dasvidb
>
> Without giving and testing a solution try a minor edit
>
> schedule[
>
> should read;
> schedule
> Which possibly means
> g[-],[]]]
>
> should read
> g[-],[]]
>
>
> Regards
> Tones
>
> On Monday, 16 August 2021 at 21:40:47 UTC+10 davidb...@gmail.com wrote:
>
>> Hi everyone,
>> I'm trying to create a template to show all the tasks for today, I use 
>> the journal title as -0MM-0DD
>> and i would like to filter something like this 
>> [sameday:schedule[search-replace:g[-],[]]]
>> if I hardcode the title it works [sameday:schedule[20210816]]
>>
>

-- 
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/bdbf2424-4bec-4346-b8c1-1f4639ef0472n%40googlegroups.com.


[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread TW Tones
Dasvidb

Without giving and testing a solution try a minor edit

schedule[

should read;
schedule
Which possibly means
g[-],[]]]

should read
g[-],[]]


Regards
Tones

On Monday, 16 August 2021 at 21:40:47 UTC+10 davidb...@gmail.com wrote:

> Hi everyone,
> I'm trying to create a template to show all the tasks for today, I use the 
> journal title as -0MM-0DD
> and i would like to filter something like this 
> [sameday:schedule[search-replace:g[-],[]]]
> if I hardcode the title it works [sameday:schedule[20210816]]
>

-- 
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/1807a689-2df9-402a-9548-c204f26ea0d8n%40googlegroups.com.