[tw5] Re: Display content of Macro Tiddler

2019-12-03 Thread Mohammad
Yes, One solution is using Utility plugin https://kookma.github.io/TW-Utility/ The other is to write your own ViewTemplate as below <$list filter="[all[current]tag[$:/tags/Macro]]"> <$view/> Good luck On Wednesday, December 4, 2019 at 11:10:57 AM UTC+3:30, Torax Malu wrote: > > Hi! > > > I

[tw5] Display content of Macro Tiddler

2019-12-03 Thread 'Torax Malu' via TiddlyWiki
Hi! I noticed several times while working with macro tiddler, that the content is only displayed in edit mode. Is there an option / add-on, which shows the macro itself instead of the interpreted result without switching to edit mode? Thanks and cheers ToraxMalu -- You received this m

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread A Gloom
> Have you googled MathML tiddlywiki? > Obviously not, something way down my list... just a pondering... -- 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 tiddly

[tw5] Re: Select among three tiddlers with priority

2019-12-03 Thread Mohammad
Yes, seems your solution also works! I am trying to use this for tiddler overloading like the one is found for shadow tiddlers! So, tid2 is required to overload if tid1 exist! If none exist TW should use a default tiddler called tid3 here! One use case: 1. Display a tiddler using templat

[tw5] Re: Select among three tiddlers with priority

2019-12-03 Thread TonyM
Mohammad, Am I correct restating your requirement that "given three tiddlers select the first one you find?" I would think this works, if not your own example <$list filter="[tag[a]] [tag[b]] [[tid3]] +[limit[1]]"> <> Tony On Wednesday, December 4, 2019 at 5:28:21 PM UTC+11, Mohammad wrote:

[tw5] TiddlyClip latest?

2019-12-03 Thread TonyM
Folks, For some time I did not need to use tiddlyclip, but always knew it was there. I have returned to use it again. Can anyone tell be which is the latest source for the plugin and which Browser(s) they have it running on? FYI: I am finding the Google Group mail Archive a useful way to brows

[tw5] Select among three tiddlers with priority

2019-12-03 Thread Mohammad
How to select among three tiddlers in below priority? - if tid1, tid2, and tid3 are existed then return tid1 -if tid2, and tid3 are existed return tid2 -if tid1 and tid2 are NOT existed then return tid3 Note the first two tiddlers come from a filter result and we don not know their name in advan

Re: [tw5] Tiddlywikis are no longer saving on my hosted site

2019-12-03 Thread TG
Thank you, everyone. I opted to go with the *tw-receiver* and everything appears to be working well. My life can continue, I've become so dependent on my wikis. All your help was much appreciated. On Sat, Nov 30, 2019 at 5:11 PM TonyM wrote: > FYI Personally I had a lot of trouble with store.php

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread TonyM
Have you googled MathML tiddlywiki? On Wednesday, December 4, 2019 at 4:57:38 PM UTC+11, A Gloom wrote: > > Wonders how well TW would implement MathML > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop recei

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread A Gloom
Wonders how well TW would implement MathML -- 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

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
It only happens with TiddlyServer -- not BobSaver or file-backups. Often I don't even leave the tab. It's falsely detecting a change on the disk. But I don't understand why it's even checking for a change. Perhaps it was/is useful with data folders. On Tuesday, December 3, 2019 at 9:10:40 PM U

[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread A Gloom
Isn't plugin's supposed to be the lego blocks? -- 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

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TonyM
Mark I think the issue is if you return to a wiki in a tab after a while, even a browser or pc reboot to a wiki that has not being reloaded before you made changes causes this. Perhaps there is a fix, but an emergency export changes only, reload, import changes in the work around. Eventualy I

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
I get "changed on server" messages regularly. Often on the second time I attempt to save. Talking single files. This didn't happen with the old (1.??) version. It's made it pretty hard to use, since every time it happens I have to do a "rescue" of the changed tiddlers. If it just ignored the no

[tw5] Re: To Google Group Owner - Jeremy?

2019-12-03 Thread TonyM
*Select About Group to send a message to the Group owner.* On Wednesday, December 4, 2019 at 11:16:55 AM UTC+11, TonyM wrote: > > Is it possible for your to review the google Group Settings and consider > setting TiddlyWiki to a Collaborative inbox. > > If possible on a Non Google Suit Group - >

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave, I also Updated \define date-time(template date-field) <$set name=template value="$template$" emptyValue="""<$macrocall $name="now" format={{$:/config/now-format}} />""" > <$set name=date-field value=<> emptyValue="$date-field$"> <$set name=date-field value=<> emptyValue="created"> <$macr

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread David Gifford
One thing I do to make it easier: I make the permalink button visible in the view toolbar so I can grab a tiddler's permalink quickly and paste it in links to the file#tiddler in other files. Since some of the files are then uploaded for others, the button also serves as a "share on social medi

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Fixed and examples, paste into a tiddler \define (fieldname) <$set name=date-field value=<> emptyValue="$fieldname$"> <$set name=date-field value=<> emptyValue="created"> <$view field=<> format="date" template=""/> \end \define 0MM(fieldname) <$set name=date-field value=<> emptyValue="$fi

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave, So Sorry, There was an error in my reply, I copied the draft not the final result, I will edit the reply and post an update here with examples soon. Tony On Wednesday, December 4, 2019 at 10:42:47 AM UTC+11, Dave wrote: > > You (Tony), all those macros, including the date-time one. I can

Re: [tw5] Re: input fields

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 3:51:06 PM UTC-8, PWL wrote: > > I tried both those, didn't do what I wanted. here is the code I have > now. Like I said the search works fine, the only thing I want is to be > able to enter the criteria on the tiddly itself instead of having to use > the side b

[tw5] To Google Group Owner - Jeremy?

2019-12-03 Thread TonyM
Is it possible for your to review the google Group Settings and consider setting TiddlyWiki to a Collaborative inbox. If possible on a Non Google Suit Group - - https://support.google.com/a/answer/167430?hl=en - More commentary about this can be found on net - It may change the look of

Re: [tw5] Re: input fields

2019-12-03 Thread TonyM
PWL, I am not certain of what you want, but if it helps; So If you wish to customise the search perhaps clone $:/core/ui/ SideBarSegments/search and edit to your needs. Alternatively build up a list of your own containing the selected search filter and using the search operator etc... Regards

Re: [tw5] Re: input fields

2019-12-03 Thread Patrick L.
I tried both those, didn't do what I wanted. here is the code I have now. Like I said the search works fine, the only thing I want is to be able to enter the criteria on the tiddly itself instead of having to use the side bar. Search <$select tiddler="$:/temp/searchfilter" default="Choose"> -Choo

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread Dave
You (Tony), all those macros, including the date-time one. I can understand how it works partially, but an example wiki would be beneficial to get all the use cases you have in mind. But no hurry - as you say its "almost complete" On Tuesday, December 3, 2019 at 4:12:06 PM UTC-7, TonyM wrote:

[tw5] Re: Google Groups PIN's

2019-12-03 Thread TonyM
Renamed Topic in Forum to "Using Google Groups PIN's and More" and edited lead post Tony On Wednesday, December 4, 2019 at 9:36:48 AM UTC+11, TonyM wrote: > > To PIN/UNPIN > > Open the thread in The Google Forum View - Use the Actions Button > > Pins are forum wide so please use sparingly. > > >

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TonyM
On the beautification process, of TiddlyServer Could there be a html template that can be crafted as an alternative? One could then publish host information, Links to key resources, guidelines of use etc... on arriving at the server! Regards Tony On Wednesday, December 4, 2019 at 10:11:44 AM U

[tw5] Re: The last word in Saving?

2019-12-03 Thread TonyM
Mario, I understand your concern but the Question is how do we achieve the same level of functionality safely? Realy Security should not be the "tail that wags the dog", but the method by which we allow "the Dog to wag its tail, safely". Regards Tony On Tuesday, December 3, 2019 at 11:34:23

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave, Whos reply are you referring to here? That looks cool, do you have any more examples of it in use in a TW > somewhere? I pasted all that in a tiddler but don't quite get how they work > Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Many thanks Arlen! TiddlyServer is really amazing and lets work with multiple wiki out of the box! I may send further comments later after I evaluate it with some experiment! Yes, other people should read documents an send their feedback how they get things working by following the tutorial! My

[tw5] Re: Google Groups PIN's

2019-12-03 Thread TonyM
To PIN/UNPIN Open the thread in The Google Forum View - Use the Actions Button Pins are forum wide so please use sparingly. - ? Can we unpin others pins? - How can we tell who pinned something? Regards Tony On Wednesday, December 4, 2019 at 9:32:12 AM UTC+11, TonyM wrote: > > Folks, >

[tw5] Google Groups PIN's

2019-12-03 Thread TonyM
Folks, It has come to my attention that pins are not private in Google Groups and whilst I have pinned some I cant seem to see how to unpin. Or reverse Display at top. This raises the larger Questions about PIN, Completed Flag etc... The problem I have is between mobile and desktop access to t

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
You can set "_datafoldertarget": "../some/path" in settings.json to any TiddlyWiki folder you want. Relative paths are relative to the settings.json file. You can see it in the example in https://arlen22.github.io/tiddlyserver/docs/serverconfig.html although I don't mention it anywhere on that page

[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TonyM
TT, I am a little concerned about your terminology Honing the Baby I hope you are "refining] or perfect[ing] [The baby] over a period of time." rather than using a knife to Hone a Baby into a point/Sharpen the baby. Tony On Tuesday, December 3, 2019 at 10:51:43 PM UTC+11, TiddlyTweeter wrote

[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TonyM
TT It's fiddly but you could have additional snipit drop down buttons acting as a section. There are sectioning tools for dropdowns see Option Groups in the selectWidget Also in your example, are these simple strings you want to insert, rather wrapping

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, Is it possible to use 5.1.22p or other version of TW instead of the preconfigured 5.21? --Mohammad -- 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 tiddly

[tw5] Re: input fields

2019-12-03 Thread TonyM
PWL, Use the following to create a tag pill for the items on the sidebar <> Using the drop down you will see one item in the sidebar is $:/c ore/ui/SideBarSegments/search Perhaps all you want is to include that in your tiddler with {{$:/core/ui/SideBarSegments/search}} Is that what you are af

[tw5] input fields

2019-12-03 Thread PWL
Hello all, I was hoping somebody could help me out here. All I want is to put an input field for my filter search on my index tiddly. The search works fine, I just want to enter what I am searching for on my index page beside the drop down menu. I have been looking for the code everywhere an

[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread TonyM
TT, I would personally encourage the production of tiddlywiki lego kits, a few would be nice for festive sharing, such Kits however tend to have a final result, that is a thing in itself. The subject of organisational systems for multiple wikis is very big, - perhaps there are as many possi

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread Ste Wilson
I'd say katex, simple graphing library, spreadsheet like formulas would be a good place to start. -- 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+unsu

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread Ste Wilson
I've started... https://stephenteacher.glitch.me/ -- 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

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, The error 500 was because there was no ../backups folder! I did not see this in tutorial nor quick startup! Many thanks now I have runing TiddlyServer 2.1 on Windows 10 + Node.js 12.3 Note: The LTS version of Node.js is 12.13.1 Cheers Mohammad On Wednesday, December 4, 2019 at 12:10:29

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, I understood empty folder on click open a new page and lets upload a single wiki file or create data folder Than you I can run the wiki in data folder but still unsuccessful on single wiki! These steps are not explained in tutorial nor in quick startup! Just feedback as a newbie! --Moha

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Thanks Arlen 1. In the tutorial there is no description about what this so please add this to tutorial 2. I add a data folder and it works 3. I also put a single file wiki in personal but on save it raises an error: XMLHttpRequest Error 500 --Mohammad -- You received this message because you

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
You can put your single file wikis, data folders, and other files in there. Then you open your browser and navigate to the particular folder or item you want. On Tue, Dec 3, 2019 at 3:36 PM Mohammad wrote: > Arlen, > I followed all these instruction and everything work well! but then > what sho

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, I followed all these instruction and everything work well! but then what should be in folders for example personal folder! It does not seem TiddlyServer create a wiki there --Mohammad On Tuesday, December 3, 2019 at 11:30:43 PM UTC+3:30, Arlen Beiler wrote: > > Just thought I'd take a min

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
Just thought I'd take a minute to chime in here. I made TiddlyServer to solve my own problem of Massive Multi-file Online wikis. It serves the folders you specify in a sort of tree allowing them to be grouped together and easily navigated with the built-in directory index (even the virtual director

[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread Paul Lee
> Have you tried using the mode="block" parameter of the $transclude widget? > I hadn't. That's an ideal solution. It works as expected. > > https://tiddlywiki.com/#TranscludeWidget > > Alternatively, if you surround the $transclude with ..., that > should also preserve the line breaks and wh

[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 9:55:06 AM UTC-8, Paul Lee wrote: > > I use the *<$transclude>* widget to use some tiddlers as data sources for > the content rendered in other tiddlers. I need to have the line breaks and > white space from the data tiddler preserved. Currently, the text from the

[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread PMario
Hi Paul, The "How to apply custom styles " tiddler of the docs may be interesting. -mario -- You received this message because you are sub

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
It's likely that whoever is "Displaying at top" or "Marking as complete" thinks they're only affecting their own presentation. That would be the logical way for things to work. On a side note, groups.io appears to have everything we would want in a group. On Tuesday, December 3, 2019 at 8:55:5

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Hi Eric, I also agree some times posts are pinned where they seem have not such potential! So, I am agree with what you said! but who decide a post has potential impact to keep it pining at the top? --Mohammad On Tuesday, December 3, 2019 at 8:39:22 PM UTC+3:30, Eric Shulman wrote: > > On T

[tw5] Transcluding through templates to preserve line breaks

2019-12-03 Thread Paul Lee
I use the *<$transclude>* widget to use some tiddlers as data sources for the content rendered in other tiddlers. I need to have the line breaks and white space from the data tiddler preserved. I think what I need to do is use a *template* attribute in the widget, in order to render the conten

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 8:55:57 AM UTC-8, TiddlyTweeter wrote: > > WHY is this thread pinned? > It is just a normal question. > The "display at top" function (aka, "pinning") should only be used for important group announcements and the occasional thread that has a lot of potential impac

[tw5] Re: TiddlyTools lives again!

2019-12-03 Thread Eric Shulman
On Sunday, December 1, 2019 at 12:47:21 PM UTC-8, okido wrote: > > Are you going to update plugins that have io operations that do not work > anymore? > The first step is to get TiddlyTools Classic upgraded from TW2.5.0 to the TW2.9.2 (the current build) Unfortunately, I've run into some glitch

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
WHY is this thread pinned? It is just a normal question. -- 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 dis

[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
David Gifford wrote: > > You can't blame Google for not having a better search mechanism. What > would Google know about searches? > LOL! Try this: https://www.google.com/search?q=David+AND+Gifford+AND+Mexico+AND+TiddlyWiki&oq=David+AND+Gifford+AND+Mexico+AND+TiddlyWiki Blessings TT -- You r

[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread David Gifford
You can't blame Google for not having a better search mechanism. What would Google know about searches? On Monday, December 2, 2019 at 9:59:50 AM UTC-6, TiddlyTweeter wrote: > > A *thing is* finding what has been done in this GG. > > It's too Darwinian by far. Past threads are automatically put o

Re: [tw5] Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Victor Dorneanu wrote: > > Hi Pit, > thanks for your input! I think I'll definitely have a look at the bundles > plugin since I do have tiddlers that need to be available in each wiki. > PMario's Bundler Plugin is definitely one of the best import/export tools we have. The only difficulty with

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Ciao Victor Okay. Focus here is on single file TWs. (If you were using Bob.EXE it would allow a lot more flex) There is NO standard method. There are several different issues involved that make it more complex than it might first look. I'd say the simplest STEADY METHOD was ASSERTION . In othe

Re: [tw5] Best approach for multiple wikis

2019-12-03 Thread Victor Dorneanu
Hi Pit, thanks for your input! I think I'll definitely have a look at the bundles plugin since I do have tiddlers that need to be available in each wiki. I've also found protw/twfarm which seems to do exactly want I want. Here

[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread TiddlyTweeter
repeat for email ... TonyM wrote elsewhere: “… I have multiple single file wikis for many subject areas but I have some select reference wikis and … a “core” [he means “organisational”] wiki where I place a common directory. I have a little registration system to register a new wiki and submit

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Victor Dorneanu
Hi TT, it's not really related to Github. I just use to store/backup my tiddlers. The backend storage is actually quite irrelevant. I just need some "best practices" / workflows that individuals have established over time in order to manage multiple wikis. Cheers, Victor On Tuesday, Decembe

[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread TiddlyTweeter
repeat for the email crowd ... --- I been wondering about whether "Base Packages" of TW component assemblies are getting desirable. For instance. Say you are a Mathematician. What are the components that, together, would form a basic kit ("Lego Kit") to get you started well? By "components"

[tw5] Re: The last word in Saving?

2019-12-03 Thread PMario
On Sunday, December 1, 2019 at 11:34:23 PM UTC+1, TonyM wrote: ... > *I see some real uses for TWExe especially for me on Windows, and possibly > on a file share LAN drive. Basically to distribute an application to > desktops.* > A self-replicating unsigned untrusted executable on a system is

[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TiddlyTweeter
Repeat for those on email ... The Editor's Stamp/Snippets tool is very useful ... BUT is can get unwieldy in that it has no direct way to display sections?? I been using a bodge system (using alphabetics, excess spaces & "pseudo" snippets) to produce a menu that looks like ... [image: Sc

[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Ciao Victor As far as I understand GitHub it can be used (with various sub-tools) to create workflows of complexity & sophistication. I don't have the knowledge to advise on particulars. But I think this may be more a question for asking on GitHub itself? Best wishes TT On Monday, 2 December

[tw5] Re: How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread Hubert
Thank you TT! It works like a charm and solved my accidental empty input issue. I've saved your code for future use as well. Thanks again! Regards, Hubert On Tuesday, 3 December 2019 10:48:51 UTC, TiddlyTweeter wrote: > > Ciao Hubert > > When you copy off net you need to discard the containing

[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
Ciao Hans I was skeptical when Mohammad pushed forward on using tags. I thought they might create a "two-tier" system that would add to the confusion of finding things. I changed my mind when I saw them working. Tags really help find things by providing a neat way to hone searches. FWIW, when

[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
Ciao Mohammad I done a bunch of testing of the native GG searcher. It's quite difficult to get the best out of. I'll post a guide to getting more from it soon. Best wishes TT On Monday, 2 December 2019 22:42:31 UTC+1, Mohammad wrote: > > Hi Josiah, > I am not sure if you have discussed this b

[tw5] Context dependent snippets?

2019-12-03 Thread DemoniWaari
Is is possible to make text snippets context dependent? As in, only available when used inside parentheses or other brackets. I'd like to do something like this in KaTeX $$ 1050 \rightarrow 1060 ~@~ 3\degree \text{C} / \text{min}$$ and it is super annoying to always repeat the \degree \text{C} /

[tw5] Re: How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread TiddlyTweeter
Ciao Hubert When you copy off net you need to discard the containing "/ ... /". You don't need them in TW regex operators. They are normally for handing "raw regex" in JS which TW itself handles for you. Here is some code ... First matches !!field that is whitespace only. Second matches empty

[tw5] How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread Hubert
Hello, I'd like to detect if a string only consists of whitespace (i.e. is non-empty but has no characters). The filter should output an emptyMessage at all times except when the field data1 consists of whitespace and whitespace alone. I have the following code with regex found online but it d

Re: [tw5] TiddlyTools lives again!

2019-12-03 Thread Jan
Hi Eric, I am so happy to see you back here ... if you had not helped me when I started I never would have achieved anything! Thanks again! Jan Am 29.11.2019 um 06:24 schrieb Eric Shulman: Hi all, I'm pleased to report that I have finally managed to get my TiddlyTools.com domain associated w