[tw5] Re: Fields vs Dictionary vs JSON

2021-06-11 Thread Ed Heil
It's a template that does a lot of calculation based on the elements of that data tiddler... and which has edit fields for parts of the data tiddler. I've observed that using the data tiddler *with bob* there seem to be issues with the back end "keeping up with" people typing in edit fields,

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-11 Thread PMario
On Friday, June 11, 2021 at 6:39:10 PM UTC+2 TiddlyTweeter wrote: > Your tool looks interesting ... > https://wikilabs.github.io/editions/keyvalues/ > > I have no idea whether it MIGHT cope with ,.,. > >* MY INDEX ; value field one : value field two : value field three* > > COULD it? > I t

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-11 Thread PMario
On Friday, June 11, 2021 at 2:56:15 PM UTC+2 Ed Heil wrote: ... > Ok, this is potentially huge. I've got a very large template which > displays and manipulates the data from a data tiddler in complex ways, and > I'm running this on Bob, so responsiveness is a big deal. If I can get a > speed

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-11 Thread TiddlyTweeter
Your tool looks interesting ... https://wikilabs.github.io/editions/keyvalues/ I have no idea whether it MIGHT cope with ,.,. * MY INDEX ; value field one : value field two : value field three* COULD it? Just asking for a friend with databaseitis tt On Friday, 11 June 2021 at 08:42:12 U

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-11 Thread Ed Heil
This has been a very informative thread, folks -- always enjoy hearing about big picture decisions in TW. On Friday, June 11, 2021 at 2:42:12 AM UTC-4 PMario wrote: > > The biggest disadvantage for data-tiddlers is, that if you add / change or > remove a value from a data-tiddler all *visible*

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-10 Thread PMario
Hi Ed, There are some usecases for data-tiddlers. Eg: - If you want to log some actions. So if you have "timeline-like" data - Configuration tiddlers - Functions, where it is important to keep values together The biggest disadvantage for data-tiddlers is, that if you add / change or remove

[tw5] Re: Fields vs Dictionary vs JSON

2021-06-10 Thread TiddlyTweeter
Ciao Ed. VERY interesting post. In fact I stopped watching a movie on the phone to go to Desktop to reply since Goggle Groups on phone is the Pits. Briefly. IF your data need is merely BINARY (just *index: value*) then data dictionaries ARE really ACE. IF you need anything more than that then