[tw] Re: make TIddly Wiki more discreet

2011-07-23 Thread miki
Oh sorry. Now I understand what I have to do. Where's my head today?
You explained me what I looked for when you replied me the fist time.
thanks a lot PMario. I found a good web browser program that uses
trident engine (it's only 64kb) if I want it doesn't save the web
history but he does not have tab feature so when I click a external
link it is opened in a new window of Internet Explorer. Firefox is
perfect to serf the browser privately. on the internet there's also a
tor browser bundle but it is too big, one of the benefits of
TiddlyWiki and Wiki on a Stick (another wiki made with html and
javascript) is that they are very small, but if I put it with my
FirefoxPortable it will not be small anymore (expecially Wiki on a
Stick that best works on Firefox). Do you work on the develpment group
Mario? I Noticed a little problem with TiddlyWiki: It does not update
on Firefox 5 but on Firefox 4 it does. Homeware it still works good.
One of the good things of TiddlyWiki is that it works well on every
browser.

On Jul 23, 3:06 pm, PMario  wrote:
> On Jul 23, 2:10 pm, miki  wrote:> Ok it works but 
> how can I want to set some options like the directory
> > where to save backups?
>
> It's an example, to show the basic functionality.
> I took the first parameter, that is important for me, because I need
> to set it according to my needs. Vanilla / Plain TW saves it's backups
> in the same directory, where the TW.html file is. I don't like this,
> that's why I change it.
>
> > .. what code should I write to let the plugin to
> > set it?
>
> Which plugin?
> SystemSettings is a way to permanently save system parameters, without
> the need of cookies.
>
> -m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-23 Thread PMario
On Jul 23, 2:10 pm, miki  wrote:
> Ok it works but how can I want to set some options like the directory
> where to save backups?
It's an example, to show the basic functionality.
I took the first parameter, that is important for me, because I need
to set it according to my needs. Vanilla / Plain TW saves it's backups
in the same directory, where the TW.html file is. I don't like this,
that's why I change it.

> .. what code should I write to let the plugin to
> set it?
Which plugin?
SystemSettings is a way to permanently save system parameters, without
the need of cookies.

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-23 Thread PMario
On Jul 23, 12:42 am, miki  wrote:
> and with this I can avoid TiddlyWiki to store cookies on the computer?
I didn't test it on my own, but according to the link in my first
post. Yes.
-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-23 Thread miki
Ok it works but how can I want to set some options like the directory
where to save backups? what code should I write to let the plugin to
set it?

On 22 Lug, 11:55, PMario  wrote:
> There was a thread lately [1].
>
> You can create a tiddler named eg: zzConfig and tag it systemConfig
> insert:
> //{{{
> window.saveCookie = function(name) { }
> //}}}
>
> * save
> * reload
>
> ==
> If you want to store some options, that are normaly stored in cookies
> you can use a shadow tiddler named  SystemSettings. This is part of TW
> since Version 2.6.2. You can check your version with <>
> macro.
>
> If you have a look at the "backstage: tweak" tab you can see some
> cookies.
> eg: txtBackupFolder
>
> if you want to save this one in SystemSettings use:
>
> txtBackupFolder: backups
> ===
>
> If you want to permanently save, if a slider is open or closed you can
> save this state too:
> eg:
> <>
>
> uses the cookie chkMySliderState1 to save its state:
>
> SystemSettings
> chkMySliderState1: true;
>
> If SystemSettings contains the value, it will be saved.
>
> have fun!
> -m
>
> [1]http://groups.google.com/group/tiddlywiki/msg/0bc0a92177b9612e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-22 Thread miki
and with this I can avoid TiddlyWiki to store cookies on the computer?

On Jul 22, 8:47 pm, PMario  wrote:
> > //{{{
> >  window.saveCookie = function(name) { }
> > //}}}
>
> > on the zzConfig tiddler? or Should I configure it? I'm not able with
> > javascript
>
> Create a new tiddler named: zzConfig
> tag this tiddler: systemConfig
>
> copy the 3 lines below into this thiddler
>
> //{{{
>  window.saveCookie = function(name) { }
> //}}}
>
> Save the tiddler
> Browser reload the page
>
> That's it.
>
> -m
> PS: In the browser settings somewhere should be a possibility to "nuke
> all cookies"

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-22 Thread PMario
> //{{{
>  window.saveCookie = function(name) { }
> //}}}
>
> on the zzConfig tiddler? or Should I configure it? I'm not able with
> javascript

Create a new tiddler named: zzConfig
tag this tiddler: systemConfig

copy the 3 lines below into this thiddler

//{{{
 window.saveCookie = function(name) { }
//}}}

Save the tiddler
Browser reload the page

That's it.

-m
PS: In the browser settings somewhere should be a possibility to "nuke
all cookies"

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-22 Thread miki
SystemSettings uses cookies too. it will make my options private only
on my pc. to prevent tiddly wiki to create cookies I have to copy and
past

//{{{
 window.saveCookie = function(name) { }
//}}}

on the zzConfig tiddler? or Should I configure it? I'm not able with
javascript

On Jul 22, 11:55 am, PMario  wrote:
> There was a thread lately [1].
>
> You can create a tiddler named eg: zzConfig and tag it systemConfig
> insert:
>//{{{
> window.saveCookie = function(name) { }
> //}}}
>
> * save
> * reload
>
> ==
> If you want to store some options, that are normaly stored in cookies
> you can use a shadow tiddler named  SystemSettings. This is part of TW
> since Version 2.6.2. You can check your version with <>
> macro.
>
> If you have a look at the "backstage: tweak" tab you can see some
> cookies.
> eg: txtBackupFolder
>
> if you want to save this one in SystemSettings use:
>
> txtBackupFolder: backups
> ===
>
> If you want to permanently save, if a slider is open or closed you can
> save this state too:
> eg:
> <>
>
> uses the cookie chkMySliderState1 to save its state:
>
> SystemSettings
> chkMySliderState1: true;
>
> If SystemSettings contains the value, it will be saved.
>
> have fun!
> -m
>
> [1]http://groups.google.com/group/tiddlywiki/msg/0bc0a92177b9612e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: make TIddly Wiki more discreet

2011-07-22 Thread PMario
There was a thread lately [1].

You can create a tiddler named eg: zzConfig and tag it systemConfig
insert:
//{{{
window.saveCookie = function(name) { }
//}}}

* save
* reload

==
If you want to store some options, that are normaly stored in cookies
you can use a shadow tiddler named  SystemSettings. This is part of TW
since Version 2.6.2. You can check your version with <>
macro.

If you have a look at the "backstage: tweak" tab you can see some
cookies.
eg: txtBackupFolder

if you want to save this one in SystemSettings use:

txtBackupFolder: backups
===

If you want to permanently save, if a slider is open or closed you can
save this state too:
eg:
<>

uses the cookie chkMySliderState1 to save its state:

SystemSettings
chkMySliderState1: true;

If SystemSettings contains the value, it will be saved.

have fun!
-m

[1] http://groups.google.com/group/tiddlywiki/msg/0bc0a92177b9612e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.