[tw5] $(currentTiddler)$ and <> : Macro scope and variable inside macro

2019-02-07 Thread Mohammad
Assume you have a macro in a global tiddler e.g Title: MyMacro Tag: $:/tags/Macro \define myMac() <> Then in another tiddler you call the myMac macro as below <$list filter="[tag[HelloThere]]"> <> and testing on Tiddlywiki.com produces A Gentle Guide to TiddlyWiki

[tw5] Re: [plugin] My simple tiddler version control

2019-02-07 Thread Mal
All, For information, I've uploaded a new version with a few fixes: * Hide Restore and Delete buttons when current version selected * Fix error with display of field diffs * During version restore, remove fields from current version not present in restored ve

[tw5] Re: Macro with transclusion from datatiddler

2019-02-07 Thread Mohammad
Hello Magnus, Your playground wiki is really great and worth to be indexed by David Gifford. The way you organized the materials and the TW code snippets you used to display contents, and the lighbox for images are great. It has a lot of things to be learned and practiced for TiddlyWikians. Fo

[tw5] Re: filter operators on dictionary contents

2019-02-07 Thread Mohammad
Added to TW-Scripts. On Wednesday, January 30, 2019 at 3:55:27 PM UTC+3:30, S. S. wrote: > > > I found this issue intriguing, and remembered Thomas Elmiger's Compare > if-then-else Style in Wikitext >

[tw5] Re: How to sort tiddlers by title inside tag macro?

2019-02-07 Thread TonyM
Fantastic Share Mark On Friday, February 8, 2019 at 3:35:10 PM UTC+11, Mark S. wrote: > > When you click on a tag and see a list, and then drag an item in the list, > where is that sort-order stored? It's stored in the "list" field of the > tiddler with the same name as the master tag that you c

[tw5] Re: How to sort tiddlers by title inside tag macro?

2019-02-07 Thread 'Mark S.' via TiddlyWiki
When you click on a tag and see a list, and then drag an item in the list, where is that sort-order stored? It's stored in the "list" field of the tiddler with the same name as the master tag that you clicked on. So, for instance, if you go to TiddlyWiki.com and open the HelloThere tiddler, and

Re: [tw5] Re: TOC question

2019-02-07 Thread Mohammad
Thank you John and Tony for clarification. --Mohammad On Friday, February 8, 2019 at 4:26:00 AM UTC+3:30, TonyM wrote: > > Folks, > > I will add to Jeremys post that the value of foo is changed as you expect, > when displayed as I have below. In a way you are reusing the variable name, > giving

[tw5] Re: TOC question

2019-02-07 Thread Dave Gifford - http://www.giffmex.org/
If anyone wants to see what I have been up to, here is a sample http://articulos.giffmex.org/1LDP/filemon.set.html On Thursday, February 7, 2019 at 8:21:57 PM UTC-6, Dave Gifford - http://www.giffmex.org/ wrote: > > oops actually it was the text Jeremy suggested in the beginning... > > On Thursd

[tw5] Re: TOC question

2019-02-07 Thread Dave Gifford - http://www.giffmex.org/
oops actually it was the text Jeremy suggested in the beginning... On Thursday, February 7, 2019 at 8:17:01 PM UTC-6, Dave Gifford - http://www.giffmex.org/ wrote: > > I should add that you meant to put <$view field="title"/> not > <> > > > On Thursday, February 7, 2019 at 8:02:58 PM UTC-6, Dave

[tw5] Re: TOC question

2019-02-07 Thread Dave Gifford - http://www.giffmex.org/
I should add that you meant to put <$view field="title"/> not < > On Thursday, February 7, 2019 at 8:02:58 PM UTC-6, Dave Gifford - http://www.giffmex.org/ wrote: > > Hi S.S. > > I have made the changes. And it works great! Thanks for both solutions. > > On Thursday, February 7, 2019 at 7:07:57

[tw5] Re: TOC question

2019-02-07 Thread Dave Gifford - http://www.giffmex.org/
Hi S.S. I have made the changes. And it works great! Thanks for both solutions. On Thursday, February 7, 2019 at 7:07:57 PM UTC-6, S. S. wrote: > > > David, > > It was not obvious to me what Tony & Jeremy meant by "using a template > parameter" as I was not aware of how it is used! > > If you lo

[tw5] Re: Icon for TW + FluidApp

2019-02-07 Thread TonyM
Rodrigo Thanks for sharing with the community. Are they more like a Chrome Application icon, but they still need the tiddlywiki located elsewhere? Once you build a fluid app, can they be easily distributed as a file or zip file? Perhaps you could package one and people could download it? If po

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Brian Theado
Jeremy, On Thu, Feb 7, 2019 at 5:56 PM Jeremy Ruston wrote: [...] > I plan to improve it a bit further, in particular I want to get it working > well in the client server configuration so that local storage can be used > as a temporary holding area in case the connection to the server is lost. >

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-07 Thread TonyM
FrD, Thanks, I suppose if I had to choose it would be; sc_linkNavigateToOrCreateEditModeJournal : navigate to a journal or create it in edit mode - Does this mean if it exists it opens in view mode, if it does not the new one opens in edit mode? Could you perhaps include user defin

[tw5] Re: TOC question

2019-02-07 Thread S. S.
David, It was not obvious to me what Tony & Jeremy meant by "using a template parameter" as I was not aware of how it is used! If you look on the last line on the documentation for Table-of-Contents Macros , it says: *template* Optio

[tw5] Icon for TW + FluidApp

2019-02-07 Thread Rodrigo Fonseca
Hi, Just a very small thing, but thought I could share. I am using TWcloud5 on a Mac, and you can pretty much make it into a native app that saves to dropbox using Fluid (https://fluidapp.com/). I also made an icon so that it looks nice as an app, feel free to use it or change it. Best, Rodrig

Re: [tw5] Re: TOC question

2019-02-07 Thread TonyM
Folks, I will add to Jeremys post that the value of foo is changed as you expect, when displayed as I have below. In a way you are reusing the variable name, giving it a new value. <$set name="foo" value="John"> <> <$set name="foo" value="Paul"> <> <$set name="foo" value="George"> <> <$set n

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread Diego Mesa
Hey Jeremy, This is wonderful thank you! In the example on the docs you have to filter twice = once to get the count, then another to get an array of lengths, sum them and then divide. Can we also add a "mean" operator? Best Diego On Thursday, February 7, 2019 at 6:06:59 PM UTC-6, TonyM wro

[tw5] Re: Quinoid v0.0.6alpha

2019-02-07 Thread 'Mark S.' via TiddlyWiki
When you exit from Q, does it disappear from the recent-run list (the one activated with the right-hand square) ? On GDrive you need to tell GDrive that a file is "pinned" for offline. Does the same concept apply on 1drive ? At this step: >> Waited for to it to sync latest version on android

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-07 Thread Artem Ivanov
Hi FrD, Thank you, this version solved the issue. However, now when I use <> I get this error: The state tiddler for the year does not exist ; create it before calling the simplecalendar macro Should I just use 5.1.17 for now? On Wednesday, February 6, 2019 at 5:04:16 PM UTC-5, FrD wrote: >

[tw5] Re: How to sort tiddlers by title inside tag macro?

2019-02-07 Thread TonyM
Talha, I am not sure what you mean by "Tag Macro" but the Tag manager is a system tiddler $:/TagManager and in this tiddler the order is determined for the tag manager list, but it seems to be by title already? When viewing a tiddler the tags are displayed using the $:/tags/ViewTemplate tag on

[tw5] Re: Quinoid v0.0.6alpha

2019-02-07 Thread TonyM
Mark, I will research further, but I followed these basic steps and the result befuddled me All from memory, thus I will retest soon. - Placed wiki in OneDrive on desktop - Waited for to it to sync latest version on android - Added/Opened the wiki in Quinoid from the local synced copy,

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread TonyM
Jeremy, So to be clear, you believe, using the triple curly braces will be sufficient to place calculated values anywhere we want? Note that there's nothing specific about the maths operators; they are used > just the same as the other filter operators. If you know how to use filter > operato

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread TonyM
Fair enough On Friday, February 8, 2019 at 10:35:56 AM UTC+11, Jeremy Ruston wrote: > > Hi Tony > > >1. Could we have an "inc" or increment that adds one (or n) to its >input as this is a useful and commonly used alternative to add 1 to self?. > > I don't think it's worth adding [inc[

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread TonyM
Jeremy, The trouble with local storage is that it works fine day after day until > suddenly it doesn't. It might be because of something inscrutable that the > browser has done when it detects a shortage of disc or memory space, or it > might be yourself clearing history without remembering tha

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread TonyM
Jeremy, In relation to > >- Save As Served *without tiddlers from local Storage* (When someone > wants to make an Edition out of the served Wiki). > > Not so easy. The original values that were overwritten by local storage > are no longer available. > Could we use the innerwiki p

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Jeremy Ruston
Hi Tony > > Interesting, I have had no reason to consider PouchDB storage to be volatile > in anyway, as is suggested on the NoteSelf site. Nor have I lost the data > this way. My experience suggests I can trust local storage, your outline > suggests I should not. >> >> I'm afraid PouchDB use

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread Jeremy Ruston
Hi Tony > Could we have an "inc" or increment that adds one (or n) to its input as this > is a useful and commonly used alternative to add 1 to self?. I don't think it's worth adding [inc[]] and [dec[]] when we can use [add[1]] and [subtract[1]]. Best wishes Jeremy. > Regards > Tony > > > >

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread Jeremy Ruston
Hi Tony > I am concerned about new users who want to implement maths but have not yet > fully grasped filter concepts, this includes variables, transclusions and > references in maths filters. Conversely, if we'd introduced another new mechanism then there would be even more to learn. TiddlyWi

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread TonyM
Jeremy, Interesting, I have had no reason to consider PouchDB storage to be volatile in anyway, as is suggested on the NoteSelf site. Nor have I lost the data this way. My experience suggests I can trust local storage, your outline suggests I should not. > > I'm afraid PouchDB uses the same l

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Jeremy Ruston
Hi Tony > Can we differentiate tiddlers modified via local storage and those not, > including across multiple sessions - NoteSelf seems to keep the haschanged > flag for such tiddlers (along with versions) The list of tiddlers that was loaded from local storage at startup is available in a conf

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread TonyM
Another math Operator? 1. Could we have an "inc" or increment that adds one (or n) to its input as this is a useful and commonly used alternative to add 1 to self?. Regards Tony On Friday, February 8, 2019 at 8:42:06 AM UTC+11, Jeremy Ruston wrote: > > Hi Mat > > Great, glad you lik

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread TonyM
Jeremy, Yet another new feature on the horizon that will add great utility to TiddlyWiki, Even better if it "uses the *really small and simple: by re-using all the existing filter operator infrastructure"* and I see that $set and triple curly braces {{{ filter }}} that transcludes the result o

[tw5] Re: Quinoid v0.0.6alpha

2019-02-07 Thread 'Mark S.' via TiddlyWiki
How are you updating the wiki from the desktop? If you back out of Q, then update from the desktop, and then go back in, it *should* see the new wiki. But if you're using GDrive, GDrive itself doesn't recognize the changed date stamp. So there's a different order in which to do things. It's pos

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Jeremy Ruston
Hi Tony > Another Question in relation to this what about leveraging pouchDB as > noteself has, which can I believe remove the volatile nature of the local > storage you describe? this is without needing to provide the external couchDB > component thus no configuration settings. I'm afraid Pou

[tw5] Tweaking responsive themes' attributes

2019-02-07 Thread Dave
I'm using this theme http://tobibeer.github.io/tb5/#Responsive%20Theming Which toggles between 2 themes depending on the width of the window (viewport). I have it set to toggle between Vanilla and Snow White. When I go to the theme tweaks to change the distances of things from the left margin,

[tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread TonyM
Jeremy, Another Question in relation to this what about leveraging pouchDB as noteself has, which can I believe remove the volatile nature of the local storage you describe? this is without needing to provide the external couchDB component thus no configuration settings. Regards Tony On Frida

[tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread TonyM
Jeremy, That has a great deal of utility. I was working on a method to export comments and re-import them into to master copy of a wiki to then apply them to the master. The same can be done for any new or modified tiddlers using local storage. Local storage raises the following for me 1.

Re: [tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Jeremy Ruston
> With all the caveats (I agree with) would this method obviate the need for > the user to install a saving system? I.e. click wiki and its saved auto into > browser without any further steps? It is categorically not suitable as a way for most users to save changes to their own wikis. The fund

[tw5] Re: Quinoid v0.0.6alpha

2019-02-07 Thread TonyM
Mark, Testing 0.0.6alpha on Android 8 I can load the wiki from one drive using the system explorer. I can update the wiki from the desktop, on one drive, close and then reopen Quinoid and even although the file change is propagated to the mobile, it continues to open the prior version, until I

[tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread @TiddlyTweeter
With all the caveats (I agree with) would this method obviate the need for the user to install a saving system? I.e. click wiki and its saved auto into browser without any further steps? On Thursday, 7 February 2019 23:11:47 UTC+1, Jeremy Ruston wrote: > > Further to Mat’s discovery >

[tw5] Re: Announcing the new "Browser-Storage" plugin

2019-02-07 Thread 'Mark S.' via TiddlyWiki
Hi Jeremy, That sounds pretty neat! When you say "5 to 10 mb" per page, how does that translate into the tiddler world? Is the entire TW one page, or each tiddler? If the latter, then it's almost no limit at all. Hopefully there will be an export mechanism? If you run encryption, will the in

[tw5] Announcing the new "Browser-Storage" plugin

2019-02-07 Thread Jeremy Ruston
Further to Mat’s discovery of the new mathematics operators in v5.1.20, there’s another newly added feature that has also been discussed for quite a long time: a plugin that lets TiddlyWiki save and load tiddlers from browser

Re: [tw5] Re: open all tiddlers with tag X in story view and sort by date

2019-02-07 Thread Thomas Elmiger
Hi Talha Thank you for the feedback and the suggestions. I will consider no. 1. No. 2 sounds like a lot of work if you are talking about "the* Manager here: https://tiddlywiki.com/#%24%3A%2FManager (?) Cheers, Thomas Am Do., 7. Feb. 2019 um 22:08 Uhr schrieb talha131 : > Hi Thomas. I really lik

Re: [tw5] Who can I thank for Math operators?

2019-02-07 Thread Jeremy Ruston
Hi Mat Great, glad you like it! This is a new implementation that emerged from discussions about a different issue on GitHub (see https://github.com/Jermolene/TiddlyWiki5/pull/3572#issuecomment-460958193 ). It is a bit

[tw5] How to sort tiddlers by title inside tag macro?

2019-02-07 Thread talha131
Tag macro which is shown at two places. 1. Tag manager 2. Under the tiddler title It shows a list of tiddlers. How do I sort them by title? It can be done manually using drag and drop. But can it be done automatically? -- You received this message because you are subscribed to the Google Grou

[tw5] Re: Who can I thank for Math operators?

2019-02-07 Thread 'Mark S.' via TiddlyWiki
Interesting. Everyone knows about spreadsheets, but most people don't know about the power of databases. Once you can manipulate numbers, then you can run a garage sale, charity drive, small business, exercise logs, scientific research, sports applications ... and generate the producibles that h

[tw5] Re: open all tiddlers with tag X in story view and sort by date

2019-02-07 Thread talha131
Hi Thomas. I really liked your x-tag plugin. I have two suggestions. 1. Open all should be on the top. If I have 50 tiddlers in a tag. Then I will have to scroll all the to the bottom to click on "open all" 2. This plugin should also work in the tag manager Thanks a lot for your great work. --

[tw5] Who can I thank for Math operators?

2019-02-07 Thread Mat
Hi guys! ...in spite of my absence I do 'peek by' occasionally and I just noted that math operators are added to the prerelease ! I just want to thank whoever is behind this (Evan?), plus Jeremy for including it in core! Basic math ops

[tw5] Re: A man went into the Foo Bar ... (humour)

2019-02-07 Thread @TiddlyTweeter
Yea, that IS very funny! On Thursday, 7 February 2019 21:02:38 UTC+1, Thomas Elmiger wrote: > > Guess he ordered a foo beers. > > (Is that funny?) > > Am Donnerstag, 7. Februar 2019 15:21:33 UTC+1 schrieb @TiddlyTweeter: >> >> A man went into the Foo Bar ... >> >> What happened next? >> > -- Y

[tw5] Re: Bob edit lock icon

2019-02-07 Thread @TiddlyTweeter
On Thursday, 7 February 2019 20:53:27 UTC+1, Jed Carty wrote: > > I haven't run into this bug yet, if you find a reproducible way to cause > it let me know so I can fix it. > On GitHub I give an example that is, I think, repeatable, at least on Windows Bob.EXE. https://github.com/OokTech/TW5-Bo

Re: [tw5] Re: TOC question

2019-02-07 Thread John
Yes. It's called dynamic scoping. Very unusual in languages. It's because JavaScript is a protype oriented language rather than class oriented. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emai

[tw5] Re: A man went into the Foo Bar ... (humour)

2019-02-07 Thread Thomas Elmiger
Guess he ordered a foo beers. (Is that funny?) Am Donnerstag, 7. Februar 2019 15:21:33 UTC+1 schrieb @TiddlyTweeter: > > A man went into the Foo Bar ... > > What happened next? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fro

[tw5] Re: get domain names now for TW ... as a ".wiki"

2019-02-07 Thread @TiddlyTweeter
Repeat for email .. On Thursday, 7 February 2019 21:00:45 UTC+1, @TiddlyTweeter wrote: > > You maybe not know that right now the ".wiki" domain has not been totally > taken over by name robots. > > If you need TW related naming there is still a chance. > > I bought "tiddly.wiki" recently. > > But

[tw5] Re: Bob edit lock icon

2019-02-07 Thread Jed Carty
I haven't run into this bug yet, if you find a reproducible way to cause it let me know so I can fix it. If you want a possibly easier way to get rid of the edit lock you can edit the list field of the tiddler $:/state/Bob/EditingTiddlers, it is supposed to hold a list of all tiddlers that are

[tw5] Re: Quinoid v0.0.6alpha

2019-02-07 Thread Watt
Installs ok and functionality of v0.0.5 still working but new features not working for me this time. Refresh: imported the Refresh-for-Quinoid.json. Exited quinoid, restarted, refresh not doing anything. The tiddler containing the script is displaying the script in italics minus the first

[tw5] Re: Disable Automatic Tags V:5.1.19

2019-02-07 Thread Eric Shulman
On Thursday, February 7, 2019 at 5:14:25 AM UTC-8, jordan@triumph.co.uk wrote: > > I am struggling to stop TiddlyWiki from automatically adding tags to my > tiddlers and I can't delete tags because as soon as I commit the changes to > the tiddler, all the tags come back. > Some questions:

[tw5] Re: Disable Automatic Tags V:5.1.19

2019-02-07 Thread PMario
Hi Jordan Can you replicate this problem with tiddlywiki.com ? -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 pos

Re: [tw5] Re: Widgets for Dummies

2019-02-07 Thread stefano franchi
Great work S. S.! Super-helpful to anyone just getting into TW. And many thanks to Jeremy for the technical background. I am still wrapping my head around the design of TW and texts of this kind go a long way toward making it clearer. Cheers, Stefano On Thu, Feb 7, 2019 at 6:24 AM Jeremy Ruston

[tw5] Re: I man went into the Foo Bar ... (humour)

2019-02-07 Thread @TiddlyTweeter
Repeat for those on email ... On Thursday, 7 February 2019 15:21:33 UTC+1, @TiddlyTweeter wrote: > > I man went into the Foo Bar ... > > What happened next? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: TOC question

2019-02-07 Thread Jeremy Ruston
Hi Dave > Thank you to everyone who posted. S.S.'s solution was exactly what I needed. > Thanks Jeremy for the explanation, too! The disadvantage of SS’s solution is that it requires you to override a core tiddler. The correct way to do it is to use a custom template parameter for the TOC macr

[tw5] Re: TOC question

2019-02-07 Thread Dave Gifford - http://www.giffmex.org/
Thank you to everyone who posted. S.S.'s solution was exactly what I needed. Thanks Jeremy for the explanation, too! Dave On Wednesday, February 6, 2019 at 5:43:02 PM UTC-6, David Gifford wrote: > > Hi all > > How would I tweak $:/core/macros/toc (or something else) so that each tab > in the to

[tw5] Disable Automatic Tags V:5.1.19

2019-02-07 Thread jordan . moseley
Hello All, I am struggling to stop TiddlyWiki from automatically adding tags to my tiddlers and I can't delete tags because as soon as I commit the changes to the tiddler, all the tags come back. Any help would be greatly appreciated. Cheers, Jordan -- You received this message because you

Re: [tw5] Re: TOC question

2019-02-07 Thread Mohammad
WOW, This is amazing Jeremy! As mush as I go deeper in Tiddlywiki, I found more amazing thing. This gives us a lot of flexibility. I gonna to make some examples in TW-Scripts for this. By now I understood * I can have macro overloading in TW * I can send a macro name like a pointer from scope

Re: [tw5] Re: TOC question

2019-02-07 Thread Jeremy Ruston
> You said, the toc-caption here will override the one in the core! Can I > conclude that: > > If a macro is called in a scope of a tiddler and it calls a macro internally > say maymac, then if the maymac is existed in the scope of calling tiddler, > it will override the core or other scope ma

Re: [tw5] Re: TOC question

2019-02-07 Thread Mohammad
Hi Jeremy, This question may be off topic here. You said, the *toc-caption* here will override the one in the core! Can I conclude that: If a macro is called in a scope of a tiddler and it calls a macro > internally say maymac, then if the maymac is existed in the scope of > calling tiddler,

Re: [tw5] Re: Widgets for Dummies

2019-02-07 Thread Jeremy Ruston
Hi SS Great stuff, thank you! I like the way that you’ve gathered input from others and incorporated it smoothly, managing to keep a consistent tone of voice suitable for beginners. As background, it might be helpful for me to explain a little of *why* widgets exists… Consider a simple wiki w

[tw5] Re: Widgets for Dummies

2019-02-07 Thread Mohammad
Hello S.S. Great stuffs. Is there any sidebar Contents for these new materials? or is it https://00ss.github.io/documentation/tiddlywiki.html#Widgets%20for%20Beginners? Keep going on. Cheers Mohammad On Thursday, February 7, 2019 at 11:46:36 AM UTC+3:30, S. S. wrote: > > > It's taken a month o

Re: [tw5] Re: TOC question

2019-02-07 Thread Jeremy Ruston
I’m not sure if it will let you do exactly what you want in this situation, but the reason that the toc-caption macro is separated out is so that it can be redefined for a particular instantiation of the TOC. For example, here we have a tabbed internal navigation TOC where the toc-caption macro

[tw5] Re: DataTiddlers and JSON

2019-02-07 Thread Mohammad
Glad you found them useful. In TW-Scripts I try to collect/present examples. Seem understanding TW mechanisms is easier through examples. -- Mohammad On Thursday, February 7, 2019 at 1:18:15 PM UTC+3:30, @TiddlyTweeter wrote: > > Mohammad > > Very good docs on Data Dictionaries you put together

[tw5] Re: DataTiddlers and JSON

2019-02-07 Thread @TiddlyTweeter
Mohammad Very good docs on Data Dictionaries you put together / authored! Together they form a near full tutorial. Thank you for TW-Scripts. Josiah Mohammad wrote: > > > https://kookma.github.io/TW-Scripts/ > > From *SideBar*, click on *Contents* > --> and the on *DataTiddler* > > > Some of to

Re: [tw5] Advanced Search autofocus?

2019-02-07 Thread Hubert
Thanks for your time Jeremy, the Advanced Search autofocus in the pre-release version works as expected. Best regards, Hubert On Wednesday, 6 February 2019 17:55:44 UTC, Jeremy Ruston wrote: > > Hi Hubert > > I’m not sure that there is a way to do this without hacking core tiddlers, > but it’s

[tw5] Re: DataTiddlers and JSON

2019-02-07 Thread Mohammad
Hello Tony There are some solution tutorial covers some of items you mentioned in your post here in TW-Scripts https://kookma.github.io/TW-Scripts/ >From *SideBar*, click on *Contents* --> and the on *DataTiddler* Some of topoics covered: - add/remove index/value pair - list and manipulate

[tw5] Re: Widgets for Dummies

2019-02-07 Thread S. S.
It's taken a month of on-and-off giving it some attention. Here's the result! Widgets for Beginners Feel free to thrash it and make it better by leaving some critical comments. -- You received this message becau