Hiya
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:
>
The load command on the command line and importing in the browser only
reads the non-system tiddlers within a standalone TiddlyWiki HTML file.
> 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)?
>
Not at present, no.
> Ideally, it would be useful to be able to extract all the tiddlers
> (regardless of type) that has a certain tag. Is this possible?
>
It will be. There are issues because we don't want to make it too easy to
overwrite key system tiddlers such as the core plugin itself.
> 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'm not sure if I understand correctly. TW5 on the server will load any
tiddler files within the wiki folder. So you any tiddlers you drop into the
wiki folder will be loaded automatically.
> 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).
>
As ever, CSS is a fairly delicate tangle of complexity. I'd encourage you
to continue to read up TW5's built-in stylesheets, and to continue to
experiment.
Best wishes
Jeremy
>
> 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.
>
--
Jeremy Ruston
mailto:[email protected]
--
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.