Hi,

I am trying to extract tiddlers from a TW5 tiddlywiki that I created. I am 
trying to extract the system tiddlers. I want to extract the ones I created 
and then rebuild the tiddlywiki with the latest code ("upgrade"). However, 
when I try to extract the tiddlers using the following command I only get a 
few of the system tiddlers:

node ./tiddlywiki.js ./editions/empty --verbose --load ..\bla\bla.html 
--rendertiddlers [is[system]] $:/core/templates/tid-tiddler 
..\bla\Tiddlers\ text/plain .tid

It looks like only the following tiddlers are extracted with the above 
command:

$:/StoryList
$:/boot/boot.css
$:/boot/boot.js
$:/boot/bootprefix.js
$:/core
$:/isEncrypted
$:/library/sjcl.js
$:/plugins/tiddlywiki/fullscreen
$:/themes/tiddlywiki/snowwhite

This is the same list I get if I try to run the "print system" command.

Is there a way to extract all the system tiddlers (even ones I created)? 
Ideally, it would be useful to be able to extract all the tiddlers 
(regardless of type) that has a certain tag. Is this possible?

How can I modify the source tree for TW5 to be able to add my own (system) 
tiddlers that would be included when I run the --rendertiddler command to 
build my TiddlyWiki? Is there a directory I can just drop in tiddlers that 
will be picked up by default? I know how I can build the tiddlywiki from a 
directory of tiddlers but I was wondering if it was possible to add my own 
"default" tiddlers to be included?

I also had some questions about the "ThemeTweaks". I tried to change the 
"Story right" and "Story width" using 80% instead of 770px. That did not 
seem to work very well. Depending on the percent I used the sidebar would 
either be covered by the Tiddlers or the sidebar would cover the full 
screen. Also, if I changed these sizes using px (which works) and then 
opened the TiddlyWiki on my Android tablet using "AndTidWiki" the sidebar 
was covering the whole area (using the default 770px looks fine).

Appreciate any help.



-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to