[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
The post edited. See the original. *https://groups.google.com/d/msg/tiddlywiki/3_Xacb7H1p0/edeQZe86AQAJ* This is for who receives posts by email. Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-22 Thread Mohammad
Thank you Jeremy! Lets see how can I use your solution in my case and I return to you by me results. By the way I am curious about the last paragraph of your reply: An alternate solution that might be useful would be an alternate mode to > the <$macrocall> widget whereby it makes the result of

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
Hi Tony, This can be used for logging process. Also you can control the title you create like Tid-001 Tid-003 and like that. --Mohammad On Friday, February 22, 2019 at 2:18:31 PM UTC+3:30, TonyM wrote: > > Mohammed, > > It is good to see what we will be able to do with the new opperators but

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
Thomas, I checked the code, if you delete tid-2, it will try to create tid-3, but as there is a tid-3, it creates tid-3 1 SO there is no risk of overwriting. I can add extra code to check the existence and and if it exist it increment the number to find the next empty number! This way you can

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
Hello Thomas, that is quite right and the code needs to check if the tiddler is existed or not! By the way, for processing in batch mode, when there is no risk of deletion this may be useful. I will revise the code and send a new version. --Mohammad On Friday, February 22, 2019 at 1:46:35 PM

[tw5] Re: So I want to make ...

2019-02-22 Thread S. S.
Sorry guys, it was meant to be tongue in cheek! Sometimes I spend so much time making a feature that saves less time than it took to make the feature. That's where the link led: [image: https://imgs.xkcd.com/comics/is_it_worth_the_time_2x.png] -- You received

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Thomas Elmiger
Hi Mohammad I see a risk here in the count part: Say you have made tid-1, tid-2 and tid-3. Then you delete tid-2. The next generated number will be 3 and collide with existing tid-3. Just a thought. Cheers, Thomas -- You received this message because you are subscribed to the Google

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
Mohammad wrote: > > >- Logging > - Commander logs some operations > - Create tiddlers > - Create tiddlers using template > - Delete tiddlers silently > - Delet tiddlers selectively > > The logging feature is excellent! Giving useful feedback and

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
For email readers ... I updated my recent post to Mohammad concerning logging in TC ... On Friday, 22 February 2019 09:31:31 UTC+1, @TiddlyTweeter wrote: > > > ...Will it be possible to extend it to the other functions that change > content--like field and text changes? > > UPDATE: I looked at

[tw5] Re: Variables, Parameters and transclusions - Cheat sheet RFC

2019-02-22 Thread @TiddlyTweeter
S.S. Very good to know that! The penny hadn't dropped with me ... Duh!! Best wishes Josiah S. S. wrote: > > The Introduction level tiddlers I am working on for Beginners is *100% > only* for inclusion as documentation on the tiddlywiki.com website. > -- You received this message because you

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-22 Thread Jeremy Ruston
Hi Mohammad Thanks that’s great. I think the button is actually a red herring, and you can see the same behaviour with this simplified version: \define utility(a, b) This is //$a$// and ''$b$''. \define test(tidName, v1, v2) <$wikify name="newText" text="""<$macrocall $name="utility"

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
Mohammad wrote: > > >- > - search and replace in tiddler text now supports whole word > searching >- Main issues > - Search and replace in tiddlers text remove formatting !! > > Ciao Mohammad. Even with the issue with formatting removal this is a Very Useful Tool.

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
Mohammad wrote: > > Tiddler Commander updated > Ciao Mohammad, Queries about the use of * $:/temp/ * 1 -- Might it not be better to use Tiddlers that PERSIST between sessions? So after closing and reopening TW you can carry on from where you left off? 2 -- I was also wondering if maybe

[tw5] Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread TonyM
Mohammed, It is good to see what we will be able to do with the new opperators but the existing widgets can handle adding new tiddlers and incrementing n after the title. Have you looked at that? Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
I can drag tags and it is amazing! My question was about the "random distorted cat" image! When drag and drop tags, it seems this image disappears and reappears. On Friday, February 22, 2019 at 7:24:51 PM UTC+3:30, BurningTreeC wrote: > > Hello BTC, >> This is absolutely amazing! It can be

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > I can drag tags and it is amazing! > My question was about the "random distorted cat" image! When drag and drop > tags, it seems this image disappears and reappears. > > Do you see this on a mobile device? smartphone? the random distorted cat is the only image that's embedded in the wiki,

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > > > There is a Wiki called Muuri, > > Made to be friendly and furry. > > > It expands to your needs, > > As infants it feeds. > > > And deals with bad rhyming. > > best poem in this thread. period -- You received this message because you are subscribed to the Google Groups

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
Hi @all, if you're interested in the functionality of connected grids that can interchange items by dragging, the page https://burningtreec.github.io/tw5-muuri-view contains some new examples: * dragging tags from one tiddler to another (hold control to copy / drag with two fingers to copy) *

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
Mohammad wrote: > > One reason I used tiddlers instead of fields is, they can be hidden simply > by using the $: prefix. > But that applies to anything. You can "$" any tiddler. J. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Tiddler Commander

2019-02-22 Thread Mohammad
I got it and add a ticket as below * Save a batch or a sequence of batch operations for future use --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: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > One more suggestion, > When editing a tiddler, it is good to have a *button *to simple occupy > the whole story river and then back to its precious state. > Now, I have to click on number of column to cycle to get one column view! > > Do you mean that you want a tiddler that's being edited

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
Hello BTC, This is absolutely amazing! It can be used for many real cases! The kanban is an example you have given. I would appreciate if you could improve the documentation and as you said in the post, anybody can do this! One question: I did not understood the purpose of drag and drop of

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
One more question: Is it possible to have several kanban list? Assume I follow up three projects each needs a Kanban? --Mohammad On Friday, February 22, 2019 at 6:42:37 PM UTC+3:30, BurningTreeC wrote: > > Hi @all, > > if you're interested in the functionality of connected grids that can >

[tw5] Re: Tiddler Commander

2019-02-22 Thread @TiddlyTweeter
Mohammad wrote: > > ... save batch operation and be able to repeat them latter. > Yes. Exactly right. My "problem" is in development work I use complex root pathing (e.g. $:/tt/dm/tent/rev7/) Being able to save a "job" would save me a lot of work typing and remembering. Best wishes Josiah

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
Yep! That's it! Why not to have it! Thank you On Friday, February 22, 2019 at 7:33:23 PM UTC+3:30, BurningTreeC wrote: > > One more suggestion, >> When editing a tiddler, it is good to have a *button *to simple occupy >> the whole story river and then back to its precious state. >> Now, I have

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > Yep! > That's it! Why not to have it! > Hm, I can see that it's useful when the columns are - say - more than three. then I could make tiddlers in edit-mode show at a configurable size. That's a pretty good idea, thank you! > > Thank you > > On Friday, February 22, 2019 at 7:33:23 PM

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
Got it! Thank you On Friday, February 22, 2019 at 7:36:53 PM UTC+3:30, BurningTreeC wrote: > > One more question: >> >> Is it possible to have several kanban list? Assume I follow up three >> projects each needs a Kanban? >> > > Yes, as long as your device and browser can handle it ... try

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread @TiddlyTweeter
There is a Wiki called Muuri, Made to be friendly and furry. It expands to your needs, As infants it feeds. And deals with bad rhyming. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Tiddler Commander

2019-02-22 Thread Mohammad
Josiah, One reason I used tiddlers instead of fields is, they can be hidden simply by using the $: prefix. By the way I dont get what exactly you need by using state tiddlers, but from previous posts, I guess you mean to save the batch operation in a tiddler or in better word save batch

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread Mohammad
One more suggestion, When editing a tiddler, it is good to have a *button *to simple occupy the whole story river and then back to its precious state. Now, I have to click on number of column to cycle to get one column view! This is just a suggestion, and I am not sure if it is straightforward

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > Hello BTC, > This is absolutely amazing! It can be used for many real cases! The > kanban is an example you have given. > > I would appreciate if you could improve the documentation and as you said > in the post, anybody can do this! > Hi Mohammad, as I said, I will add the missing parts

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread BurningTreeC
> > One more question: > > Is it possible to have several kanban list? Assume I follow up three > projects each needs a Kanban? > Yes, as long as your device and browser can handle it ... try cloning the kanban demo ... you can change the lists of all clones so that they use different story

[tw5] Re: Cardo 1.0.4 - with Goals, IE11 compatibility, and fixes

2019-02-22 Thread Sean Boyle
How does one submit bug reports to you? On Monday, January 7, 2019 at 7:11:18 PM UTC-8, David Szego wrote: > > I'm very happy to announce the release of *Cardo* 1.0.4 > A Task and Project Management Wiki for Getting Stuff Done > *Cardo* comes from a combination of "Card" and "Do". This was the

[tw5] Re: I like the idea of a TiddlyWiki Outreach Week once a year

2019-02-22 Thread @TiddlyTweeter
repeat for email ... On Friday, 22 February 2019 19:54:01 UTC+1, @TiddlyTweeter wrote: > > Mostly here we talk to each other. > > Once a year, during a "TiddlyWiki Outreach Weék", it could be interesting > to try actively reach out beyond here? > > J. > -- You received this message because you

[tw5] length operator in TW5.1.20pre

2019-02-22 Thread Mohammad
Look at below test code <$vars x=> <$text text={{{ [length[]] }}}/> Testing on https://tiddlywiki.com/prerelease/ results in 4 what is going wrong? --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: I like the idea of a TiddlyWiki Outreach Week once a year

2019-02-22 Thread TonyM
Lovely idea Josiah Ultimatly a conference perhaps? But as an australian it may need to involve an online meetup like the google hangouts. I am sure there are other ways. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Use CodeMirror find-in-page functionality outside edit mode

2019-02-22 Thread Pin Tail
I use TiddlyDesktop to edit TiddlyWikis and handle saving and backups. It mostly works well but one drawback is the inability to use the Ctrl-f "find-in-page" functionality common in web browsers. One partial workaround to the problem is to install the CodeMirror editor plugin and its "Search

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-22 Thread TonyM
Mohammad, I think Jeremy is suggesting storing the macro output in a variable as a future feature. This is a bit like allowing us to pipe the output of one macro into another. I think this would be helpful, and would make some solutions much easier to code. I would love to find a way to

[tw5] Use CodeMirror find-in-page functionality outside edit mode

2019-02-22 Thread TonyM
Pin You will have to use a search facility like advanced search to do this. Loik around there are a number of search solutions already. Typicaly first you find the tiddler, then the text within it. Iony -- You received this message because you are subscribed to the Google Groups

[tw5] Re: The Muuri StoryView is back

2019-02-22 Thread TonyM
Btc As the kanban demo illustrates I love this view in a tiddler approach. One thing it raises for me is in my gtd wiki I use a field to store the project, rather than tags, or I would have too many. Would it be feasible to specify a field rather than a tag for dropping on a story/column?

[tw5] Re: I like the idea of a TiddlyWiki Outreach Week once a year

2019-02-22 Thread BurningTreeC
> > Mostly here we talk to each other. > > Once a year, during a "TiddlyWiki Outreach Weék", it could be interesting > to try actively reach out beyond here? > > J. > ... on the moon, so it would be the more or less the same travelling distance for everyone, given everyone starts when the moon

[tw5] Re: So I want to make ...

2019-02-22 Thread Joshua Fontany
I had been staring at wikitext syntax too long. LOL, should have clicked on the link. On Friday, February 22, 2019 at 12:46:28 AM UTC-8, S. S. wrote: > > Sorry guys, it was meant to be tongue in cheek! > > Sometimes I

[tw5] Re: length operator in TW5.1.20pre

2019-02-22 Thread Diego Mesa
Hey Mohammad, If you put a <> in there before the $text, you can see that as you have it, x is "true", which is why length returns 4. On Friday, February 22, 2019 at 2:35:14 PM UTC-6, Mohammad wrote: > > Look at below test code > > <$vars x=> > <$text text={{{ [length[]] }}}/> > > > Testing

[tw5] Re: length operator in TW5.1.20pre

2019-02-22 Thread TonyM
What a nice way to write obscure code. Test for len 4 or len 5 for true false! Regards Tony -- 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: Tiddler Commander

2019-02-22 Thread TonyM
If you want to save batch results there may be three ways, one is to save the generation process such as filters and exceptions. So they can be regenerated. The second is the whole content in a json, which can be exported, re imported or just held in a tiddler. A third way would be a title

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mal
Hi Mohammad, An alternative approach - requires all numbers to be zero padded to fixed number of digits. Assuming 3 digits: \define newTitle() myTiddler-{{{[tag[myTag]removeprefix[myTiddler-]sort[] last[1]add[1]addprefix[]split[]last[3]join[]]}}} \define newTiddler() <$wikify

[tw5] date-diff question

2019-02-22 Thread Dave
I'm trying to incorporate date-diff into my system. This works: There are <> days until lift-off giving 32 days, but this There are <> days until lift-off doesn't. I also tried single "{" and "}", as well as "$(" and ")$" to no avail..., as well as <$wikify><> and <$wikify <>\> Any

[tw5] Re: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
Thank you Mal, This is much better than Tid-1, Tid2,... Added to TW-Scripts. -Mohammad On Saturday, February 23, 2019 at 6:54:50 AM UTC+3:30, Mal wrote: > > Hi Mohammad, > > An alternative approach - requires all numbers to be zero padded to fixed > number of digits. Assuming 3 digits: > >

[tw5] Re: date-diff question

2019-02-22 Thread Dave
To be clear, the fields above do have the proper date formats "2019 02 20" and "2019 03 22" -- 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: Tip: Create Tiddler with unique title and sequence number

2019-02-22 Thread Mohammad
Mal, Give a try to below code \define newTitle() myTiddler-{{{[[0]count[]add[$(inc)$]addprefix[]split []last[3]join[]]}}} \define newTiddler(n:0) <$set name="inc" value={{{ [<__n__>add[1]] }}}> <$wikify name="myTitle" text="<>" > <$list filter="[] +[!has[title]]" emptyMessage="""

[tw5] Re: length operator in TW5.1.20pre

2019-02-22 Thread Mohammad
Diego, Thank you for clarification. But when you code, this is error prone! --Mohammad On Saturday, February 23, 2019 at 1:08:12 AM UTC+3:30, Diego Mesa wrote: > > Hey Mohammad, > > If you put a <> in there before the $text, you can see that as you have > it, x is "true", which is why length

[tw5] Re: length operator in TW5.1.20pre

2019-02-22 Thread Mohammad
Tony This took a lot of time to debug a code! Undefined variable or wrongly assigned. We really need a good TW documentation. --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-22 Thread Mohammad
Hi Tony! Thank you! Yes, it would make life much easier! --Mohammad On Saturday, February 23, 2019 at 1:23:42 AM UTC+3:30, TonyM wrote: > > Mohammad, > > I think Jeremy is suggesting storing the macro output in a variable as a > future feature. This is a bit like allowing us to pipe the output

[tw5] Re: Use CodeMirror find-in-page functionality outside edit mode

2019-02-22 Thread Pin Tail
Thanks for your reply Tony. But I'm a bit confused. Do any of these options allow me to use a keyboard shortcut to search the content currently displayed on the screen? If you could point me in the right direction I'd be very grateful. On Friday, 22 February 2019 21:56:31 UTC, TonyM wrote: > >

Re: [tw5] Storing the result of a macro in raw form and pass it to a tiddler text field

2019-02-22 Thread Mohammad
Jeremy, I tested your solution and it works, BUT, this is true if utility macro itself contains wikitext like example above. If utility itself call other macro or have some scripts, then it will fail, look at the below case \define mac2(p) {{{ [<__p__>split[]addprefix[c]] }}} \define