[tw5] Experimenting with side-by-side tiddlers

2022-04-02 Thread Charlie Veniot
Just playing around with an idea for side-by-side tiddler viewing and 
editing.

Without making any changes to core tiddlers, something I am increasingly 
trying to avoid.

In the attached json, you'll find tiddlers a, b, and c.

c transcludes tiddlers a and b.

Each with a transclusion template for just viewing the tiddlers, and again 
each but with a transclusion template for editing the tiddlers.

Somebody has likely done the same kind of thing, in which case maybe 
somebody can post a link to previously done work.

Sneak a peek and see if there's anything in there that's of interest.  
Download and drag into tiddlywiki.com

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a7cdf2a-a17b-4c96-a825-12342f454b88n%40googlegroups.com.


SideBySideTiddlers.json
Description: application/json


Re: [tw5] Major updates to Chromium native file system saver plugin

2022-04-02 Thread PMario
On Friday, April 1, 2022 at 8:55:53 PM UTC+2 dyllon...@gmail.com wrote:

> ...

 

> It'd be nice if there was a way to specify a priority for savers, but I 
> don't think there is one right now. 
>

Saver modules do export a name and a priority. I think the lower the lowest 
priority-number wins. ... But I'm not sure. 
A saver also exports a .canSave() function, which is used by the 
saver-handler to see if a saver can be used. .. The first saver that 
returns .canSave() === true sorted by priority will be used to save. 

IMO the canSave() function can be used to dynamically enable/disable a 
saver. 

See: 
https://github.com/Jermolene/TiddlyWiki5/tree/master/core/modules/savers


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd0ff6d3-fb62-4ef4-b3f7-a487d0d14613n%40googlegroups.com.