Re: [tw] Re: Export each tiddler plugin?

2017-12-29 Thread wjam
Thanks Mark, I needed something like this. Some tiddler titles have spaces so I had to replace \define quotedCurrent() $(currentTiddler)$ by \define quotedCurrent() '$(currentTiddler)$' The single quotes were probably removed by some semi-intelligent operating system, browser or webhosting pa

Re: [tw] Re: Export each tiddler plugin?

2017-06-29 Thread David Gifford
"Oh hi Mark" (sorry, I have been watching videos about Tommy Wiseau) I tried out your solution and substituted [!is[system]is[tiddler]] in two places, and now I can download all tiddlers regardless of tag, which is what I really wanted. Works great! Thank you again for your help. Dave David Giff

Re: [tw] Re: Export each tiddler plugin?

2017-06-28 Thread David Gifford
Wow Mark! I have other stuff on my plate today but I will soon give that a go! Thank you so much for your help. David Gifford Resonate Global Mission, Mexico City On Tue, Jun 27, 2017 at 11:19 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > > Ok, here we go. If you have you

[tw] Re: Export each tiddler plugin?

2017-06-27 Thread 'Mark S.' via TiddlyWiki
Ok, here we go. If you have your browser set with a default download directory, then this code can export a bunch of tiddlers all at once: \define quotedCurrent() $(currentTiddler)$ \define filename() $(currentTiddler)$.html List tiddlers to export with this tag: <$edit-text tag="input" width=

Re: [tw] Re: Export each tiddler plugin?

2017-06-27 Thread 'Mark S.' via TiddlyWiki
Oh, I just realized. If your browser isn't set to ask you how to save, the workflow will be *very* fast but (1) the files will be saved without an .html extension (2) the files will be saved with the sanitized name by default (3) the files will be in your designated download directory. The cod

Re: [tw] Re: Export each tiddler plugin?

2017-06-27 Thread 'Mark S.' via TiddlyWiki
Hi Dave, The rendertiddlers process doesn't put the styles into individual tiddlers like the ones on your articles page. Possibly a batch file could be made that would create a usable exported tiddler, but I decided to concentrate on your original request. Here's what I got so far. TW was doin

Re: [tw] Re: Export each tiddler plugin?

2017-06-27 Thread 'Mark S.' via TiddlyWiki
It's de ja vu all over again. We had this same discussion in March! What is the exporter macro you mention? Maybe it would be possible to put it in a loop so a single click could do an export. Hmm 1300 clicks = 1300 seconds =~ 1/2 hours. Also, do you have the all-up version of your document som

Re: [tw] Re: Export each tiddler plugin?

2017-06-27 Thread David Gifford
Yeah I would prefer something for standalone, not for node.js. I found the Exporter macro I was referring to, but it exports the entire river of tiddlers... Dave David Gifford Resonate Global Mission, Mexico City On Tue, Jun 27, 2017 at 12:17 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegro

[tw] Re: Export each tiddler plugin?

2017-06-27 Thread 'Mark S.' via TiddlyWiki
It looks like node.js and the --rendertiddlers option is made for something like that. I wonder how the linking works after the exporting? Mark On Tuesday, June 27, 2017 at 6:13:37 AM UTC-7, Dave Gifford - http://www.giffmex.org/ wrote: > > Hi all > > I can't remember if there is a plugin that