[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread Birthe C
Hi Tony, Jed did some work with this https://groups.google.com/d/msg/tiddlywiki/ukwhjrS9CD4/BLwYCJ7cDwAJ Birthe -- 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: Widgets for Dummies

2019-02-17 Thread S. S.
This is probably an accurate way of explaining the limitations: WikiText can be used as an *attribute* *value* of Widgets, but neither Widgets nor WikiText can be used as a *parameter* *value* of a WikiText macro. ... but it would be almost impossible for a beginner to understand. That is some

[tw5] Re: Quinoid v0.0.6alpha

2019-02-17 Thread 'Mark S.' via TiddlyWiki
Hi Tony, Are you on a data plan or WiFi? When you normally open tiddlywiki.com/empty in your browser, how long does it take? I'm wondering if some combination of a data plan and/or your remoteness from the main TW site may slow things down enough that the items don't immediately appear on your

[tw5] Re: Quinoid v0.0.6alpha

2019-02-17 Thread TonyM
Mark, Reviewing now quinoid-v0-0-6-190217a on Android 8.0.0 Selecting Download tesat had no feedback so I soon had 2 downloading in the background. Canceled one in the download manager, it is slow (but thats ok). Found in the internal memory Download TW-files two empty files empty-20190218014-1

[tw5] Re: Quinoid v0.0.6alpha

2019-02-17 Thread 'Mark S.' via TiddlyWiki
Probably quinoid-v0-0-6-190217a.apk deserves to be in it's own release, but there's a lot that isn't settled yet. It has a new look, with "System Explorer" now activated through the "+" icon and "File Explorer" activated though the overflow menu. On the new overflow menu is also a download opt

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread TonyM
Bimlas, It is quite complex and there are a lot of options for comment systems, of interest to me so far in my research is the *https://intensedebate.com/features* which is part of https://automattic.com/ it has lots of integrations with other platforms, twitter, WordPress, Joomla, tumblr, blo

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread TonyM
Bimlas, I say it's good. And thanks for the offer, I will look at microblogs right away. Regards Tony On Sunday, 17 February 2019 20:42:20 UTC+11, bimlas wrote: > > Please look at it again and if everyone says it is good, I'll finalize the > plugin: https://bimlas.gitlab.io/ > -- You receive

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-02-17 Thread Jed Carty
The tiddlyweb error is probably because there is a .tid version of the tiddlyweb plugin in the tiddlers folder. It happens sometimes and I haven't gotten around to publishing the changes I made to keep that from being a problem. The save button no longer saves a single file copy because people

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-02-17 Thread Joshua Fontany
And I found the Bob config tab & related docs. Cool, no worries on that. It would be great to resolve the tiddlyweb plugin errors, as I would like to sync my local Bob wiki folder to github, but can't be sure others pulling it are using Bob. Best, Joshua Fontany On Sunday, February 17, 2019 at

[tw5] Removing chars from tiddler title: issue with tiddler overwritting

2019-02-17 Thread Mohammad
The below code is developed to remove n characters from the beginning of a tiddler title. Test only on https://tiddlywiki.com/prerelease/ *Title: macro/remchars* *Tag: $:/tags/Macro* \define remove-from-begining-tiltle-bulk(myfilter, n:"0") <$list filter="[<__n__>] -0" variable=null> <$list fil

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-02-17 Thread Joshua Fontany
Hmmm. I have also run into the "syncer-browser-tiddlyweb" errors. I also noted that at some point I stopped being able to save local single-file copies of the wiki by clicking normal checkmark/save button. But if I don't have `tiddlywiki/tiddlyweb` in my tiddlywiki.info file, I can't just use n

[tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread Jed Carty
As an explanation of what is going on (node the added button, this doesn't do anything with the button): <$button> Add tags <$list filter=<>> <$fieldmangler> <$action-sendmessage $message="tm-add-tag" $param=<<__newTag__>> /> The list widget makes a list, one way to think about it is a

Re: [tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread Brian Theado
Stefano, I think the action-listops widget ( https://tiddlywiki.com/#ActionListopsWidget) will help you. It can be used to manipulate any tiddler field which is used as a list. The tags field is used as a list so it should be able to help. For performing the operation on multiple tiddlers, you wo

Re: [tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread Mohammad
Hi Stefano, This is Mohammad the Commander author! Here is for you, a macro to add many tags you like to a list of tiddlers as batch operation. \define add-new-tag-bulk(filter, newTags) <$list filter="$filter$" > <$list filter="[enlist<__newTags__>]" variable="itemTag"> <$fieldmangler> <$ac

Re: [tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread stefano franchi
Hi Lazlo, I was indeed looking at the Commander code, but I am still such a newbie with TW that I don't know how to use it. In particular, this bit seems to be all I need: \define add-new-tag-bulk(newTag) <$list filter={{$:/temp/commander}}> <$fieldmangler> <$action-sendmessage $message="tm-add-t

[tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread bimlas
Stefano, TW-Commander worth a try as well: https://github.com/kookma/TW-Commander -- 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...@googlegro

Re: [tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread stefano franchi
On Sun, Feb 17, 2019 at 2:18 PM Mat wrote: > Hi Stefano. BatchManipulator > was created for batch ops like this. > > Thanks Mat, that looks like a great tool. I am already playing with it. I would also like to understand how to do it in TW code, though, a

[tw5] Re: Applying tags to a list of tiddlers?

2019-02-17 Thread Mat
Hi Stefano. BatchManipulator was created for batch ops like this. <:-) -- 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] Applying tags to a list of tiddlers?

2019-02-17 Thread stefano franchi
How can I select a list of tiddler with a filter and then set their tags to some array of my choice? I thought I could use the ActionSetFiled widget like: <$ActionSetField $filter="MY_FILTER" tags="NewTag1 [[Another New Tag]]" /> but I discovered the $ActionSetField does not have an $filter opti

[tw5] Re: Days operator offset by 1 day in timezones west of GMT

2019-02-17 Thread 'Mark S.' via TiddlyWiki
Are we still talking about rolling our own dates? I think 12 would work almost everywhere (there might be some fringe cases). Yes a single minute can make a difference for bills, taxes, assignments. Which is why the deadline time is often at midnight, so there's a great deal of overlap with ac

Re: [tw5] Is it possible to load and save tiddlers from subfolders?

2019-02-17 Thread talha131
Thank you Jeremy for quick response and for having this feature in TW. I looked closely and it is working perfectly. I am sorry for reporting false positive. ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Dynamic Tables macro - turning table headers into links?

2019-02-17 Thread Jed Carty
I don't know why I didn't make them links before, or at least add that as an option. I think that I was trying to make the usage as simple as possible and had a time when I didn't want the titles to be links in the table. Those are one of the many things I need to update to use some of the newe

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-17 Thread Mohammad
Hi Andreas, I tested the Tinka 0.4 with Tiddlywiki 5.1.21pre and it works like charm. Thank you Andreas. --Mohammad On Sunday, February 17, 2019 at 1:48:32 PM UTC+3:30, Andreas Hahn wrote: > > Dear Mohammad, > > I'm currently debating whether or not its even worth fixing it, since > the w

[tw5] Re: Tiddler Commander

2019-02-17 Thread @TiddlyTweeter
Noted Thanks! Josiah On Sunday, 17 February 2019 16:02:57 UTC+1, Mohammad wrote: > > Hello Josiah, > > I am working on Commander and hopefully will have a *release-candidate* > by next week. > > Regarding the sort! I did not experience like your results but > in search box when you type [tag

[tw5] Re: Tiddler Commander

2019-02-17 Thread Mohammad
Hello Josiah, I am working on Commander and hopefully will have a *release-candidate* by next week. Regarding the sort! I did not experience like your results but in search box when you type [tag[xx]] you can do as below [tag[xx]] +[sortan[]] or even [tag[xx]] +[!sortan[]] So, I intentio

[tw5] Re: Tiddler Commander

2019-02-17 Thread @TiddlyTweeter
Ciao Mohammad I'm still looking at Commander. Great work! A comment on default SORT ORDER of the "Items Found" ... [image: Capture.PNG] IF you, say, delete something and then re-create it the current list order gives the kind of result above, that is not intuitive Would the default sort ord

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread @TiddlyTweeter
Ciao bimlas I think its worth mentioning there are TWO free versions of Disqus. The Basic and Plus Plan (if you low volume and don't carry other ads). They differ in how they are configured. Bit more info from here: https://disqus.com/pricing/ Disqus is very well integrated in your wiki exam

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-17 Thread @TiddlyTweeter
Ciao Andreas I don't think to give energy to a workaround when the .20 pre-release is there already that appears to solve the issue in .19 is worth the effort. All that is needed, I think, is users know. So announcement about that might be worth it? My two cents Best wishes Josiah -- You re

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-17 Thread Mohammad
Hi Andreas, I will make some experiment with TW 5.1.20pre and will let you know the results. Cheers Mohammad On Sunday, February 17, 2019 at 1:48:32 PM UTC+3:30, Andreas Hahn wrote: > > Dear Mohammad, > > I'm currently debating whether or not its even worth fixing it, since > the whole issu

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-17 Thread 'Andreas Hahn' via TiddlyWiki
Dear Mohammad, I'm currently debating whether or not its even worth fixing it, since the whole issue seems to be caused by a bug in TW itself, which is already fixed for the upcoming 5.1.20 (see [1]). So just waiting means that things will repair themselves. There is a way to create a workaro

Re: [tw5] Tinka and TW 5.1.19+ Issue

2019-02-17 Thread Mohammad
Many thanks Hahn, Please let us know if you need help for testing! Best Mohammad On Sunday, February 17, 2019 at 3:12:38 AM UTC+3:30, Andreas Hahn wrote: > > Hi, > > thank you for posting this and looking into it, I'll have a look at it > soon and see if I can come up with a solution to get it

Re: [tw5] Is it possible to load and save tiddlers from subfolders?

2019-02-17 Thread Jeremy Ruston
Hi Talha > On 17 Feb 2019, at 10:50, talha131 wrote: > > I am using TW from nodejs. I run this command to serve TW via http. > > tiddlywiki tw-scripts-demo --listen port=8081 > Currently I have around 600 individual .tid files inside my tiddlers/ folder. > To improve organization of tiddlers,

[tw5] Is it possible to load and save tiddlers from subfolders?

2019-02-17 Thread talha131
I am using TW from nodejs. I run this command to serve TW via http. tiddlywiki tw-scripts-demo --listen port=8081 Currently I have around 600 individual .tid files inside my tiddlers/ folder. To improve organization of tiddlers, I want to place related tiddlers inside folders. Say all tiddler

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread bimlas
Please look at it again and if everyone says it is good, I'll finalize the plugin: https://bimlas.gitlab.io/ -- 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 tiddl

[tw5] Re: Remove few characters from title

2019-02-17 Thread Mohammad
Mal, Many thanks for the hint! --Mohammad On Sunday, February 17, 2019 at 12:02:03 PM UTC+3:30, Mal wrote: > > Mohammad, > > Just keep in mind that split and join are new operators being introduced > in 5.1.20 and I don't know if their behaviour is fully locked in yet. > > Mal > > -- You rec

[tw5] Re: Disqus (guest comments) for TiddlyWiki: comming soon

2019-02-17 Thread bimlas
I'm not sure about ads: It seems like they only appear when I enable them (even though I use the free version). [image: vivaldi_2019-02-17_09-42-31.png] For Disqus alternatives, see - https://github.com/search?o=desc&q=disqus&s=stars&type=Repositories - https://alternativeto.net/softwa

[tw5] Re: Way to filter edited shadow tiddlers?

2019-02-17 Thread barrowgloom
Instead of making my own tiddler for such, I link to (or copy the code of) the Number of overridden shadow tiddlers: in ControlPanel/Basic tab (if you're putting into another tiddler). Link is $:/core/ui/ControlPanel/Info (system tiddler don't edit) but I couldn't find alink to the exact line li

[tw5] Re: Remove few characters from title

2019-02-17 Thread Mal
Mohammad, Just keep in mind that split and join are new operators being introduced in 5.1.20 and I don't know if their behaviour is fully locked in yet. Mal -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Remove few characters from title

2019-02-17 Thread Mohammad
Mal, Thank you! It works. I gonna use it in Commander for title operation. Best 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...@g

[tw5] Re: TiddlyWiki on SharePoint - Real world Application

2019-02-17 Thread barrowgloom
Congratz. The challenge looks daunting but you got it all laid out which is a very good start. Planning is essential. Serial edditing is the way to go IMO with collaborate work for user s' sanity. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" grou