[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread Mohammad
I am Glad you find it useful! By the way at http://tw-regexp.tiddlyspot.com We have collected few regexp patterns to search in title, fields (excluding text) and partially on text. Using these as I sent above needs its own input box and should not be used with advanced search. Cheers Mohammad

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread 'Cd.K' via TiddlyWiki
Mohammad *Works!* My new tiddler: "Mohammad regexpr list filter tool" Thanks Cd.K On Friday, September 20, 2019 at 8:27:24 AM UTC+2, Mohammad wrote: > > Not tested but this should work. > > Simply create a tiddler and paste the below code inside it > > > <$edit-text tag="input" size="40"

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread 'Cd.K' via TiddlyWiki
Mohammad I just want the possibility to mask/escape special chars in tiddler titles. It renders "[" oder"]" and you don't have problems with this chars. Regards Cd.K On Friday, September 20, 2019 at 8:06:23 AM UTC+2, Mohammad wrote: > > This is a bad practice! > Avoid using [] in tiddler

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread 'Cd.K' via TiddlyWiki
Mat This offer ⦏ ⦎ is good for me. Gives the impression of dirt on the screen if you don't look closely. Thanks Cd.K On Friday, September 20, 2019 at 6:59:05 AM UTC+2, Mat wrote: > > Here's a cheat that can be copy pasted. I have no idea how these > characters show in different browsers

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread Mohammad
Added to tw-regexp On Friday, September 20, 2019 at 1:16:08 PM UTC+4:30, @TiddlyTweeter wrote: > > Mohammad > >> For you case I think >> (^2019090|^2019091[012345]) >> >> Should work! > > > Neat! It could be slightly more compact > > (^2019090|^2019091[0-5]) > > A version that does the same but

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread @TiddlyTweeter
Mohammad > For you case I think > (^2019090|^2019091[012345]) > > Should work! Neat! It could be slightly more compact (^2019090|^2019091[0-5]) A version that does the same but without needing a variable to escape the [...] brackets. *Can be used directly in Advanced Search Filter ...*

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread @TiddlyTweeter
A couple of regex solutions have been proposed that work to match the "created" field for the range. The only issue is its pure pattern, not maths informed. I was wondering if any of the other operators could do this too? For instance the "days" operator.

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread Mohammad
Not tested but this should work. Simply create a tiddler and paste the below code inside it <$edit-text tag="input" size="40" tiddler="mycreated" default="" placeholder=" regexp pattern"/> <$set name=pattern value={{mycreated}} emptyValue="::No pattern"> Number of tiddlers found: <$count

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-20 Thread Mohammad
This is a bad practice! Avoid using [] in tiddler title! I think it is better to explain what you want to in Tiddlywiki instead of your approach to solve it! --Mohmmad On Friday, September 20, 2019 at 6:07:11 AM UTC+4:30, Cd.K wrote: > > TonyM > > My request is because of this "bad-chars"

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread Mohammad
This is quite easy but the way you tackle the problem seems not inline with TW! See examples here http://tw-regexp.tiddlyspot.com/#RegExp%20Experimentation%20with%20Created%20Field Note that, TW used created and modified field where you see when your tiddler created or modified! Good luck

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread Mat
Here's a cheat that can be copy pasted. I have no idea how these characters show in different browsers but in mine they're variants of square brackets ⦏ ⦎ ⁅ ⁆ ⟦ ⟧ ⦋ ⦌ <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread TonyM
Unless you has a really good reason don't hack $:/core/ui/ViewTemplate/title Regards Tony On Friday, September 20, 2019 at 12:29:13 PM UTC+10, Cd.K wrote: > > TonyM > > It means: > tiddlers created: *inclusive *01.09.2019 - 15.09.2019 *exclusive * > > It is simply a mathematical notation of

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread 'Cd.K' via TiddlyWiki
TonyM It means: tiddlers created: *inclusive *01.09.2019 - 15.09.2019 *exclusive * It is simply a mathematical notation of range boundaries. Thsnks for the hint > $:/core/ui/ViewTemplate/title Regards Cd.K On Friday, September 20, 2019 at 4:10:53 AM UTC+2, TonyM wrote: > > Cd.K > >

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread TonyM
Cd.K Well with Respect, you do want to do something it is telling you not to. Avoid using [ ] in tiddler titles. - Why are you doing this? - Is there something unstated here you want to do? - Surly it not just a preference for [ ]? Try ( ) instead. Or place in the tiddler tiddlers

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread 'Cd.K' via TiddlyWiki
TonyM My request is because of this "bad-chars" warning: [image: 20-09-_2019_03-34-02.png] I only want to be able to have [ ] chars in a tiddler title. Regards Cd.K On Friday, September 20, 2019 at 2:05:25 AM UTC+2, TonyM wrote: > > Cd.K > > I am not exactly sure of your request however I

[tw5] Re: How to render [ ] in Tiddler title?

2019-09-19 Thread TonyM
Cd.K I am not exactly sure of your request however I will assume you want to list tiddlers with a created date between *01.09.2019 to 15.09.2019* When you transclude the created and modified dates like this {{!!created}} Tiddlywiki intervieins to display it in a data format. However it is