[tw5] Re: is it possible to list fields that have a specific prefix ?

2019-07-19 Thread Mohammad
Added to TW-Scripts On Saturday, July 20, 2019 at 5:50:04 AM UTC+4:30, Mark S. wrote: > > Example of fetching fields and values in current tiddler where field name > starts with "my" : > > <$list filter="[all[current]fields[]prefix[my]]" variable="field"> > <$list filter="[all[current]get]"

[tw5] Re: is it possible to list fields that have a specific prefix ?

2019-07-19 Thread TonyM
A related tip is fields with say menu-1 menu-2 can be listed in order use sort[] and you can transclude the content. This have active wiki text and more stored in fields. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Tiny Todolist Plugin RC 7: Create todo item with different categories

2019-07-19 Thread Mohammad
RC 7 updated with min-width=320px On Friday, July 19, 2019 at 10:37:06 PM UTC+4:30, Watt wrote: > > Beautiful! Thanks a lot Mohammad, it's surely done now! > > I tweaked the css a little for my use with Quinoid on a smallish Android > phone. The tweaks worked for me but all phones are different

[tw5] Tiny Todolist RC 7 and Quinoid on Android

2019-07-19 Thread Mohammad
This is Todolist RC 7 and TW 5.1.20 on Quinoid Simple UI, easy to use on touch screen! Thanks Quinoid. Thanks Mark! It has the capability to upload a wiki + todolist plugin on Google Drive or other cloud drive and use the wonderful Quiniod to replace many todolist apps :-) Share your notes

[tw5] Re: menu item linking to website

2019-07-19 Thread TonyM
Eric, Have a look at how I implement it in the mymenus plugin which is just packaged macros. Https://Tiddlywiki.psat.com.au/mymenus the menu items are defined in a field and transcludes. You could use a link widget or even standard html links. Regards Tony -- You received this message

[tw5] Re: Tiny Todolist Plugin RC 7: Create todo item with different categories

2019-07-19 Thread Mohammad
See also Todolist and Quinoid discussion https://groups.google.com/d/msg/tiddlywiki/bgus0InFoJ4/_OmBzkmhEAAJ --Mohammad On Friday, July 19, 2019 at 8:03:01 PM UTC+4:30, Mohammad wrote: > > *Announcement: Todolist Plugin* > > *Date: July 19, 2019* > *Release: 1.0 release candidate 7* > > *Change

Re: [tw5] Re: Widget to import .txt-File as Tiddler: How do I import umlaute ö ä ü ß an other strange German characters

2019-07-19 Thread TonyM
Jan I could not help you character issue but I am very keen on you import text file. Could I please ask when you are ready to document it a little more clearly so us English speaking dummies can understand and make use of it. Thanks in advance Tony -- You received this message because you

[tw5] Re: I'm still here, and so is TiddlyServer

2019-07-19 Thread 'Mark S.' via TiddlyWiki
Hi Arlen, I assume we're supposed to use the source code from the latest release? Two comments. First, a small thing. If a directory structure doesn't exist, it doesn't have an icon. This is visually unappealing. The reason a directory might not exist is that it might be on a drive or net

[tw5] Re: Can't save TW with htaccess on my raspian server

2019-07-19 Thread magicillusion
Thanks a lot for your reply. With a lot of tests, i found why store.php lose the authent when it's saving. The login/password must be same in the htpasswd and the tiddlywiki. thanks again TonyM You can send greetings to two ^^ have a nice evening Le samedi 20 juillet 2019 01:58:46 UTC+2,

[tw5] Re: List type attribute in wiki text

2019-07-19 Thread passingby
Hello again Mark, I just used it and its working perfectly! Thanks again. I even removed the data-tag attribute and made it general, because in this particular tiddlywiki all my lists would be like this. In some special case, I can perhaps enclose it is a span with a class and do it different.

[tw5] Re: is it possible to list fields that have a specific prefix ?

2019-07-19 Thread 'Mark S.' via TiddlyWiki
Example of fetching fields and values in current tiddler where field name starts with "my" : <$list filter="[all[current]fields[]prefix[my]]" variable="field"> <$list filter="[all[current]get]" variable="value"> <> : <> On Friday, July 19, 2019 at 5:19:38 PM UTC-7, Sebastian Ovide wrote: > >

[tw5] Re: optimising performance (searching vs saving tiddlers)

2019-07-19 Thread PMario
On Friday, July 19, 2019 at 7:45:14 AM UTC+2, haroulito wrote: ... > > What I need to improve is the delay when clicking to save a tiddler. For > my 8mb wiki it takes about 4 seconds to save each tiddler. On a blank TW > with all the plugins I need installed it takes ~2 seconds. This difference

[tw5] optimising performance (searching vs saving tiddlers)

2019-07-19 Thread Watt
Hi haroulito If you haven't already seen it there is another useful discussion here; https://groups.google.com/forum/m/#!topic/tiddlywiki/Aheyeybfydg Bimlas and others comments towards the end offer some good tips. Good luck! -- You received this message because you are subscribed to the

[tw5] Re: optimising performance (searching vs saving tiddlers)

2019-07-19 Thread PMario
Hi, There is a setting in the control panel: Saving: General tab You can switch auto-saving off. BUT you need to hit the save-button on your own, from time to time!! see: https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FControlPanel%2FSaving%2FGeneral -m -- You received this message because

[tw5] Re: A much much better alternative to my todo plugin

2019-07-19 Thread Mohammad
Thanks all! I hopefully publish a final release on GitHub with documentation! What I said was, if the TW ecosystem works you should easily find other works and not only you can benefit of them but also you can save time! Cheers Mohmmad On Friday, July 19, 2019 at 4:18:37 AM UTC+4:30, TonyM

[tw5] Re: menu item linking to website

2019-07-19 Thread Ton Gerner
Hi Eric, As follow-up of adding a link to the top menu, see https://groups.google.com/forum/#!msg/tiddlywiki/2Qb1SMWBxuo/sHUxDKaHAAAJ (e.g. [[GettingStarted]]), you can add an external link [[TW5|https://tiddlywiki.com/]]. Clicking that link opens the TW5 site in a new window or tab depending

[tw5] Variables, Constants and States in Tiddlywiki

2019-07-19 Thread Mohammad
In programming you have variables, constants Variable Store data and change their value when you need Constants a constant is a value that cannot be altered by the script during normal execution For operation in TW, we can define variables using - $vars (and $set) -macro and for constant

[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Mohammad
In TW-Scripts you can find examples show you how you can create tiddlers for example

[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
I know. But I have several problems: * Where I put the script? I am looking the $:/core/ui/EditTemplate/tags. There is a macro to add the tag:<$macrocall $name="tag-picker" actions=< >/> That control ther adding a tag to a thiddler but I don't know how to add my code here. Or maybe in the

[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
I want to modify a little the behavior of TW: when you add new tag to a tiddler and save it, you will also create the tag-tiddler. The alternative: Create a new tiddler to create tags where I put all code. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Jed Carty
I am not aware of any way to automatically create tiddlers for tags that don't exist when creating a tiddler. Making a macro to do this when you click a button wouldn't be too terribly difficult, but I think that having it happen automatically would require javascript. The javascript shouldn't

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
*Good to know* What is the application of cycle macro? One example is Todolist plugin. 5 colores are set as priority level and by clicking on a button you can cycle through colors to set the priority level. --Mohammad On Friday, July 19, 2019 at 1:22:23 PM UTC+4:30, Mohammad wrote: > > The

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Breaking News - "Todolist not done!" Nice Mohammad, would you be able to cycle through days of the month with this? e.g. For a quick day view on a diary app? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Automatically create a tiddler associated to a tag

2019-07-19 Thread Luis Gonzalez
Don't worry. I have a solution: Add a new button in the Page Toolbar: create new character with the code: <$button tooltip={{$:/Luis/mensaje/user}} aria-label={{$:/Luis/Caption/user}} class=<>> {{$:/Luis/images/user}} <$action-sendmessage $message="tm-new-tiddler" title="Nuevo personaje"

Re: [tw5] TiddlyMap function suggestion - toggle between neighbourhood node and drop-in node

2019-07-19 Thread Felix Küppers
Hi Hewitt, thanks for your kind words and your suggestion. The idea is interesting and I think it is possible to convert a node from being a mere neighbour in the map to a real node in the map – altough I am not sure when I find the time to implement this feature. Would it be possible to add

Re: [tw5] Re: Tiddly Map

2019-07-19 Thread Felix Küppers
Hi Mat, thanks for redirecting to the project's github. I answered over there. Best wishes! Felix On 6/30/19 11:46 PM, Mat wrote: Hi Chems TiddlyMap is a project from one individual, Felix Kupper / Felix Hayashi. I doubt anyone else can answer but he is, as far as I know, not very active in

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Hi Watt! On Friday, July 19, 2019 at 3:09:34 PM UTC+4:30, Watt wrote: > > Breaking News - "Todolist not done!" I will publish a new version of Todolist soon! > Nice Mohammad, would you be able to cycle through days of the month with > this? e.g. For a quick day view on a diary app? > Yes,

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Watt, See example ii in https://tw-scripts.github.io/Yazd/#macro%2Fcycle Cheers Mohammad On Friday, July 19, 2019 at 3:09:34 PM UTC+4:30, Watt wrote: > > Breaking News - "Todolist not done!" > > Nice Mohammad, would you be able to cycle through days of the month with > this? e.g. For a quick

[tw5] New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread bimlas
Dear all, The plugin contains a new, irregular action-overridenavigation ActionWidget, which instead of performing the action immediately, performs it at the next navigation (when you open an internal link) or tab switch. For example, we can determine that if we click on a link, we would like

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread Mat
Aha, very interesting. Could this be used for aliases, i.e navigation to another tiddler instead of the title? The average user has nothing else to do, > Yeah - let's get rid of them. Waste of oxygen. ;-) ;-) ;-) <:-) -- You received this message because you are subscribed to the

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread bimlas
Mat, You can't change the target of navigation, just how to manage that, so as I know what you want is not possible. Basically the plugin is a replacement for "open in edit mode" and "open tab in edit mode" plugins. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Thanks very much Mohammad! It works very well. With the dates 01 to 31 typed into arraySet I can scroll through them and display events previously entered for that date into another data tiddler. A diary viewer! I'm now experimenting to see if the arraySet can be transcluded in from either a

[tw5] Re: optimising performance (searching vs saving tiddlers)

2019-07-19 Thread haroulito
Thanks Watt, I went through most of the discussion and will go through it again more thoroughly to get ideas. Best wishes H. On Friday, July 19, 2019 at 8:09:19 AM UTC+1, Watt wrote: > > Hi haroulito > If you haven't already seen it there is another useful discussion here; > >

[tw5] Re: The Cycle macro

2019-07-19 Thread HansWobbe
Mohammad: This is very nice! So far, i've been using Tobi's cycletags to move through a sequence of tags. You approach of using an array opens up several more use cases. Thanks for sharing this (and your many other contributions). Regards, Hans On Friday, July 19, 2019 at 4:52:23 AM

[tw5] Re: optimising performance (searching vs saving tiddlers)

2019-07-19 Thread haroulito
Hi Mario, Many thanks for your posts. I will be disabling autosave for short periods of intensive editing. I often have the side pane showing the "Open" or "Recent" tab. I should make a point to remember to use a static tab instead although I don't see much improvement if I do so. In terms of

[tw5] Re: New release: Locator 1.2.0 (search by tags, ToC showing related tags)

2019-07-19 Thread bimlas
h0p3, I'm sorry for the delayed response, but I'm trying to spend my little free time on implementing new ideas. Thank you very much for your kind words. Although I do not understand exactly what you wrote, because my English knowledge and Google Translate are not enough for accurate

[tw5] Re: Variables, Constants and States in Tiddlywiki

2019-07-19 Thread BJ
In wikitext: the only variables are tiddlers and they have global scope. 'variables' are in fact scoped quasi-constants, the scope being defined by the <$vars x='val' y={{tid}}> ... note that x here has value of 'val' <$vars x='newval'> note that we have two x's stacked on top of each other

[tw5] Re: Polly (2) -- Downloads as HUB

2019-07-19 Thread @TiddlyTweeter
Ciao Mark S. In this email I say what I did in main scripts; in the next I'll give details of the "test/demo tool" and download link. I've integrated all your changes in *polly-01i-MS* into *polly-01i-TT* and ... Added: Console Buffer setting so very long paths don't wrap and

[tw5] Tiny Todolist Plugin RC 7: Create todo item with different categories

2019-07-19 Thread Mohammad
*Announcement: Todolist Plugin* *Date: July 19, 2019* *Release: 1.0 release candidate 7* *Change log* *19th July 2019* [NEW] Priority button cycles through five levels of priority and use colors for levels [NEW] New minimal interface [NEW] New internal tiddlers explorer lets you to delete

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-19 Thread Spooky Noodle
This is something of a different issue, but I thought I might as well ask it here: toc-tabbed-internal-nav and toc-tabbed-external-nav seem to do this really interesting behavior, where it has the table of contents in a fixed position, but open the page in another window. I was wondering if

[tw5] Newbie breaks Control Panel

2019-07-19 Thread MagoArcade
I've had this a couple of times now whilst using the desktop client (haven't tried to re-create via other serving means). It seems to stop displaying the usal options, but if you edit it as a shadow copy - it's all there. Also, if open in new window - opens correctly. Vid:

[tw5] Re: Newbie breaks Control Panel

2019-07-19 Thread armlet
I use TiddlyDesktop all the time and never have this problem. Better try to reproduce with a new wiki and let people know what you do to get you there every time. On Friday, July 19, 2019 at 10:39:21 AM UTC-5, MagoArcade wrote: > > I've had this a couple of times now whilst using the desktop

[tw5] Re: Newbie breaks Control Panel

2019-07-19 Thread BurningTreeC
Hi MagoArcade, It's the folded state which is on, just open the ControlPanel's dropdown and click on "unfold tiddler" You probably folded it somewhere in the process all the best, btc I've had this a couple of times now whilst using the desktop client > (haven't tried to re-create via other

[tw5] Re: Newbie breaks Control Panel

2019-07-19 Thread MagoArcade
Doh! Ah the pleasures of learning new stuff! Thanks BTC + appreciating a community that doesn't leap to "rtfm" On Friday, 19 July 2019 17:20:13 UTC+1, BurningTreeC wrote: > > Hi MagoArcade, > > It's the folded state which is on, just open the ControlPanel's dropdown > and click on "unfold

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
My experiments failed, I can't get arraySet to accept a transcluded value. I was hoping to be able to pass the values to arraySet either from a field, a macro or possibly from the values of another data tiddler. No luck so far. I know it's not offered as an option but it seems like a useful

[tw5] Can't save TW with htaccess on my raspian server

2019-07-19 Thread Alexandre PESNEL
Hello everyone First, excuse me for my English because I am French :) I am allowed to post here because I have a problem when I save my TW. Indeed I installed Raspian on a raspberry and apache2 and php to put my TW online. With the store.php file and the configuration of the TW everything works

[tw5] Re: Polly (2) -- Downloads as HUB

2019-07-19 Thread @TiddlyTweeter
Ciao Mark S., and interested avians I realised, calling this but a "demo" is not right. Its a serious "test system". Though the "touch" mechanism it uses could be used to create a user friendly demo I think. The thing is under *.\dev\test\* You start it clicking *polly-test.bat*, it then (1)

[tw5] Re: menu item linking to website

2019-07-19 Thread Eric Kofoid
Hi Ton, Thanks for the quick reply. However, you fail to understand my problem. I don't want to put a clickable link as a menu in topmenu. Rather, I want a drop-down menu item to be clickable without going through the intermediacy of an open tiddler. Example: Consider a menu, "Sites", in

[tw5] Tiny Todolist Plugin RC 7: Create todo item with different categories

2019-07-19 Thread Watt
Beautiful! Thanks a lot Mohammad, it's surely done now! I tweaked the css a little for my use with Quinoid on a smallish Android phone. The tweaks worked for me but all phones are different of course, so maybe best to backup Mohammad's original css templates if you're tempted to use these;

[tw5] Re: Tiny Todolist Plugin RC 7: Create todo item with different categories

2019-07-19 Thread Mohammad
Thanks Watt! Hope mobile users enjoy this improvement! Cheers Mohammad On Friday, July 19, 2019 at 10:37:06 PM UTC+4:30, Watt wrote: > > Beautiful! Thanks a lot Mohammad, it's surely done now! > > I tweaked the css a little for my use with Quinoid on a smallish Android > phone. The tweaks

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Thanks Hans! I got idea from you post. See my answer to Watt below! Cheers Mohammad On Friday, July 19, 2019 at 6:47:02 PM UTC+4:30, HansWobbe wrote: > > Mohammad: > > This is very nice! So far, i've been using Tobi's cycletags to move > through a sequence of tags. You approach of using an

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Watt, It works, just note if you want to feed arraySet with transclusion use the $macrocall. Example Hans in his post pointed out how this can be used for Tagcycle. I use his idea as below Assume you have A tiddler entitled Test300 as below title: Test300 text: 1 2 3 4 5 6 7 8 9 10 Now,

[tw5] Re: Variables, Constants and States in Tiddlywiki

2019-07-19 Thread Mohammad
Hi BJ This shows scope of variable! Many thanks I added it to TW-Scripts. By the way is there any way to have static variables means by substituion does not refere to the same memory room. --Mohammad On Friday, July 19, 2019 at 7:38:16 PM UTC+4:30, BJ wrote: > > In wikitext: > the only

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread PMario
Hi, Seems to be the same as the link-catcher widget. -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

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread bimlas
PMario, Yes, the logic is similar, but the plugin not only receives children's navigation, but responds globally to any link + it's catching tab switching as well. >From the documentation of LinkCatcherWidget : The link catcher widget traps

[tw5] Re: HTML to wiki text

2019-07-19 Thread passingby
On Thursday, July 18, 2019 at 9:55:59 PM UTC-7, Birthe C wrote: > > http://skplugins.tiddlyspot.com/#HTML%20Convert > > > Birthe > Thank you for this. Converting the text with this and then using Notepad++ to remove \r and \n brought me quite closer to the goal. -- You received this message

Re: [tw5] Tiddlymap vertical position

2019-07-19 Thread Jan
Moin und Danke! Thanks for your detailed response. The Data is well sorted, but I feel it will be quite a task to parse it. I am just learning java script, so I have to see when I will be able to make a widget using the API. The result shall be a list of tiddlers in the Map sorted from highest

[tw5] Re: List type attribute in wiki text

2019-07-19 Thread passingby
Thanks Mark! I am going to try this on my next note-taking tiddler. On Thursday, July 18, 2019 at 9:38:44 PM UTC-7, Mark S. wrote: > > This CSS matches up with your sample text, if I understand it correctly. > It goes to 3 levels. You can work out other levels if necessary. > > >

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Great stuff! Thanks Mohammad and Hans. Another really useful component for the TW toolkit. -- 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: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread PMario
On Friday, July 19, 2019 at 2:26:41 PM UTC+2, bimlas wrote: ... > The plugin contains a new, irregular action-overridenavigation > ActionWidget, which instead of performing the action immediately, performs > it at the next navigation (when you open an internal link) or tab switch. > For

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread bimlas
Originally, the goal was "open in edit mode": if you have a tiddler that causes RSOD, you can open it for editing without error. In addition, it also works on tabs, which require a lot of clicks (thus you also wrote your own edit-tabs plugin).

Re: [tw5] Re: Widget to import .txt-File as Tiddler: How do I import umlaute ö ä ü ß an other strange German characters

2019-07-19 Thread Jan
Hi Mark, hi Jed...hi anyone interested. the charset issue is quite a drag, I was only able to solve it taking a detour over a .php which does the work. "")); } $url = $_GET['url']; $posturl = $_POST['url']; if (!empty($posturl)) { $url = $posturl ; } $text =

[tw5] Can't save TW with htaccess on my raspian server

2019-07-19 Thread TonyM
Magic, More help should come soon but there is another alternative to store php and that is tw-reciever if you can solve your problem. There are quite a few frenchies in this forum (And I am sitting next to two in the real world:) Regards Tony -- You received this message because you are

[tw5] Re: Variables, Constants and States in Tiddlywiki

2019-07-19 Thread TonyM
Mohammad, Actualy in some ways you have this around the wrong way. Each time we define a variable with the same name a new place in memory stores the value, we are reusing the name not the memory. The best explanation to me is the place in the widget tree. Else where I have being asking for

[tw5] is it possible to list fields that have a specific prefix ?

2019-07-19 Thread Sebastian Ovide
Hello I have a tiddler with several fields. Some have a specific prefix. Is it possible to list them ? example tiddler!!prefix_aaa, tiddler!!prefix_bbb, tiddler!!prefix_ccc thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread TonyM
Bimlas Thanks for sharing once again. One of your values of your contribution to the community is you often come from a different angle. Divercity is good. This means that if you are brief in your explanation it can be difficult for others to understand why you did something or how they can

[tw5] Re: New plugin: Override navigation: Handle links differently, override opening of next link or tab switch

2019-07-19 Thread TonyM
Bimlas I have a sidebar tab called edit recent that allows me to open recent tiddlers in edit mode directly to avoid the rsod. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving