[tw5] Re: TiddlySpot app server written in ColdFusion

2020-03-10 Thread Morgaine O'Herne
I actually have an online server that I was thinking about installing node.js on so I could host tiddlywikis. Would ColdFusion be a good alternative to node.js? Would it maybe be easier to install and use by someone who has never used either? On Tuesday, March 10, 2020 at 4:04:59 PM UTC-6,

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread A Gloom
They are doing an preemptive closing of schools (for disinfecting it seems) as the cases start increasing in my area... i'm watching in a mixture of habitual interest (if I was still working, I would be in the thick of it-- my profession was to protect society and my fellow citizens) and

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread David Gifford
Nice tips, Tony! On Monday, March 9, 2020 at 5:34:38 PM UTC-6, TonyM wrote: > > Folks, > > We often discover useful little TiddlyWiki tips but tend only to share > them when someone asks a relevant Question. > > I would like to encourage this sharing so I will kick off with a few > > *Control

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread A Gloom
> > Oh thanks A Gloom, I was wondering how to add filter like this in Advanced > Search :) > > For example to search *empty tiddler* : > > [!is[system]!has[text]] > > YW and thank you-- I put your cool idea to immadiate use-- not only as a Advanced Search filter but as a selection in the More

[tw5] More button foolery (borders & aufio)

2020-03-10 Thread A Gloom
(goes along with topic https://groups.google.com/d/msg/tiddlywiki/PBUMNSI5EJY/AFNjXsSIAQAJ ) easy to modified buttons shapes with style override [image: btnClipboard.jpg] inline styling used for demo, styles can be moved to a stylesheet for wiki wide custom buttons using class="" don't use

[tw5] Re: Covid & Tiddlywiki

2020-03-10 Thread A Gloom
> > I'd really like to incorporate the <$reveal> functionality, which is > probalby html5? this is pretty much out of my league. And I have a few > hours...(I can always relaunch it monday...) Just studied the system reveal js tiddler recently-- reveal uses html but not a direct correlation

[tw5] Re: Update Codemirror

2020-03-10 Thread PMario
On Tuesday, March 10, 2020 at 5:54:56 AM UTC+1, TonyM wrote: > If I include the codemirror plugins relating to HTML I get a Red > Javascript error. > hi, Can you be more precise, so we can fix the problem. An attachment here will be ok. -m -- You received this message because you are

Re: [tw5] Tiddler Templates

2020-03-10 Thread Gerardo Vélez
Wow! I wonder how I never stumbled upon this book after so many hours wandering around looking for answers. Many thanks for the link and I'll get sure to follow up on the updates. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Update Codemirror

2020-03-10 Thread Mohammad
bluespire, I think BTC (Simon) is the plugin container. I will ask in GitHuB to have a look! --Mohammad On Monday, March 9, 2020 at 6:32:13 PM UTC+3:30, bluespire wrote: > > Hi folks, > > Maybe I missed the documentation on how to update Codemirror for > Tiddlywiki. The one in the official

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread A Gloom
easy regex search for exact word in Advanced search create a tiddler named $:/core/Filters/ExactTermsearch (using %$:/core may not be suggested ) tiddler text field: leave empty description field: for search of exact search term filter field: [!is[system]search::regexp[\binnominull\b]] tag

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread PMario
On Tuesday, March 10, 2020 at 5:43:13 AM UTC+1, Mohammad wrote: > > Added to TW-Scripts > That's nice but you should add a link. -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

[tw5] Re: Link with variable field to point URL in list tiddler ?

2020-03-10 Thread Mohammad
Sylvain *replace* \define urln() $(forumUrl)$$user$ *with* \define urln() $(forumUrl)$$(user)$ Let me know how it is going! --Mohammad On Tuesday, March 10, 2020 at 9:50:39 AM UTC+3:30, Sylvain Naudin wrote: > > > > Le mardi 10 mars 2020 05:21:22 UTC+1, Mohammad a écrit : >> >> Beautiful TW

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread Mohammad
Hi Mario This is the link! TW-Scripts is updated on https://kookma.github.io/TW-Scripts/# on monthly basis, so it is not easy to add the link quickly! But users may head over and search with thread or post topic to not only find the added post but find similar things :-) --Mohammad On

[tw5] Re: Query: Is there an index of tiddlyspot.com?

2020-03-10 Thread Mohammad
Many thanks for sharing! On Tuesday, March 10, 2020 at 10:31:52 AM UTC+3:30, A Gloom wrote: > > i never finished the index because I didn't know if the wiki owners wanted > their wiki listed in a public listing > > >

[tw5] Re: Filter comparison operators

2020-03-10 Thread Hubert
Hi David, <$list filter="[tag[blah]has[year](somehow)year<19]"> > > > I know you're looking specifically for a filter operator. But for the time being, is there any reason why you wouldn't settle for the reveal widget? This should work based on your code above. You can use that for multiple

[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Mohammad
Mat, This is amazing proposal! It should be as simple as possible people with basic TW knowledge can create a shared-list, tiddler-library, ... The current mechanism of making library needs Node.js and some advanced knowledge of TW+Node --Mohammad On Monday, March 9, 2020 at 11:53:29 PM

[tw5] Re: Link with variable field to point URL in list tiddler ?

2020-03-10 Thread Sylvain Naudin
Le mardi 10 mars 2020 05:21:22 UTC+1, Mohammad a écrit : > > Beautiful TW site! Good luck Sylvain! > Thank you Mohammad :) > I edited your Forum tiddler: https://tw5.xyz/Annuaire/contact.html#Forum > as below > > \define forumUrl() https://forum.tiddlywiki.fr/u/ > \define urln()

[tw5] TW-Scripts Monthly update

2020-03-10 Thread Mohammad
This is a monthly update of TW-Scripts. To see the list of latest changes see, Sidebar Tab, Recent. Demo: https://kookma.github.io/TW-Scripts/ Code: https://github.com/kookma/TW-Scripts If you like it star it at https://github.com/kookma/TW-Scripts --Mohammad -- You received this message

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread Mohammad
The link in TW-Scripts https://kookma.github.io/TW-Scripts/#Useful%20Little%20TiddlyWiki%20tips On Tuesday, March 10, 2020 at 8:13:13 AM UTC+3:30, Mohammad wrote: > > Added to TW-Scripts > > https://kookma.github.io/TW-Scripts/#Useful%20Little%20TiddlyWiki%20tips > > On Tuesday, March 10, 2020

Re: [tw5] Download just a tiddler from a TW?

2020-03-10 Thread Mohammad
Jeremy, On Tuesday, March 10, 2020 at 1:03:45 AM UTC+3:30, Jeremy Ruston wrote: > > Hi Mat > > On 9 Mar 2020, at 20:23, Mat > wrote: > > If this were possible, it would be trivial for anyone to make a plugin > library > > > It’s already pretty trivial to make a plugin library under Node.js, are

[tw5] Re: Link with variable field to point URL in list tiddler ?

2020-03-10 Thread Mohammad
Lets see! I check the old version and it worked! Wait few minutes! On Tuesday, March 10, 2020 at 9:50:39 AM UTC+3:30, Sylvain Naudin wrote: > > > > Le mardi 10 mars 2020 05:21:22 UTC+1, Mohammad a écrit : >> >> Beautiful TW site! Good luck Sylvain! >> > > > Thank you Mohammad :) > > > >> I edited

[tw5] Re: Link with variable field to point URL in list tiddler ?

2020-03-10 Thread Sylvain Naudin
Le mardi 10 mars 2020 07:26:36 UTC+1, Mohammad a écrit : > > Sylvain > > *replace* > \define urln() $(forumUrl)$$user$ > > > > *with* > \define urln() $(forumUrl)$$(user)$ > > Let me know how it is going! > > --Mohammad > > Yes ! of course, thank you ! Later I'll do the same for my wiki user,

[tw5] Re: Query: Is there an index of tiddlyspot.com?

2020-03-10 Thread A Gloom
i never finished the index because I didn't know if the wiki owners wanted their wiki listed in a public listing http://twguidedoc.tiddlyspot.com/#TiddlySpot%20index%20search:%5B%5BTiddlySpot%20index%20search%5D%5D%20%5B%5BTiddlySpot%20wikis%20search%5D%5D -- You received this message because

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
Hi HC, 1. question > if I hide something (a filter) with the *reveal widget*, will it be > bypassed or will it still run the filter but not show it? or is there a > better way (for speed) to toggle between things? > It will be bypassed (not executed). Any code/content enclosed in a reveal

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread HC Haase
thank very much you for your answer. This was what I suspected. new questions. 1 is it possible to combine reveal and a filter? and will this be faster? something like: <$list filter="[speceficTiddler!!field[yes]has[field]]"> and 2 is there an advantage in

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
I'm not quite sure what you're trying to accomplish in question #1. Please post your code and someone may come up with a solution :) (I'll try me best too). As goes for question #2, it's good practice to start building your filters by defining the fundamental category as explained here

[tw5] Re: New Plugin tw-receiver saves wiki to PHP

2020-03-10 Thread HC Haase
lørdag den 7. marts 2020 kl. 16.51.23 UTC+1 skrev Mario Public: > > When importing the plugin the error: > > JSON error: SyntaxError: JSON.parse: unexpected character at line 7 column > 1 of the JSON data > > is reported > > Mario > > if you copied the file form github, are you sure you have

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread HC Haase
tirsdag den 10. marts 2020 kl. 12.30.10 UTC+1 skrev Hubert: > > Yes, I understand your objectives, but I cannot answer in code if I don't > have your building blocks. > > Anyway, to answer your question on a high level, if your reveal widget > evaluates to False, then anything it embeds

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread HC Haase
tirsdag den 10. marts 2020 kl. 12.11.34 UTC+1 skrev Hubert: > > I'm not quite sure what you're trying to accomplish in question #1. Please > post your code and someone may come up with a solution :) (I'll try my best > too). > > I am thinking if there would be a benefit to combine reveal and

[tw5] Re: Tony's Tiny Tips

2020-03-10 Thread Sylvain Naudin
Le mardi 10 mars 2020 07:29:28 UTC+1, A Gloom a écrit : > > easy regex search for exact word in Advanced search > > create a tiddler named $:/core/Filters/ExactTermsearch > (using %$:/core may not be suggested ) > > tiddler text field: leave empty > > description field: for search of exact

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread PMario
Hi, You can measure the performance of filters if you install the "Tools for exploring the internals of TW " plugin. ... AND Enable Performance Instrumentation

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
Yes, I understand your objectives, but I cannot answer in code if I don't have your building blocks. Anyway, to answer your question on a high level, if your reveal widget evaluates to False, then anything it embeds (filters included) is simply not run, which does save time. If it evaluates

[tw5] Re: Dictionary to JSON

2020-03-10 Thread Mohammad
Try the attached code in tiddlywiki.com --Mohammad On Tuesday, March 10, 2020 at 6:26:39 PM UTC+3:30, Hubert wrote: > > Hello, > > Is there a quick and easy way to convert a dictionary-type tiddler to a > json tiddler using existing tools or plugins? > > It's not about changing the type

[tw5] Re: Dictionary to JSON

2020-03-10 Thread Hubert
It works perfectly, thank you Mohammad! Regards, Hubert On Tuesday, 10 March 2020 15:28:05 UTC, Mohammad wrote: > > Try the attached code in tiddlywiki.com > > > --Mohammad > > > On Tuesday, March 10, 2020 at 6:26:39 PM UTC+3:30, Hubert wrote: >> >> Hello, >> >> Is there a quick and easy way to

[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Mohammad
This is different from plugin library or what Mat said in his initial post! What Mat said and I asked from Jeremy is: A user in his wiki has a tool like Plugin Library When Plugin Library opens, one can select a pluging, a them, a macro, or other tiddler bundle and just add (inject) to his/her

Re: [tw5] The-Book Chapter 10

2020-03-10 Thread Aidan Grey
Heya Luis! Can I get a doc version? I'd like to do some editing / layout to make this a bit prettier, correct a few english bits (very weel written despite the few errors! Kudos!). And if it comes to that point, for those of us that are a bit old school, I can help get it laid out for print

[tw5] Dictionary to JSON

2020-03-10 Thread Hubert
Hello, Is there a quick and easy way to convert a dictionary-type tiddler to a json tiddler using existing tools or plugins? It's not about changing the type itself (there's a dropdown for that), but about parsing and rewriting my key:value pairs to be compliant with the json data structure.

[tw5] Re: New Plugin tw-receiver saves wiki to PHP

2020-03-10 Thread Mario Public
Thank You! You were right! Testing now. Mario Il giorno martedì 10 marzo 2020 12:11:46 UTC+1, HC Haase ha scritto: > > > > lørdag den 7. marts 2020 kl. 16.51.23 UTC+1 skrev Mario Public: >> >> When importing the plugin the error: >> >> JSON error: SyntaxError: JSON.parse: unexpected character

Re: [tw5] The-Book Chapter 10

2020-03-10 Thread Luis Gonzalez
The "building" of The-Book is becoming a wonderful challenge. Project completion is near and I will need readers to correct its content. If you want it, the next week I will release an .odt version of the book to share with all of you. I trust free software a lot and I think Libreoffice is a

[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Luis Gonzalez
Tip: If you want to export a group of tiddlers as if it were a complement, you must use the json format. -- 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

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Mohammad
On Tuesday, March 10, 2020 at 2:46:31 PM UTC+3:30, PMario wrote: > > Hi, > You can measure the performance of filters if you install the "Tools for > exploring the internals of TW > " > > plugin. ... AND > Enable

[tw5] [Help] performance of plugin, filters

2020-03-10 Thread HC Haase
When I am building my new plugin, at some point things get really slow. Can you help me understand where I Can optimize please? I am lacking some basic understanding. 1. question if I hide something (a filter) with the *reveal widget*, will it be bypassed or will it still run the filter but

[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Luis Gonzalez
You can download a single tiddler as a .tid file (or csv, json or static html) in this way: 1. Open the Advanced search tiddler. 2. Type the title of the tiddler inside square brackets. For example, [[Using Stylesheets]]. 3. Click on the third icon on the left (the export tiddlers icon) 4.

[tw5] Re: A problem with the foot little plugin

2020-03-10 Thread Eric Shulman
On Tuesday, March 10, 2020 at 4:49:33 AM UTC-7, Luis Gonzalez wrote: > > I've added to my foot plugin the option of collapse tiddlers. It shows a > little chevron icon on the view toolbar. > If you click on the "chevron up" icon the tiddler collapses (the top > tiddler above). If you click the

[tw5] Re: Announcement: TW5-powered ebooks

2020-03-10 Thread Julio Peña
Hello there, Oh wow Xavier, will definitely bookmark to go through this more attentively and at my leisure. On first quick impressions...great job! :) Best wishes, Julio -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Download just a tiddler from a TW?

2020-03-10 Thread Mat
I'm regretting that I asked this because it is in all likelihood more complex than I have time or skill for at the moment. Here's what I naively was hoping someone would say: Sure, just use: https://tiddlywiki.com/#HelloThere; download>link and add the secret ingredient X. That is the common

[tw5] Re: Announcement: TW5-powered ebooks

2020-03-10 Thread Mohammad
Hi Xavier, This is really impressive. I am just playing with the tool and I am very delighted to see Tiddlywiki in action in real world and more specific in publishing industry. Congratulation for this great piece of work and many thanks for sharing. Best wishes Mohammad On Tuesday, March

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread TiddlyTweeter
Ciao R² ... > > ... Tiddlers could become tidbits (1. A tasty morsel (of food). 2. > (computing, informal) A quarter of a byte (Half of a nybble; two bits). 3. > (archaic) A short mention of news or gossip.) > FYI I have a domain that went for "tidbits" as its less obscure than "tiddler".

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread CJ Veniot
Being from Canada I see "tidbit" and I immediately think "H. Timbits. Must get to Timmy Ho's ..." On Tuesday, March 10, 2020 at 3:27:07 PM UTC-3, TiddlyTweeter wrote: > > Ciao R² ... >> >> ... Tiddlers could become tidbits (1. A tasty morsel (of food). 2. >> (computing, informal) A

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread TiddlyTweeter
Italy is the experiment for Europe. Iran is the experiment for the Middle East. Italy now, the whole country (sensibly) opted for "lockdown". NOT because Italy is more infected than elsewhere. Just because you need SLOW transmission to cope and lockdown slows progression. All schools and

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread CJ Veniot
Although not a fan of renaming good products (and I can't help think it will be a huge pain for an awful lot of folk), I'll just play Devil's advocate ... Gots to be careful to not rebadge TiddlyWiki with something that makes people think of another product. For example, using the word

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread
Nice discussion! The role of a brand name to convey a powerful impression and is by no means secondary. Tiddlywiki being neither tiddly nor a wiki, the current name generates dissonance and makes it more difficult for newcomers to understand what TW actually is. David Gifford: > > Rustonotes.

[tw5] Re: The-Book Chapter 10

2020-03-10 Thread Stobot
Luis, For what it's worth - as a decade plus user of TiddlyWiki, your book has provided me the equivalent of *years* of monitoring these google groups for how-to knowledge.Huge thanks and kudos to you. I am one of those people who only likes to implement other people's plugins once I

[tw5] Re: Transclude a field using a variable field name

2020-03-10 Thread Mohammad
Micah, I am not answering your question, but I may recommend to have a look at https://kookma.github.io/TW-Scripts/#syntax I see some syntax error in your code. --Mohammad On Tuesday, March 10, 2020 at 7:35:23 PM UTC+3:30, Micah Maltsberger wrote: > > I'm trying to include a list of all

[tw5] Announcement: TW5-powered ebooks

2020-03-10 Thread Xavier Cazin
Hi everyone, TL;DR: Go to https://www.7switch.com/fr/ebook/9783962558772/great-expectations-serapis-classics, click on "Read an extract" and play with it. Then come back if you'd like to know more. I have been working in the publishing industry for the past 25 years, including the last 10 years

Re: [tw5] The-Book Chapter 10

2020-03-10 Thread Aidan Grey
As long as it's something editable, I'll be happy. On Tue, Mar 10, 2020 at 9:49 AM Luis Gonzalez wrote: > The "building" of The-Book is becoming a wonderful challenge. > > > Project completion is near and I will need readers to correct its content. > If you want it, the next week I will release

[tw5] Re: Transclude a field using a variable field name

2020-03-10 Thread Mohammad
If you like Shiraz dynamic table do the job! Check it at https://kookma.github.io/TW-S hiraz --Mohammad On Tuesday, March 10, 2020 at 7:35:23 PM UTC+3:30, Micah Maltsberger wrote: > > I'm trying to include a list of all tiddlers which contain a

[tw5] Transclude a field using a variable field name

2020-03-10 Thread Micah Maltsberger
I'm trying to include a list of all tiddlers which contain a variable field, sorted by the value of that field. ie, the tiddlers all have a field named "bob" with various numbers in that field. The name of the field is variable (defined in the "lwrcase" field of the current tiddler). The code

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread Mohammad
Yes, I was just watched the current Italy situation from BBC. We are the same, but most state offices are open with 1/3 of personnel from 8-13. University and schools are closed by mid April 2020. The bad news is we have on March 21st our Persian new year (exactly the first day of Spring) but

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread Julio Peña
Oh wow...my prayers for both your countries! -- 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

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread CJ Veniot
Well, as an "intertwingulitis" sufferer, everything is connected to everything else by one whole degree of separation. I'm a foodie and have a warped sense of humour, so usually one degree of separation to food and/or wistful wonkiness. All of that just in case anybody thinks I'm just being

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread TiddlyTweeter
Mohammad wrote: > > ... Some school classes are broadcasting from TV. Universities uses Moodle > or similar tool (like Adobe Connect) to have their virtual classes > Very good approach! I don't see that in Italy. > Masks, gloves, and other protective stuffs are not in the market! > Here that

[tw5] Re: Consider renaming TiddlyWiki

2020-03-10 Thread TiddlyTweeter
CJ Veniot wrote: > > Being from Canada I see "tidbit" and I immediately think "H. > Timbits. Must get to Timmy Ho's ..." > Lol! I agree getting something that works is difficult! TT > On Tuesday, March 10, 2020 at 3:27:07 PM UTC-3, TiddlyTweeter wrote: >> >> Ciao R² ... >>> >>> ...

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread Julio Peña
Hello TT and all, Yes, I have been following closely and it real crazy what's happening out there. Hopefully things will subside soon, God willing. :( Blessings, Julio -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-10 Thread TiddlyTweeter
Mohammad wrote: > > ... We have several death among doctors, nurses, other medical staff. > Right. Awful thing when people who help us die for us. That shows how bad it is. TT -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Receive your urgent loan !!

2020-03-10 Thread MmeMonnet Berisha
Receive your urgent loan !! Need an urgent loan, note the areas where I can help you: * Accept bank file * Financing * Home loans * Investment loans * Auto loans * Debt consolidation * Second mortgage * Credit repayment * Personal loans I offer from € 5,000 to € 4,000,000 at a rate of 2% per

[tw5] TiddlySpot app server written in ColdFusion

2020-03-10 Thread David
ColdFusion is not used very much these days, compared to .Net, PHP and such, and some of you may never have heard of it. But it's still in active development, and popular in government/state work especially, since a surge in the mid-90s. * File Save - I've got a CFM file that is taking the TW