On Dec 6, 8:53 pm, Jeremy Ruston <[email protected]> wrote: > That all makes sense, and the directory structure seems sound. So the > impact of the lack of the -s parameter to ginsu is that you can't > organise the /upstream directories you're maintaining for each plugin, > is that right? yup. Best case, ginsu is used only once, when a eg: tiddlyspot TW is transferred into a git repo.
> One reasonable solution that would keep things fairly regular would be > to have a filter that can be applied on a ginsu operation, (reusing > the TiddlyWiki filter code, perhaps). Then you could re-ginsu the same > file multiple times to generate each of the folders you want. Would > that work? Hmm ... Is it the same file, or the same store in memory reduced after each iteration filtering? eg: filter [tag[systemConfig]] .. which saves tiddlers tagged systemConfig into a directory "systemConfig" and deletes the tiddlers from the internal store then filter [tag[svg]] .. all svg tiddlers into dir svg filter [field[server.bag]] .. every tiddler, that has a field server.bag is stored into a directory that has the name contained in the field flush .. the rest into a directory "flush" (there is a better name :) > I'm not sure if I understand what you treat as your master repository; > is that tiddlyspace, tiddlywiki files on your hard drive, github, or > something else? At the moment it's a mix :) but it should be all git/hub. I did start with TW files on my harddrive -> tiddlyspot -> tiddlyspace -> local git -> github I took me some to figure out, how it works best for me, and keep a structure, that is similar to the "old TW trac" system. So I can use "old" recipes, without too much tweaking. > By the way, I wondered whether "upstream" is the best word to use; if > I understand correctly maybe "published" would be clearer? Need to think about this :) -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
