[tw5] Re: Capture permalink value

2020-01-08 Thread PMario
hi, I think this could be easy to solve if my PR would be merged. If you +1 the comment [1] it may happen. -m [1] https://github.com/Jermolene/TiddlyWiki5/pull/4374#issuecomment-565705984 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread PMario
On Thursday, January 9, 2020 at 6:38:52 AM UTC+1, Mohammad wrote: > > Hi Eric! > Quite useful information and WISH to have such explanation in > tiddlywiki.com > see https://tiddlywiki.com/prerelease/#SavingMechanism point 4 The publishFilter variable will start to work with TW 5.1.22 see:

[tw5] Tiddly way to move draggable list item without dragging

2020-01-08 Thread Dave
Hi, I use draggable lists a lot and seeing as there's no easy way to drag items on mobile I wanted to try to make a button that could do the job, e.g. one for up and one for down. Is there some way to do this using an already existing , or is this something I'd have to write a JavaScript

Re: [tw5] Re: The most useful templates in creating new tiddlers

2020-01-08 Thread Mohammad Rahmani
Thank you Tony! Yes I mean a more general template! Like the core ones for new tiddler and new journal By the way you gave quite useful info in your reply for creating new tiddlers Best wishes Mohammad On Thu, Jan 9, 2020 at 8:44 AM TonyM wrote: > Mohammad, > > My answer is genuinely "My

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread Eric Shulman
On Wednesday, January 8, 2020 at 9:29:36 PM UTC-8, TonyM wrote: > > However did you mean $:/config/SaverFilter? > for detecting dirty? > yeah... I meant to type $:/config/SaverFilter -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Sort Order in Data Tiddlers Question

2020-01-08 Thread Mohammad
Tony have a look at https://groups.google.com/d/msg/tiddlywiki/LJpK7t31G98/Z4OPQ7TNAgAJ in the same thread! It return dataTiddler indexes with the sort method you like --Mohammad On Thursday, January 9, 2020 at 8:33:15 AM UTC+3:30, TonyM wrote: > > Mohammad, > > I think you may be referring

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread Mohammad
Added to TW-Scripts https://kookma.github.io/TW-Scripts/#When%20to%20Use%20Temp%20and%20When%20to%20Use%20State%20Tiddlers Hi Eric! Quite useful information and WISH to have such explanation in tiddlywiki.com --Mohammad On Thursday, January 9, 2020 at 8:00:58 AM UTC+3:30, Eric Shulman wrote:

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread TonyM
Eric, Nice answer. However did you mean $:/config/SaverFilter? for detecting dirty? The fact that the dirty indicator is different from what gets saved is a useful fact and possible trick. Regards Tony On Thursday, January 9, 2020 at 3:30:58 PM UTC+11, Eric Shulman wrote: > > On Wednesday,

[tw5] Re: The most useful templates in creating new tiddlers

2020-01-08 Thread TonyM
Mohammad, My answer is genuinely "My own templates". Bothe object templates (To create a new tiddler "object" and View Templates to display each object-type). I build a tiddler with all the content and values desired, although I do avoid using the text field, One of the key field values is an

[tw5] Re: Sort Order in Data Tiddlers Question

2020-01-08 Thread TonyM
Mohammad, I think you may be referring to this https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/data$20dictionary$20sort$20eric%7Csort:date/tiddlywiki/LJpK7t31G98/74DPWE83AwAJ However that is about sorting the titles of the tiddlers in which an index occurs, as IO read it a

[tw5] Re: when to use state tiddlers and when temp tiddlers

2020-01-08 Thread Eric Shulman
On Wednesday, January 8, 2020 at 7:57:42 PM UTC-8, Mohammad wrote: > > Tiddlywiki stores global variables in tiddler fields. > For example all state tiddlers in widgets like reveal, checkbox, > edit-text, ... > Considering both single file wiki and Node.js wiki what are your > recommendation in

[tw5] when to use state tiddlers and when temp tiddlers

2020-01-08 Thread Mohammad
Tiddlywiki stores global variables in tiddler fields. For example all state tiddlers in widgets like reveal, checkbox, edit-text, ... Considering both single file wiki and Node.js wiki what are your recommendation in using - $:/temp/mytiddlers - $:/state/mytiddlers --Mohammad -- You

[tw5] The most useful templates in creating new tiddlers

2020-01-08 Thread Mohammad
If you use template when create new tiddlers what are your favorite templates? --Mohmmad -- 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: Capture permalink value

2020-01-08 Thread Eric Shulman
On Wednesday, January 8, 2020 at 6:26:11 PM UTC-8, Stobot wrote: > > My logic being that the permalink will cause a single tiddler to open on > startup (in my case "UserA"), then the StartupActions fire and the first > tiddler in the StoryList would be UserA, which would then log to >

[tw5] Re: Sort Order in Data Tiddlers Question

2020-01-08 Thread Mohammad
Hi Tony Eric Shulman has invented a method to do this! If you make a search in forum you find it! Of course the procedure is a little costly! --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: TW-Scripts has a new update

2020-01-08 Thread Mohammad
@Stobot, @Ste Thanks. Please let me know if you found any issue or have any comment --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

[tw5] Re: Capture permalink value

2020-01-08 Thread TonyM
Stobot, Have you looked at the https://tiddlywiki.com/?user#InfoMechanism eg try this https://tiddlywiki.com/?hithere#InfoMechanism https://tiddlywiki.com/?user $:/info/url/search Search portion of URL of wiki (eg,

[tw5] Re: TW-Scripts has a new update

2020-01-08 Thread Stobot
Just adding that I appreciate your effort in maintaining this great resource - perfect for someone like me! Thanks! -- 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

[tw5] Capture permalink value

2020-01-08 Thread Stobot
Hello all, I'm hoping to simplify my end-user login experience using BOB. Currently I have each user enter their name when the load the wiki and then use that name to log things. My thought is that to save them the typing, I could send them a permalink and figure it out automatically from

[tw5] Sort Order in Data Tiddlers Question

2020-01-08 Thread TonyM
Folks, Using the following code I am extracting a list of field names from a dictionary tiddler, and retrieving the description <$list filter="[[fields-dictionary]indexes[]]" variable=fieldname> <$checkbox field=<> checked="yes" unchecked="no" default="no"> <$text text={{{

[tw5] TW-Scripts has a new update

2020-01-08 Thread Ste Wilson
Mohammad your a tiddlywiki MACHINE!!! -- 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

[tw5] Re: Tiddler Commander Plugin 2.0.2 for review and comments

2020-01-08 Thread Mohammad
For simple review and comment I have pushed the new update of commander-ii to tiddlyspot http://commander.tiddlyspot.com/ This is a single file. Best Mohammad On Tuesday, January 7, 2020 at 7:15:58 PM UTC+3:30, Mohammad wrote: > > *Another experimental commander-ii is up* > Commander 2.0.2

[tw5] Re: Tiddler Commander 2.0: Proposal

2020-01-08 Thread Mohammad
Hi Josiah, I will start implementing them and will let you know if I successful. --Mohammad On Wednesday, January 8, 2020 at 12:45:23 PM UTC+3:30, TiddlyTweeter wrote: > > Mohammad wrote: >> >> Any other flags useful here? >> > > Ciao Mohammad > > My last post covered the "scope" flags. The

[tw5] Re: Tiddler Commander Plugin 2.0.2 for review and comments

2020-01-08 Thread Mohammad
On Wednesday, January 8, 2020 at 3:53:05 PM UTC+3:30, TiddlyTweeter wrote: > > Mohammad wrote: >> >> *Or directly download demo from* >> >> https://github.com/kookma/TW-Commander/tree/commande-ii/docs >> > > It is a bit cumbersome! > > FWIW, I found it as easy to use Powershell to download it

[tw5] Re: Tiddler Commander Plugin 2.0.2 for review and comments

2020-01-08 Thread Mohammad
Thanks Josiah! As soon as I get a stable beta I will merge it to master branch and downloading will be much easier. I will have a look on button style! -Mohammad On Wednesday, January 8, 2020 at 3:48:55 PM UTC+3:30, TiddlyTweeter wrote: > > Ciao Mohammad > > I had a look at the selection

[tw5] Re: How to add fields to new-journal?

2020-01-08 Thread J Mc
> HC Haase, > Replace the shadow tiddler $:/core/ui/Buttons/new-journal with the contents of attached file $:/core/ui/Buttons/new-journal-with-exercise field \define journalButton() <$button class=<> tooltip="New Journal"> <$action-sendmessage $message="tm-new-tiddler" $param=<>

[tw5] Re: Tiddler Commander Plugin 2.0.2 for review and comments

2020-01-08 Thread TiddlyTweeter
Mohammad wrote: > > *Or directly download demo from* > > https://github.com/kookma/TW-Commander/tree/commande-ii/docs > It is a bit cumbersome! FWIW, I found it as easy to use Powershell to download it directly with command starting: "iwr -uri

[tw5] Re: Tiddler Commander Plugin 2.0.2 for review and comments

2020-01-08 Thread TiddlyTweeter
Ciao Mohammad I had a look at the selection mechanism. Worked fine for me for the tagging examples. One thing I noticed is that push buttons like "[Add new tag]" don't visually indicate strongly enough they have been pushed. At first I thought they weren't working. Best wishes Josiah On

[tw5] Re: Tiddler Commander 2.0: Proposal

2020-01-08 Thread TiddlyTweeter
Mohammad wrote: > > Any other flags useful here? > Ciao Mohammad My last post covered the "scope" flags. The remaining JS flags at MDN are: i s u y. i - That is already in Commander SNR. s -

[tw5] Re: Fields: system fields and user fields

2020-01-08 Thread PMario
Hi, The ControlPanel: Advanced: TiddlerFields tab contains a list of fields that exist in a TW. ... Tiddlers with "hints" are de-facto standard. no-hint is user defined. See Links

[tw5] Re: Tiddler Commander 2.0: Proposal

2020-01-08 Thread TiddlyTweeter
Ciao Mohammad It would be really good to have all four of the "scope" flag combinations ... -- (no scope flag; scope anchors = start and end of field; first match) -- g (scope anchors = start and end of field; repeat match) -- m (scope anchors = start and end of line; first match) -- gm