Hi Jed,
 Do you thing using the new JSZip plugin whihc lets to download tiddlers 
and create a folder structure on the fly on can simply create a plugin 
library on the fly?

Ref: 

   1. https://github.com/Jermolene/TiddlyWiki5/issues/4646
   2. https://groups.google.com/d/msg/tiddlywiki/gEpIkzW5ADU/RALNIKbUAAAJ
   


--Mohammad

On Thursday, April 23, 2020 at 2:00:54 PM UTC+4:30, Jed Carty wrote:
>
> there isn't anything special about the tool I posted here, you could use 
> tinka or anything else to build the plugins.
>
> You are missing the actual plugin tiddlers in your steps, the html 
> generated is just the index, the rest of the pieces are json files that 
> need to be stored in the place shown in the folder layout in the library 
> builder tiddler.
>
> The structure is:
>
> root folder
> - index.html <- the generated html
> - library folder
>   - tiddlers.json <- the first file listed in the tiddler
>   - tiddlers folder
>     - //one json file for each plugin served// <- all the files listed 
> between the first file and the html file
>
> the names have to be exactly what is shown in the tiddler or they won't 
> work.
>
> There is a reason this is normally done on node.
> It wouldn't be too hard to make an exporter that just downloads the files 
> individually, which would make it a lot easier but you still have to 
> download them one at a time. there may be a way to have it export a zip 
> file that contains all the files in the correct folders, but that isn't a 
> project I am going to take on right now.
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/847c245d-c4ba-438b-94f0-35cd9cf7005f%40googlegroups.com.

Reply via email to