Re: [tw5] Re: JavaScript Macro Does Not Process Escape Characters Correctly

2019-03-05 Thread Mohammad Rahmani
> > Hi Josiah, I hope Jeremy gives his comments on this issue! I could not pass any of escape sequence (\e, \f, \n, \r, \t) in Tiddlywiki to a JS macro! --Mohammad > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] Re: The Trash bin idea

2019-03-03 Thread Mohammad Rahmani
> > Many thanks for your comments. --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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group,

Re: [tw5] Re: Which tiddler is newer: What goes wrong here with Wikify

2019-03-14 Thread Mohammad Rahmani
BTC, Thank you, now it works and reveal widget shows the correct output! It is difficult to debug the TW scripts! Seem only experiences help here! A million thanks Cheers Mohammad Best wishes Mohammad On Thu, Mar 14, 2019 at 9:32 PM BurningTreeC wrote: > Yes, *result *has a value: *yes*

Re: [tw5] Re: Which tiddler is newer: What goes wrong here with Wikify

2019-03-14 Thread Mohammad Rahmani
Added to TW-Scripts. Best wishes Mohammad On Thu, Mar 14, 2019 at 9:32 PM BurningTreeC wrote: > Yes, *result *has a value: *yes* >> >> Seems I cannot get any output from reveal widget! >> >> I pasted the whole code here to be able to check in tiddlywiki.com! >> >> >> \define gt() >> $(TidA)$

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-08-31 Thread Mohammad Rahmani
This is a link to Yazd and show-macro https://tw-scripts.github.io/Yazd/#macro%2Fshow-macro Show macro uses the powerful find macro which itself can be used for partial transclusion. Best wishes Mohammad On Sat, Aug 31, 2019 at 11:55 PM coda coder wrote: > > > On Saturday, August 31, 2019

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-08-31 Thread Mohammad Rahmani
Hi Tony I have already published a macro to find all macros and show them in a useful format! Have a look at Yazd wiki! By the way, your suggestion is useful in creating regexp example and hopefully Mark, Josiah will create one! Best wishes Mohammad On Sat, Aug 31, 2019 at 8:11 AM TonyM

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread Mohammad Rahmani
Hi Josiah, Good suggestion! I think I should write a book on Tiddlywiki :-) Best wishes Mohammad On Sun, Sep 1, 2019 at 12:11 PM @TiddlyTweeter wrote: > Mohammad > > An issue that is now clear in this thread is the *need for full > filter/operator examples documenting*. Not just regex. > >

Re: [tw5] Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-01 Thread Mohammad Rahmani
Wonderful Flibbles, This is a must have plugin! Best wishes Mohammad On Mon, Sep 2, 2019 at 6:57 AM Flibbles wrote: > I present Relink ! > > It relinks fields, links, WikiLinks, widgets, transclusions, lists, and > filters. It's highly customizable,

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-08-31 Thread Mohammad Rahmani
Hi Tony, Just to note that in TW 5.1.20 the below <$link to=<> ><$text text=<>/> can be write as simple as <$link/> --Mohammad Best wishes Mohammad On Sun, Sep 1, 2019 at 6:52 AM TonyM wrote: > Mark, > > Was your result on an empty.html? > > Thanks I have the answer > > I did not get

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-08-31 Thread Mohammad Rahmani
Tony, Mark, That would be great if a slider is used to simply click and display the macro content (body). Best wishes Mohammad On Sun, Sep 1, 2019 at 6:52 AM TonyM wrote: > Mark, > > Was your result on an empty.html? > > Thanks I have the answer > > I did not get the above results.But

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
Thanks TT. I will add these to tw-regexp. Yes, we did not focus on negated character which can be helpful in many use cases. Best wishes Mohammad On Thu, Sep 5, 2019 at 4:05 PM @TiddlyTweeter wrote: > *Advanced use of the Negated Character Class* > > *Match titles with defined numbers of

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
This is great to be able to experiment at tw-regexp when you give a new example. So, I highly recommend to test and lets user try it at tw-regexp. Cheers Mohammad On Thu, Sep 5, 2019 at 4:05 PM @TiddlyTweeter wrote: > *Advanced use of the Negated Character Class* > > *Match titles with

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
TT, At https://regex101.com/ the below syntax return errors it needs the slash character to be escaped! Please have a look Best wishes Mohammad On Thu, Sep 5, 2019 at 4:05 PM @TiddlyTweeter wrote: > *Advanced use of the Negated Character Class* > > *Match titles with defined numbers of "/"

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
TT, How we can use this in a real case? Not starting with $ sign means all ordinary tiddlers! Best wishes Mohammad On Thu, Sep 5, 2019 at 3:06 PM @TiddlyTweeter wrote: > *Example of using the Negated Character Class* > > Very useful regex syntax. Often much more economical than using a

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
More question: Does this pattern allows trailing slashes? Best wishes Mohammad On Thu, Sep 5, 2019 at 4:05 PM @TiddlyTweeter wrote: > *Advanced use of the Negated Character Class* > > *Match titles with defined numbers of "/" slash* > *^(([^/]+?)/){1}[^/]+?$* > > The difference here is in

Re: [tw5] Re: Tiddlywiki and regexp examples part ii: Working with fields

2019-09-05 Thread Mohammad Rahmani
Hi Mark, Thanks for clarification! Best wishes Mohammad On Fri, Sep 6, 2019 at 8:59 AM 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > There's a difference in javascript between a regular expression, and a > string that can be interpreted as a regular expression. > > If you

[tw5] Announcement: Status Badge Plugin

2019-09-06 Thread Mohammad Rahmani
Announcement: Status Badge Plugin Rev: 1.2.0 Date: Sep 6th, 2019 Status: Stable The status badge has got a new update. In this update status badge is released as plugin. Code: https://github.com/kookma/status-badge Demo: https://kookma.github.io/status-badge/ Please start it if you like it and

[tw5] Announcement: Status Badge Plugin

2019-09-06 Thread Mohammad Rahmani
*Announcement: Status Badge Plugin* *Rev: 1.2.0* *Date: Sep 6th, 2019* *Status: Stable* The status badge has got a new update. In this update status badge is released as plugin. Code: https://github.com/kookma/status-badge Demo: https://kookma.github.io/status-badge/ Please start it if you like

Re: [tw5] Announcing TiddlyServer 2.1 Stable

2019-09-04 Thread Mohammad Rahmani
Hi Arlen Good improvement! Specially the documentation has got much better. As Mark noted earlier, still the setup for newbies is a problem and I would recommend simpler fewer step to setup. Thank you again for all your efforts and this useful and great piece of work.. Best wishes Mohammad

Re: [tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
Matt, Thanks for the PR #3712 for shuffle filter! https://github.com/Jermolene/TiddlyWiki5/pull/3712 Best wishes Mohammad On Wed, Sep 11, 2019 at 9:22 PM Matthew Lauber wrote: > That is deterministic. The parameter to the shuffle operator is treated > as a seed. So the shuffle of the

Re: [tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
This is deterministic but IS NOT a real number! albeit it works for many purposes like display a random quote at TW startup or display a random content when a tiddler is shown! Best wishes Mohammad On Wed, Sep 11, 2019 at 11:30 PM Mohammad Rahmani < mohammad.rahm...@gmail.com> wrote:

Re: [tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
Mat, Do you mean something like this \define pseudo-rand(beta, alpha:1) <$set name=seed value=<> > <$list filter="[<__beta__>subtract<__alpha__>multiplydivide[999]add<__alpha__>round[]]" variable=prand> <> \end <> If we linearly map [0, 999] into [alpha:1, beta:n] where alpha is the first

Re: [tw5] Re: Coming in v5.1.22: dynamic loading of plugins

2019-09-12 Thread Mohammad Rahmani
Hi Jeremy! No it is not Tinka restriction! Best wishes Mohammad On Thu, Sep 12, 2019 at 2:04 PM Jeremy Ruston wrote: > Hi Mohammad > > On 12 Sep 2019, at 03:48, Mohammad wrote: > > In this way there is no need to have shadow tiddlers start with $:/plugins > they can be ordinary tiddlers

Re: [tw5] Hidding and showing wiki elements - modal tiddler

2019-09-12 Thread Mohammad Rahmani
Interesting! Thank you for sharing! One suggestion: Ctrl+S can open a modal window which needs a user-password when pressed at the first time! Best wishes Mohammad On Thu, Sep 12, 2019 at 5:11 PM Luis Gonzalez wrote: > Did you remember the Popular Decision Making Books?. With this wiki

[tw5] plugins folder : TW + Node.JS

2019-09-09 Thread Mohammad Rahmani
On Node.JS Tiddlywiki I have a wiki working fine! The folder structure is like this: mywiki -- tiddlers -- plugins -- tiddlywiki.info In the plugins folder I have plugins like below -- plugins relink kookma --slider chooser relink, slider, and chooser are my plugins which have

[tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
As there is no random filter (I expect to have it with math operators) in TW core, is it possible using machine clock and TW 5.1.20+ math ops create a macro to generate random numbers? Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: plugins folder : TW + Node.JS

2019-09-11 Thread Mohammad Rahmani
That's really great! Thanks Mario! Added to TW-Scripts. Best wishes Mohammad On Wed, Sep 11, 2019 at 12:11 PM PMario wrote: > Hi, > > On Monday, September 9, 2019 at 8:40:45 PM UTC+2, Mohammad wrote: >> >> Hi Jeremy! >> Thanks for clarification! It seems there is an exception! >> If

Re: [tw5] Sample (random) filter operation

2019-09-11 Thread Mohammad Rahmani
Which of those solution does not use JS? Of course I think in 5.1.20+ it is possible to use math operators plus the now macro to create random number Best wishes Mohammad On Tue, Sep 10, 2019 at 10:24 PM @TiddlyTweeter wrote: > See >

Re: [tw5] ActionSetFieldWidget more capable than ActionDeleteFieldWidget

2019-09-10 Thread Mohammad Rahmani
Use actionsetfield with no value! Look at https://tiddlywiki.com/#ActionSetFieldWidget the $value row in content and attributes table Semantically like you I prefer to use ActionDeleteFieldWidget NOT ActionSetFieldWidget Best wishes Mohammad On Tue, Sep 10, 2019 at 5:13 PM Stephan Hradek

Re: [tw5] Sample (random) filter operation

2019-09-10 Thread Mohammad Rahmani
One question, How about the performance effects? It seems when a tiddler uses this filter every change on the screen trigger the simple filter! Best wishes Mohammad On Tue, Sep 10, 2019 at 12:35 AM Devin Weaver wrote: > For anyone curious here is a neat filter option to grab a random tiddler

Re: [tw5] Re: plugins folder : TW + Node.JS

2019-09-10 Thread Mohammad Rahmani
Many thanks Jeremy! I added this explanation to TW-Scripts! Best wishes Mohammad On Tue, Sep 10, 2019 at 6:14 PM Jeremy Ruston wrote: > Hi Mohammad > > Thanks for clarification! It seems there is an exception! > > > Right, the “plugins” folder in the root of the main repo is not the same >

Re: [tw5] [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-09-10 Thread Mohammad Rahmani
Hi Alan, Great work! One question, is it based on pure TW or have some JS code? Best wishes Mohammad On Mon, Sep 9, 2019 at 11:31 PM Alan Aldrich wrote: > Greetings All, I am a long time fan of TiddlyWiki but new to the > community. First and foremost, I would like to thank Jeremy for

Re: [tw5] [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-09-10 Thread Mohammad Rahmani
Hi again Alan, Congratulation! It is really amazing to hear you have done all of these in Pure Tiddlywiki Script! Almost all of the work on sortable table use some kind of JS! I recommend to stay with pure TW. I am a fan of pure TW script and I believe TW should let users to implement what they

Re: [tw5] In the making of a "NoteBooks" plugin ...

2019-09-10 Thread Mohammad Rahmani
Great job BTC, As you know we had saved stories from Tobias Beer where you could open and close a set of tiddlers! Yours is a much more flexible solution and it can also be used to create trails for tutorials and manuals and like that! Be able to add colors, icons, descriptions is great! The

Re: [tw5] Sample (random) filter operation

2019-09-10 Thread Mohammad Rahmani
Hi TT Is there any filter or math operator to do this? Best wishes Mohammad On Tue, Sep 10, 2019 at 9:51 PM @TiddlyTweeter wrote: > One query. DO we need JavaScript for that? > > I thought it was doable in TW already? > > TT > > On Tuesday, 10 September 2019 19:11:51 UTC+2, Mohammad wrote:

Re: [tw5] Announcing the release of TiddlyWiki v5.1.21

2019-09-10 Thread Mohammad Rahmani
HI Jeremy, Thanks for all your efforts! I see the filed name issue has been fixed! Thank you again! Best wishes Mohammad On Tue, Sep 10, 2019 at 8:28 PM Jeremy Ruston wrote: > I’m delighted to announce the release of TiddlyWiki v5.1.21. This is a bug > fix release that fixes a number of

[tw5] Tiddlywiki and Sandboxing

2019-09-11 Thread Mohammad Rahmani
Tiddlywiki has a brilliant feature when it comes to plugins area! You can simply overwrite any shadow tiddler and on delete it will restore! TW take care of shadow tiddlers and you have always the original ones in a safe box!! I am thinking when ones like to try a new plugin or do some operation

Re: [tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
Hi Jeremy! I understood why random filter could affect the performance! Thank you for clarification! Best wishes Mohammad On Wed, Sep 11, 2019 at 2:40 PM Jeremy Ruston wrote: > Hi Mohammad > > On 11 Sep 2019, at 08:47, Mohammad Rahmani > wrote: > > As there is no rando

Re: [tw5] Sample (random) filter operation

2019-09-10 Thread Mohammad Rahmani
Great share Devin! It would be nice to add a small instruction for people how like to use your script / filter in their wiki! Best wishes Mohammad On Tue, Sep 10, 2019 at 12:35 AM Devin Weaver wrote: > For anyone curious here is a neat filter option to grab a random tiddler > from a list: >

Re: [tw5] Exporting multiple tiddlers from filter tab is broken?

2019-09-14 Thread Mohammad Rahmani
Hi Riz, For me exporting to static html and JSON both works! Best wishes Mohammad On Sat, Sep 14, 2019 at 9:42 AM Riz wrote: > This is one of those "is it just me or has it changed" questions. > > In tiddlywiki.com, go to advanced search> filter tab > Search for [tag[HelloThere]] > Export

Re: [tw5] Exporting multiple tiddlers from filter tab is broken?

2019-09-14 Thread Mohammad Rahmani
No Tid does not work! Best wishes Mohammad On Sat, Sep 14, 2019 at 11:52 AM Rizwan Ishak wrote: > How about tid format? > > On 14 September 2019 11:56:25 AM Mohammad Rahmani < > mohammad.rahm...@gmail.com> wrote: > >> Hi Riz, >> >> For me expor

Re: [tw5] Re: Re-installing TiddlyWiki

2019-09-09 Thread Mohammad Rahmani
paths are relative to the > settings.json file, so "tree": "../webroot", would expect it one folder > up. > > On Sat, Sep 7, 2019 at 9:24 AM Mohammad Rahmani < > mohammad.rahm...@gmail.com> wrote: > >> Hi Arlen, >> Very clear explanation!

Re: [tw5] Re: plugins folder : TW + Node.JS

2019-09-09 Thread Mohammad Rahmani
Hi Jeremy! Thanks for clarification! It seems there is an exception! If plugins are installed in Tiddlywiki/plugins (the root for tw under node.js) we can have -plugins ---tiddlywiki --- -- plugin1 --- -- plugin2 ---kookma --- -- slider Best wishes Mohammad On Mon, Sep 9, 2019 at 5:46 PM

[tw5] Announcement: Tiddler Commander 1.2.4

2019-09-07 Thread Mohammad Rahmani
Tiddler Commander just has got a new update This is release 1.2.4 and uses new method for renaming tiddlers. It uses the *tm-rename-tiddler* message instead of create-delete mechanism for renaming tiddlers. This is an effort to integrate Tiddler Commander with Relink plugin.

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-07 Thread Mohammad Rahmani
Hi Mario, Because when I rename a tiddler using Tiddler commander, it does not update links and etc. I have to connect these two some how! Best wishes Mohammad On Sat, Sep 7, 2019 at 1:17 PM PMario wrote: > On Saturday, September 7, 2019 at 6:14:45 AM UTC+2, Mohammad wrote: >> >> This is

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-06 Thread Mohammad Rahmani
Hi Richard, What is this https://api.github.com/repos/${GH_USER}/tiddly/contents/ for me the solution proposed does not work! After creating the bookmark in firefox and chrome it returns ...working... caught some error: url: https://api.github.com/repos/atronoush/tiddly/contents/ Best

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-06 Thread Mohammad Rahmani
Richard, It seems in tgbm.js the below line should be revised https://api.github.com/repos/${GH_USER}/tiddly/contents/ like const GH_USER = "username here"; const GH_PAT = "PAT value here"; const GH_REPO = "repo-name- here" const contentsUrl = `

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-06 Thread Mohammad Rahmani
This work like a charm https://netrc.github.io/tiddlyGithub/ Lovely! Best wishes Mohammad On Sat, Sep 7, 2019 at 4:59 AM Richard Campbell wrote: > I'm late to this conversation, but have a small github pages site which > can be used to download a (normal) github repo index.html file using

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-06 Thread Mohammad Rahmani
This is great! I am thinking how can I merge this into Tiddler Commander plugin! Tiddler commander has features to rename the Tiddler in many ways 1. use a new name 2. remove prefix 3. remove suffix 4. use SNR to search and replace part of name So, having relink take care of renaming

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-07 Thread Mohammad Rahmani
Hi Flibbles, No, I did not said this should be done on Relink side! Yes, it is on Tiddler Commander side! By the way, I appreciate if you explain me how to do this using pure TW script! As you mentioned in your previous post Tiddler Commander uses <$action-setfield $tiddler=<> title=<> />

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-09-07 Thread Mohammad Rahmani
Thanks for clarification! Best wishes Mohammad On Sat, Sep 7, 2019 at 4:39 PM Richard Campbell wrote: > Hi - the repo is a bit of a jumble. I first tried a Google Cloud Function > to do the work (free hosting for the function!); that worked fine, but > couldn't figure out a nice way to get

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-07 Thread Mohammad Rahmani
Hi Flibbles Thank you for update! Yes, Tiddler Commander is a pure TW script and does not use any JS. So, the current technology at tiddlywiki.com is to create a new tiddler! By the way it is tracking of a relink seems to be much more complicated to be done using Tiddler Commander or pure TW

Re: [tw5] Re: Re-installing TiddlyWiki

2019-09-07 Thread Mohammad Rahmani
Hi Arlen, Very clear explanation! As a newbie in using Tiddlyserver what should go in webroot folder? I followed your instruction step by step and I was successful to setup Tiddlyserver, but then I had nothing inside webroot! Furthermore, how about other wiki if I want to load them through

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-07 Thread Mohammad Rahmani
Hey Flibbles, No problem :-) So, does this new *tm-rename-tiddler *need Relink plugin? Best wishes Mohammad On Sat, Sep 7, 2019 at 7:24 PM Flibbles wrote: > Hey @Mohammad, didn't realize you were Kookma. > > Does this not work? > > <$action-sendmessage $message="tm-rename-tiddler" from=<>

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-07 Thread Mohammad Rahmani
Many thanks Flibbles! I got the point! This way the Relink should be triggered! Cheers 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

Re: [tw5] Re: Announcement: Tiddler Commander 1.2.4

2019-09-07 Thread Mohammad Rahmani
@A Gloom, for quick response, now it looks like Install 1. Drag and drop $:/plugins/kookma/commander into your wiki 2. Save and reload your wiki *It is highly recommended to backup your data before trying any new

Re: [tw5] Re: Announcement: Tiddler Commander 1.2.4

2019-09-07 Thread Mohammad Rahmani
Thank you for your feedback! Yes, Tiddler Commander needs better documentation! I will add more description, and improve instructions. Please let me know if you found anything else needs improvement. Best wishes Mohammad On Sun, Sep 8, 2019 at 2:32 AM A Gloom wrote: > Nice work as always.

Re: [tw5] Re: Announcement: Tiddler Commander 1.2.4

2019-09-07 Thread Mohammad Rahmani
Hi Mark, I was really surprised to see TW core has such feature from previous revisions, while we have long long discussion on how rename tiddlers. See the Forum! By the way many thanks go to Flibbles who declared such feature! Best wishes Mohammad On Sun, Sep 8, 2019 at 12:13 AM 'Mark S.'

Re: [tw5] Re: Announcement: Tiddler Commander 1.2.4

2019-09-07 Thread Mohammad Rahmani
Thank you Ton! I see there is a discussion on the GitHub about this, but it has not documented! Hope this time Jeremy take proper action. By the way, I think there are many features or capabilities NOT documented at all! Developers all the time are working on new features fixing issues! But

Re: [tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-09-18 Thread Mohammad Rahmani
Hi Alan Many thanks for your complete explanations. Best wishes 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 tiddlywiki+unsubscr...@googlegroups.com.

Re: [tw5] Re: Query: How do I filter to extract content in CONTENT in the text field?

2019-09-17 Thread Mohammad Rahmani
TT This needs a little script. My find macro already do this. But it possible with regexp Let's see what Mark has to say. On Tue, Sep 17, 2019, 6:59 PM @TiddlyTweeter wrote: > I'm not really getting anywhere on this. > > Maybe TW filters are INCAPABLE of discarding text? > > I'd like to know.

Re: [tw5] Re: DataTiddlers. Delete properties depending its value

2019-09-17 Thread Mohammad Rahmani
Simply put the button before list widget With setactionfielf where you display index value On Tue, Sep 17, 2019, 6:43 PM Luis Gonzalez wrote: > > ok. This is a good solution but I need a new macro than automatically loop > over all properties and delete them if they are 0 > > -- > You received

Re: [tw5] Re: Shiraz plugin Release 2.0.0 beta 1

2019-09-15 Thread Mohammad Rahmani
Yes! Here it is 16th September ⁦⁦(•‿•)⁩ On Mon, Sep 16, 2019, 5:46 AM David Gifford wrote: > 3. Since it is still the 15th (here in Mexico City), your release date > makes me feel like I am traveling in time! I knew TiddlyWiki did a lot of > cool stuff, but never imagined... > > -- > You

Re: [tw5] Re: Shiraz plugin Release 2.0.0 beta 1

2019-09-15 Thread Mohammad Rahmani
Hi Dave Thank you for your feedback. #48 is a template to create documentation tiddlers. I will remove it for the final version. As you see not all classes macros have been documented. On Mon, Sep 16, 2019, 5:44 AM David Gifford wrote: > Feedback: > > 1. Wow, nice CSS! I am going to filfer a

Re: [tw5] Re: Announcement: Status Badge Plugin

2019-09-06 Thread Mohammad Rahmani
Mat, You are right. That is because the shadow by *.tc-sidebar-header* from Tiddlywiki itself. If you check the example in demo tiddlers you wont see this blurring effects. --Mohammad Best wishes Mohammad On Fri, Sep 6, 2019 at 6:19 PM Mat wrote: > Mohammad, it looks like this on my

Re: [tw5] Re: Announcement: Status Badge Plugin

2019-09-06 Thread Mohammad Rahmani
Hi TT, Yes, it should be possible! Each part can have any content type Best wishes Mohammad On Fri, Sep 6, 2019 at 4:04 PM @TiddlyTweeter wrote: > Would it be possible to include an SVG image in it? > > Just asking > TT > > On Friday, 6 September 2019 09:42:52 UTC+2, Mohammad wrote: >> >>

Re: [tw5] Re: random macro, random filter

2019-09-11 Thread Mohammad Rahmani
Mario, Many thanks for your explanation! I do not need an actual random generator! I just need when wiki is opened (startup time) or when a special tiddler is displayed on the screen the content of a random tiddler say tagged with myTag is shown! This is what already has implemented using JS

Re: [tw5] random macro, random filter

2019-09-11 Thread Mohammad Rahmani
te: >> >> Hi Mohammad >> >> On 11 Sep 2019, at 08:47, Mohammad Rahmani wrote: >> >> As there is no random filter (I expect to have it with math operators) in >> TW core, is it possible using machine clock and TW 5.1.20+ math ops create >> a macro to generat

Re: [tw5] [TW5][PLUGIN] Trashbin / Revisions plugin [mod]

2019-09-19 Thread Mohammad Rahmani
This is great to integrate different plugins. Some comments If you move to trash a tiddler say test, it will be seen as test inside trash bin Next you can create another test tiddler If again move this to trash, you see it as test 1 If you restore any of these, you will have a test tiddler

Re: [tw5] Re: Hide non-system tiddler non-system tags non-system fields

2019-10-01 Thread Mohammad Rahmani
Tony! This is useful for fields! Best wishes Mohammad On Mon, Sep 30, 2019 at 10:28 AM TonyM wrote: > Mohammad, > > I am not sure If I understood exactly but this may interest you. > >- Search under shadows tab in advanced search >- $:/config/EditTemplateFields/Visibility/ >-

Re: [tw5] Tables in TW 5.1.22

2019-10-18 Thread Mohammad Rahmani
Hi Jeremy, Hi Mario Thank you both for such a quick response and proper action. Cheers Mohammad On Fri, Oct 18, 2019, 1:32 PM Jeremy Ruston wrote: > Hi Mohammad > > That was a bug, just fixed in this PR: > > https://github.com/Jermolene/TiddlyWiki5/pull/4328 > > The updated version will be up

Re: [tw5] Re: Wikitext: backtics inside backtics

2019-10-21 Thread Mohammad Rahmani
Mario, Thanks I did not see it. I add a link to main documentation. On Mon, Oct 21, 2019, 12:34 PM PMario wrote: > Hi, > > Reading the docs may help too: > https://tiddlywiki.com/#Formatting%20in%20WikiText > > -m > > -- > You received this message because you are subscribed to the Google

Re: [tw5] Introducing myself and my saving/ backup batch script

2019-10-24 Thread Mohammad Rahmani
Hi, Welcome to the group! In most browsers when you save .html it creates file(01).html, file(02).html and so ... Then how your saving/backup work on these files! Have you tried Timi from Riz on firefox? Best wishes Mohammad On Thu, Oct 24, 2019 at 11:48 AM Alanp101 wrote: > Hi. I found

Re: [tw5] Introducing myself and my saving/ backup batch script

2019-10-24 Thread Mohammad Rahmani
Thank you Alanp. This is a useful and simple! You may also have a look at polly from Mark and Josiah. --Mohammad Best wishes Mohammad On Thu, Oct 24, 2019 at 12:31 PM Alanp101 wrote: > Hi Mohammad > > Browsers only add the (01), (02) if the file is already there in the first > place. > >

Re: [tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-14 Thread Mohammad Rahmani
Hi Josiah Many thanks for your comments. In summary - pin can toggle task/done tag - hide extra info, elements Hopefully I will modify it to address some of these items Mohammad On Thu, Nov 14, 2019, 3:50 PM @TiddlyTweeter wrote: > Ciao Mohammad > > As others have said its nice to see

Re: [tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-14 Thread Mohammad Rahmani
Hi Birthe Thanks for your words I have seen the sticky notes you addressed. I think the current plugin is different from what you mentioned. But as you said I did not find better name Mohammad On Thu, Nov 14, 2019, 9:46 AM Birthe C wrote: > Hi Mohammad, > > Tony are right, you are

Re: [tw5] Re: Proof of concepts: Sticky Notes in Tiddlywiki

2019-11-14 Thread Mohammad Rahmani
This has been corrected. I will push an update soon. The issue is partly because of vanilla theme. On Thu, Nov 14, 2019, 4:14 PM @TiddlyTweeter wrote: > One issue is if you "open in new window" the top pins get truncated ... > > [image: Annotation 2019-11-14 134045.jpg] > > > In any case, it

Re: [tw5] Re: Any idea how to collapse/expand section within a tiddler

2019-10-05 Thread Mohammad Rahmani
You may find two different version of *slider* in Tw-Scripts which works for this purpose. Mohammad On Sat, Oct 5, 2019, 5:20 PM Rick Yagodich wrote: > OK, I have now got a version that actually works (slimmed down version - > mine uses FontAwesome icons and has an edit-from-controller link,

Re: [tw5] Re: Your collaboration is needed

2019-10-10 Thread Mohammad Rahmani
Hi Luis Great job. This is my own opinion, you can ignore it. I think the subjects are very wide covering many areas. I think narrowing the topics discussed will definitely result in shorter learning curve. Mohammad On Thu, Oct 10, 2019, 12:32 PM Luis Gonzalez wrote: > Thanks to all of you. >

Re: [tw5] Re: Transcluding all slides into one tiddler (tiddlyshow)

2019-10-08 Thread Mohammad Rahmani
Oops, sorry for eating address. The correct address is as below http://printriver.tiddlyspot.com/ This is being to BTC. Mohammad On Tue, Oct 8, 2019, 8:28 PM Andrew Lister wrote: > Thanks Mohammad, but the link below goes to a 404 page. Is this a plugin? > > On Monday, October 7, 2019 at

Re: [tw5] Re: RESOURCES: and don't forget TB5's search

2019-10-09 Thread Mohammad Rahmani
On Wed, Oct 9, 2019, 9:13 AM A Gloom wrote: > TB5 was the first entry in your "hot resources" list ... I have been > ransack-- err, persuing TWScripts now as much as TB5 : ) > > My primary references sources (basis for the 1st reference wikis search > from any wiki and preloaded into Searching

Re: [tw5] Re: Celebrating Diversity

2019-10-09 Thread Mohammad Rahmani
On Wed, Oct 9, 2019, 5:26 PM David Gifford wrote: > I almost decided not to post. I am a white, male, heterosexual Christian > minister from the United States. Some may wrongly assume from that > statement that I am not a big fan of diversity. Others may sadly decide > their tolerance and love

Re: [tw5] Re: Celebrating Diversity

2019-10-09 Thread Mohammad Rahmani
Ok David On Wed, Oct 9, 2019, 6:16 PM David Gifford wrote: > Hi Mohammad > > I will try to write you directly rather than derail the thread. > > >> Hi David, >> Why do you think so? One the this I am sure can get attention is >> Tiddlyshow. If I head time and team, I would absolutely make

Re: [tw5] Re: TW5: How to create another ADD tiddler button with predefined content?

2019-12-19 Thread Mohammad Rahmani
Chunk, Your code shows you did not followed the instructions in above two post! notice to the span and the chunk class I have added. {{$:/core/images/new-button}} Best wishes Mohammad On Thu, Dec 19, 2019 at 10:12 PM Chuck R. wrote: > Thanks Mohammed, I'm still getting just a gray dash

Re: [tw5] Re: (re-)Presenting: LeftBar - a menu type sidebar, on the left

2020-02-26 Thread Mohammad Rahmani
Hi Justin, The Leftbar plugin author is Mat and hopefully will come with a good solution Best wishes Mohammad On Wed, Feb 26, 2020 at 4:32 PM Justin Hurd wrote: > Hello Mat, Mohammed, and Evan, > I'm fairly new to tiddly wiki but while using this plugin, among others, I > noticed that when a

Re: [tw5] Magazine storyview

2020-03-02 Thread Mohammad Rahmani
Also available in Shiraz https://kookma.github.io/TW-Shiraz/ Open sidebar, More, Shiraz and select Multi column story river! Best wishes Mohammad On Mon, Mar 2, 2020 at 10:26 PM Mat wrote: > Anybody brave enough? Magazine storyview in TW? > > >

Re: [tw5] Re: The best example on-line TW you have seen?

2020-01-26 Thread Mohammad Rahmani
Siniy-Kit These are amazing TW website! Very interesting! --Mohammad Best wishes Mohammad On Sun, Jan 26, 2020 at 8:00 PM Siniy-Kit wrote: > Here is my site https://heeg.ru/and its Tiddlywiki > https://heeg.ru/heeg.html#index > next one https://design4shop.ru/heeg.html >

Re: [tw5] Re: Roam-y style linking for TiddlyWiki, first attempt

2020-01-26 Thread Mohammad Rahmani
Hi David, Great tool. Two comments --from introductory one cannot understand what is the difference between linked and unlinked add a little descrition like linked (e.g `[[test]]`) and unlinked () -- Flibbles Relink plugin actually finds all type of reference in a tiddler why not share your

Re: [tw5] Re: Inclusive filter operator

2020-01-26 Thread Mohammad Rahmani
Hi Tony, On Mon, Jan 27, 2020 at 1:55 AM TonyM wrote: > Mohammad, > > I am not so sure how to read your requirement, here are some ideas, I may > have it wrong. > > I will be honest, I got very confused. Could you give a more extensive > real world example eg; > tiddler = person > tag = invited

Re: [tw5] search operator word with dash

2020-01-26 Thread Mohammad Rahmani
I think this is the simplest is regexp. See the attached file and look at the Search-Test tiddler. By the way it is not good idea to put such search term in the list field. List field has a special usecase in Tiddlywiki. On Sun, Jan 26, 2020 at 7:17 PM j t wrote: > Hello, > > > I'm searching

Re: [tw5] Re: Demo: SVG live editor

2020-01-26 Thread Mohammad Rahmani
Hi Thomas, Many thanks! I hope this could be a learning resource for SVG using Tiddlywiki. One comment -Accept svg samples and examples. It would be nice to have a template, one fill it and create a sample using SVG playground standard! (some rules to have a sample code with explanation) then

Re: [tw5] Re: Smart TOC and Outlining - Authoring with Tiddlywiki: One step forward

2020-01-29 Thread Mohammad Rahmani
To give a try, after installing TOC tools do as below I use tiddlywiki.com 1. Create a new tiddler 2. Put the below as its content and save This example shows a TOC with the root tag: TableOfContents {{TiddlyTools/ReadOnly}} <> <> Best wishes Mohammad On Wed, Jan 29, 2020 at 5:29

Re: [tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-01-27 Thread Mohammad Rahmani
Best wishes Mohammad On Tue, Jan 28, 2020 at 9:18 AM TonyM wrote: > Mohammad, > > I considered this path for my learning tiddlywiki edition. Basically I > created a tiddler containing every regular tiddler then generated a link to > access it https://tiddlywiki.com/#HelloThere all you need to

Re: [tw5] Re: Smart TOC and Outlining - Authoring with Tiddlywiki: One step forward

2020-01-27 Thread Mohammad Rahmani
Hi Eric, Thank you! The reason was to keep your code intact! I used the new tiddlers you recommended. Just a question What I am doing wrong, when I click the pad lock, still I see the arrows? Best wishes Mohammad On Mon, Jan 27, 2020 at 6:33 PM Eric Shulman wrote: > On Monday, January 27,

Re: [tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-02-03 Thread Mohammad Rahmani
Thank you David! Sounds good to me. Best wishes Mohammad On Mon, Feb 3, 2020 at 5:52 PM David Gifford wrote: > I added both the TW5 Farm Technique and the Kookma SearchWiki in the > toolmap, under a new category, "Multiple TiddlyWikis, connecting and > integrating" > >

Re: [tw5] Re: SOLO a new Tiddlywiki Story View: Request for Review

2020-01-23 Thread Mohammad Rahmani
Thanks David! :-) Best wishes Mohammad On Fri, Jan 24, 2020 at 12:14 AM David Gifford wrote: > I will look at it. > > Hope it fares better than Disney's Solo story. > > On Thursday, January 23, 2020 at 1:18:54 AM UTC-6, Mohammad wrote: >> >> Referring to >>

Re: [tw5] Re: $set Widget: using filter to set value. Is this a bug?

2020-01-23 Thread Mohammad Rahmani
Mark, When filter is missing or NOT empty value is used So, when filter is given but empty, I expect the emptyValue should be in effect! --Mohammad Best wishes Mohammad On Thu, Jan 23, 2020 at 10:13 PM 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > My thinking is that you

Re: [tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-01-28 Thread Mohammad Rahmani
We need some of Tiddlywiki heros come and help. Cheers On Tue, Jan 28, 2020, 4:43 PM David Gifford wrote: > When you guys get this made, with buttons and more detailed explanations > on how to do it, let me know, I would be interested in using this. I have > so many failed attempts at

Re: [tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-01-28 Thread Mohammad Rahmani
Hi bimlas This is interesting. It off course need browser add on and node.js But it worth. How about single files? Mohammad On Tue, Jan 28, 2020, 2:00 PM bimlas wrote: > Mohammad, > > Guided by a similar idea, I created this: >

Re: [tw5] Re: Smart TOC and Outlining - Authoring with Tiddlywiki: One step forward

2020-01-27 Thread Mohammad Rahmani
Hi Mat, Overload toc-show-time with the below one! You have not authortools and readertools! \define toc-show-item() <$droppable actions=<>> <$draggable tiddler=<> startactions=<> endactions=<> dragimagetype="blank"> {{$(item)$||$(toc-template)$}}

  1   2   3   4   5   6   7   8   9   10   >