Re: [tw] TW5 Default type

2016-06-13 Thread Davïd
Pointer to the docs appreciated. I'm a regular, but not very intensive, TW 
user, so this is a real help. Thanks!

On Monday, 13 June 2016 15:39:54 UTC+1, Mat wrote:

>
> If you look at the docs for buttonwidget 
>  you'll see there is no "title" 
> parameter. The way to get a button label to show is to simply put it 
> between the markup tags 
>
> <$button ... >like this 
>
>
> <:-)
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8fcd8856-5447-494f-ae39-5e38431d37a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-06-13 Thread Davïd
Great news! Thanks for the "heads-up".

On Monday, 13 June 2016 14:55:14 UTC+1, Jeremy Ruston wrote:
>
> By the way, the upcoming 5.1.12 release includes an updated Markdown 
> plugin that includes a “New Markdown tiddler” button. You can see it here:
>
> http://tiddlywiki.com/prerelease
>
> Best wishes
>
> Jeremy
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b44d366-049c-4dfe-93f0-3740e514fdd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-06-13 Thread Mat


On Monday, June 13, 2016 at 10:13:31 AM UTC+2, Davïd wrote:
>
> I'm happily using Tobias Beer's solution, with one small change: the first 
> line I have this way:
>
> <$button tooltip="Create new Markdown tiddler" class="tc-btn-invisible">
>
> It seems the "title" field is filtered out, but the "tooltip" field works. 
> I'm not sure why
>

If you look at the docs for buttonwidget 
 you'll see there is no "title" 
parameter. The way to get a button label to show is to simply put it 
between the markup tags 

<$button ... >like this 


<:-)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7d1a40b5-a7e5-4078-b07f-41e1f402f2d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-06-13 Thread Jeremy Ruston
By the way, the upcoming 5.1.12 release includes an updated Markdown plugin 
that includes a “New Markdown tiddler” button. You can see it here:

http://tiddlywiki.com/prerelease

Best wishes

Jeremy

> On 13 Jun 2016, at 09:13, Davïd  wrote:
> 
> I'm happily using Tobias Beer's solution, with one small change: the first 
> line I have this way:
> 
> <$button tooltip="Create new Markdown tiddler" class="tc-btn-invisible">
> 
> It seems the "title" field is filtered out, but the "tooltip" field works. 
> I'm not sure why this should be so, but it is. I'm using 5.1.11 at the moment.
> 
> It would be great to get the hover states of the default Page Controls, but 
> that would be "icing"! I'm quite satisfied with the "cake" of being able to 
> create a Markdown tiddler with a click. :)
> 
> David.
> 
> 
> 
> On Friday, 15 January 2016 09:53:09 UTC, Tobias Beer wrote:
> Hi Daniel,
> 
> I think using the action-sendmessage widget makes this process easier:
> 
> <$button class="tc-btn-invisible" title="Create new Markdown Tiddler">
> <$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
> 
> 
>  height="118"x="5" y="5" ry="10" />
> 
>  />
> 
> 
> 
> Best wishes,
> 
> Tobias.
> 
> -- 
> 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 https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/fd8a325b-3ead-4de8-88c6-c19b30ff3446%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3FB26891-BDE0-496B-B8A8-AAE72D1FCD71%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-06-13 Thread Davïd
I'm happily using Tobias Beer's solution, with one small change: the first 
line I have this way:

<$button tooltip="Create new Markdown tiddler" class="tc-btn-invisible">

It seems the "title" field is filtered out, but the "tooltip" field works. 
I'm not sure why this should be so, but it is. I'm using 5.1.11 at the 
moment.

It would be great to get the hover states of the default Page Controls, but 
that would be "icing"! I'm quite satisfied with the "cake" of being able to 
create a Markdown tiddler with a click. :)

David.



On Friday, 15 January 2016 09:53:09 UTC, Tobias Beer wrote:
>
> Hi Daniel,
>
> I think using the *action-sendmessage* widget makes this process easier:
>
> <$button class="tc-btn-invisible" title="Create new Markdown Tiddler">
> <$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
> 
> 
>  ="118" x="5" y="5" ry="10" />
> 
> 
> 
> 
>
> Best wishes,
>
> Tobias.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd8a325b-3ead-4de8-88c6-c19b30ff3446%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-01-15 Thread Daniel
Also thanks from my side - this works nicely.

I made that button use the Markdown logo from 
https://de.wikipedia.org/wiki/Markdown#/media/File:Markdown-mark.svg using 
this content for the button tiddler:

<$button class="tc-btn-invisible" title="Create new Markdown Tiddler" 
message="tm-new-tiddler" param="markdownSkeleton">










Just in case anyone finds this useful.

Best regards,
Daniel

Am Montag, 22. September 2014 20:33:26 UTC+2 schrieb Gerald Strickland:
>
> Thanks for the info Eric! It worked.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e1a7348e-9e18-4a79-8427-0aaa45e110eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2016-01-15 Thread Tobias Beer
Hi Daniel,

I think using the *action-sendmessage* widget makes this process easier:

<$button class="tc-btn-invisible" title="Create new Markdown Tiddler">
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>








Best wishes,

Tobias.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8c84055f-8cfc-4b6e-97e9-a81218aa0e33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Default type

2014-09-22 Thread Gerald Strickland
Hi Jeremy,

After upgrading from 5.0.13-beta to 5.1.1 today - my markdown button 
doesn't work anymore. I checked and verified that I still have the 
following:

1. Add a new tiddler with the tag $:/tags/PageControls and the content:

$button message=tw-new-tiddler param=mySkeletonnew/$button

2. Create a new tiddler mySkeleton with the type text/x-markdown

Both tiddlers are still there, the button is there but clicking on the 
button doesn't open anything... your thoughts/suggestions?

Thanks!

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-09-22 Thread Eric Shulman
On Monday, September 22, 2014 11:07:00 AM UTC-7, Gerald Strickland wrote:

 Hi Jeremy,

 After upgrading from 5.0.13-beta to 5.1.1 today - my markdown button 
 doesn't work anymore. I checked and verified that I still have the 
 following:
 1. Add a new tiddler with the tag $:/tags/PageControls and the content:
 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown
 Both tiddlers are still there, the button is there but clicking on the 
 button doesn't open anything... your thoughts/suggestions?


As of 5.0.16, Jeremy changed the prefixing on standard TW messages, 
classes, and variables.  Instead of a general tw- prefix, they now use 
tm-, tc-, and tv- respectively.  Thus, in your button, you need to 
write:
$button message=tm-new-tiddler param=mySkeletonnew/$button

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-09-22 Thread Gerald Strickland
Thanks for the info Eric! I worked.

On Monday, September 22, 2014 11:18:54 AM UTC-7, Eric Shulman wrote:

 On Monday, September 22, 2014 11:07:00 AM UTC-7, Gerald Strickland wrote:

 Hi Jeremy,

 After upgrading from 5.0.13-beta to 5.1.1 today - my markdown button 
 doesn't work anymore. I checked and verified that I still have the 
 following:
 1. Add a new tiddler with the tag $:/tags/PageControls and the content:
 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown
 Both tiddlers are still there, the button is there but clicking on 
 the button doesn't open anything... your thoughts/suggestions?


 As of 5.0.16, Jeremy changed the prefixing on standard TW messages, 
 classes, and variables.  Instead of a general tw- prefix, they now use 
 tm-, tc-, and tv- respectively.  Thus, in your button, you need to 
 write:
 $button message=tm-new-tiddler param=mySkeletonnew/$button

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 YOUR DONATIONS ARE VERY IMPORTANT!
 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
http://TiddlyTools.github.com/fundraising.html#MakeADonation

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact


-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-09-22 Thread Gerald Strickland
Thanks for the info Eric! It worked.

-- 
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/d/optout.


[tw] TW5 Default type

2014-04-08 Thread Tomáš Greif
Hi,

how do I set default type in TW5? I am using markdown for all tiddlers and 
would like this to be set by default.

Regards,

Tomas

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-04-08 Thread Jeremy Ruston
Hi Tomáš

 how do I set default type in TW5? I am using markdown for all tiddlers
and would like this to be set by default.

Instead of using the new tiddler button to create new tiddlers, you can use
a button that clones a skeleton tiddler that has been set up with the
required default type (and tags etc).

1. Add a new tiddler with the tag $:/tags/PageControls and the content:

$button message=tw-new-tiddler param=mySkeletonnew/$button

2. Create a new tiddler mySkeleton with the type text/x-markdown

3. If you want to remove the existing new tiddler button you can just
create a blank tiddler with the title $:/core/ui/PageControls/new-tiddler

Best wishes

Jeremy




On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers and
 would like this to be set by default.

 Regards,

 Tomas

 --
 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/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-04-08 Thread Tomáš Greif
Hi Jeremy,

thank you for your answer. This works perfectly, but I do not know how to 
display this button somewhere so I see it always. 

(and a note: If there is someone as new as I am, than you should put 
$:/tags/PageControls 
in name of tiddler, not as a tag as I tried)

Tomas

Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all tiddlers 
 and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can 
 use a button that clones a skeleton tiddler that has been set up with the 
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just 
 create a blank tiddler with the title $:/core/ui/PageControls/new-tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.comjavascript:
  wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers 
 and would like this to be set by default.

 Regards,

 Tomas

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




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-04-08 Thread Jeremy Ruston
Hi Tomáš

 thank you for your answer. This works perfectly, but I do not know how to
display this button somewhere so I see it always.

Adding the tag $:/tags/PageControls should cause the button to appear in
the sidebar, next to the existing three buttons.

(and a note: If there is someone as new as I am, than you should
put $:/tags/PageControls in name of tiddler, not as a tag as I tried)

No, you should add $:/tags/PageControls as a tag. It doesn't matter what
you call the tiddler containing the button widget.

Best wishes

Jeremy




On Tue, Apr 8, 2014 at 9:18 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi Jeremy,

 thank you for your answer. This works perfectly, but I do not know how to
 display this button somewhere so I see it always.

 (and a note: If there is someone as new as I am, than you should put 
 $:/tags/PageControls
 in name of tiddler, not as a tag as I tried)

 Tomas

 Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can
 use a button that clones a skeleton tiddler that has been set up with the
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just
 create a blank tiddler with the title $:/core/ui/PageControls/new-
 tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Regards,

 Tomas

 --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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/d/optout.


Re: [tw] TW5 Default type

2014-04-08 Thread Tomáš Greif
Aaaah, now it works.

Thank you!

Regards,

Tomas


2014-04-08 10:23 GMT+02:00 Jeremy Ruston jeremy.rus...@gmail.com:

 Hi Tomáš

  thank you for your answer. This works perfectly, but I do not know how
 to display this button somewhere so I see it always.

 Adding the tag $:/tags/PageControls should cause the button to appear in
 the sidebar, next to the existing three buttons.

 (and a note: If there is someone as new as I am, than you should
 put $:/tags/PageControls in name of tiddler, not as a tag as I tried)

 No, you should add $:/tags/PageControls as a tag. It doesn't matter what
 you call the tiddler containing the button widget.

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 9:18 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi Jeremy,

 thank you for your answer. This works perfectly, but I do not know how to
 display this button somewhere so I see it always.

 (and a note: If there is someone as new as I am, than you should put 
 $:/tags/PageControls
 in name of tiddler, not as a tag as I tried)

 Tomas

 Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all
 tiddlers and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can
 use a button that clones a skeleton tiddler that has been set up with the
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just
 create a blank tiddler with the title $:/core/ui/PageControls/new-
 tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Regards,

 Tomas

 --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com


-- 
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/d/optout.