[tw] [TW5] Saving in Chrome and defaulting path/filename

2013-11-23 Thread sjensen1688
Hi,

This is a more of a development question than user question but I was 
unable to find the Tiddlywikidev group that is mentioned at the top of the 
Tiddlywiki group in Google groups (Welcome to the TiddlyWiki discussion 
group for end users. See the 
TiddlyWikiDevhttps://groups.google.com/d/forum/tiddlywikidev%E2%80%8E group 
for technical questions about JavaScript, CSS etc.). It just says that 
TiddlyWikiDev group is not found.

My question was whether it is possible to modify the saver that is used in 
Chrome to specify the default directory/file name that is used when the 
Save dialog box pops up when clicking on the Save button in TW5? Ideally of 
course I would like to be able to auto-save as in TWC but I assume this is 
impossible because of the security restrictions in Chrome?

Thanks,

Steve

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] [TW5]: Possible to change button color etc when TiddlyWiki has been modified since last save?

2013-11-13 Thread sjensen1688
Hi,

Is there an event mechanism that can be used to detect that the TiddlyWiki 
is modified so that I can alert myself by changing the color of the Save 
button (for example)?

Thanks,

Steve

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] TW5: Extracting tiddlers and other questions

2013-11-10 Thread sjensen1688
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.