[twdev] Basic Question Regarding TW5 Framework

2020-10-18 Thread Christopher Walters
Hi all, I have dreams for creating a piece of software for this really niche purpose, and I found myself returning time and again to TiddlyWiki as the basis for a lot of it. My question is really basic, feels like it doesn't even really warrant a Conversation post  What framework does

[twdev] Re: Basic Question Regarding TW5 Framework

2020-10-18 Thread Joshua Fontany
Yes, TiddlyWiki5 is definitely its own "paradigm". While similar to React, in that a javascript model is updated, and these updated are passed to the "DOM" to be rendered by the browser, it is very unique in how it is constructed and how updates are called. Resources:

[twdev] Question: Illegal tiddler titles as namespace for features

2020-10-18 Thread TonyM
Folks, There is a warning not to use curly braces or square brackets in the tiddler titles eg {text} There is also a warning for [ ] square barckets. eg [prefix[prefix[]] such as a filter. I understand this and would notmake use of these as a rule. However you can actually create tiddlers

[twdev] Re: Basic Question Regarding TW5 Framework

2020-10-18 Thread TonyM
Christopher, Others can give a more technical origins story, but to me TiddlyWiki is the framework. It is a platform in its own right and relies on broad standards of HTML and Javascript. When incorporating Javascript you need to be aware of the way tiddlywiki works because its efficient

[twdev] [Plugin] JsonMangler v2.2.4 BugFix Release

2020-10-18 Thread Joshua Fontany
Thanks to TonyM for a bug report around importing CSV tiddlers as regular/json tiddlers. This has been fixed and a new Zip and Demo Wiki have been posted. Find them here: https://chronicles.wiki/TW5-JsonMangler/ https://github.com/joshuafontany/TW5-JsonMangler/releases/tag/v2.2.4 And please

[twdev] Re: How can I install an unofficial Saver?

2020-10-18 Thread TonyM
Ryan, Always consider an unofficial saver as a candidate for an official saver if you can expand and democratise tiddlywiki, Regards Tones On Tuesday, 22 September 2020 09:14:27 UTC+10, Ryan Kramer wrote: > > Thank you Mario, that looks like what I want to do. (Assuming that once I > build

[twdev] Question: Set cursor in editmode to fieldname?

2020-10-18 Thread TonyM
Folks, I have a button that creates a new field then uses the message <$action-sendmessage $message="tm-edit-tiddler" $param="tiddlername"/> To open the tiddler for edit. Is it possible somehow to get the cursor to appear in the new field? Why? This would simplify providing a value to the field

[twdev] Re: Question: Set cursor in editmode to fieldname?

2020-10-18 Thread TonyM
Sorry, Reposted in main forum On Monday, 19 October 2020 10:56:39 UTC+11, TonyM wrote: > > Folks, > > I have a button that creates a new field then uses the message > <$action-sendmessage $message="tm-edit-tiddler" $param="tiddlername"/> > To open the tiddler for edit. > > Is it possible somehow