[tw5] Re: so: personal DreamHost for TW users?

2020-10-29 Thread AndrewMc
Eric, is there an equivalent way to download TW classic (2.x) wikis?

Cheers, Andrew Mc

On Thursday, October 29, 2020 at 8:29:57 PM UTC+13 Eric Shulman wrote:

> On Wednesday, October 28, 2020 at 4:08:56 PM UTC-7, FFT wrote:
>>
>> Site is working once again.
>>
>
> Note that TiddlySpot is currently READ-ONLY.
>
> You can access your TiddlySpot site(s), but you cannot save any updates to 
> TiddlySpot.  In addition, neither the download link (e.g. 
> http://mysite.tiddlyspot.com/download) nor the backup directory (e.g. 
> http://mysite.tiddlyspot.com/backup) are available.
>
> To save a local copy of your TiddlySpot site, open the $:/ControlPanel 
> "Saving", "TiddlySpot Saver" tab and clear the Wiki Name and/or Password 
> input.  Then, when you press the save button in the sidebar, it will 
> trigger the TWCore standard "Download Saver" handling.
>
> -e
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9bae73a2-4274-43d0-97fa-252f3647c725n%40googlegroups.com.


[tw5] Re: Another project of mine

2019-11-14 Thread AndrewMc
Tony

To what "automatic english translation" are you referring?
I interpreted your comment to mean that David's TiddlyWiki contained an 
English translation, but I could not find one.

Cheers
Andrew Mc

On Friday, November 15, 2019 at 4:50:01 PM UTC+13, TonyM wrote:
>
> David,
>
> The automatic english translation seems great quality as well.
>
> Regards
> Tony
>
> On Friday, November 15, 2019 at 2:20:22 PM UTC+11, David Gifford wrote:
>>
>> Hi everyone
>>
>> Since Saturday I have been working on this project. I am teaching an 
>> intensive course on the book of Revelation all next week, and so I created 
>> this TiddlyWiki to add the Spanish text and notes needed. I am not quite 
>> done but I thought you might like to see what I did.
>>
>> http://giffmex.org/experiments/apocalipsis.exegesis.html
>>
>> I recommend clicking on the link at the top of the list (Apocalipsis 
>> 1.1-8) and seeing what I did with tabs for 1.1-2
>>
>> Blessings, Dave
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d94e5c9-9a08-493d-b740-2ab2e7b3014d%40googlegroups.com.


[tw5] Re: Create a list of tiddler titles using filters and a hierarchy of tags

2019-08-10 Thread AndrewMc
Hi Tony

Thank you for response. I had not thought of using the TOC macros and have 
been trying them out to see what they do.
Also, thank you very much for the code. I am slowly working through it, 
figuring out what it is doing, and experimenting to see what happens when I 
make changes.

Cheers
Andrew Mc


On Friday, August 9, 2019 at 12:36:17 AM UTC+12, TonyM wrote:
>
> Andrew,
>
> All of this is possible, but a full answer will take time. You may want to 
> consider the existing TOC macros to see if you can leverage them. However I 
> expect if you built your own TOC macro you would get more control. I need 
> to get to bed so can't answer in full now.
>
> However I am developing some guides and this may be interesting as a 
> start, it demonstrates recursion that makes a TOC work to an unlimited 
> number of levels, but you could write one just to process your known number 
> of levels and treat each level differently. One macr call the chapter, the 
> next the sections the next the paragraphs.
>
> RecursionLike a toc macro, recursion drills down into a heirachical 
> structureA sophisticated combination of iteration and selectionThis 
> example uses the same filter for each level, it processes all "tagging[]" 
> the current tiddler then moves on to the next tiddler in the previous list.
>
> \define each-other-level(filter)
> Start level $filter$ <$link to=<> ><$text 
> text=<>/>
> <$list filter="$filter$">
><>
> 
> End level for "<$text text=<>/>"
> \end
> \define first-level(filter)
> Start all
> <$list filter="$filter$">
><>
> 
> End all
> \end
>
> Start in TableOfContents
> <$tiddler tiddler="TableOfContents">
>
> <>
>
> 
>
> Or the unfinished
>
> Structured levels *not finished Incomplete and untested*Process a fixed 
> and limited set of levels in a heirachieA combination of iteration and 
> selectionEach town within state within countrySee recursion for an 
> indefinite tree
>
> \define all-countries()
> Start all countries
> <$list filter="[tag[country]]" variable=country>
><$macrocall $name=country country-name=<> />
> 
> Start all countries
> 
> \end
>
> \define country{country-name}
> Start $country-name$
> <$set name=country value="$country-name$">
> 
> <$list filter="[tag[state]country]" variable=state
><$macrocall $name=state country-name=<> state=<>/>
> 
> End $country-name$
> 
> \end
>
> \define state{state}
> Start $state$
> <$set name=state value="$state$">
> 
> <$list filter="[#tag[country]]" variable=state
><$macrocall $name=town state=<>/>
> 
> End $country-name$
> 
> \end
>
> \define town(town}
> Start $town$
> <$set name=state value="$town$">
> 
> <$list filter="[tag[country]]" variable=state
><$macrocall $name=state state=<>/>
> 
> End $town$
> 
> \end
> <>
>
>
> Regards
> Tony
>
> On Thursday, August 8, 2019 at 4:49:55 PM UTC+10, AndrewMc wrote:
>>
>> Hi All
>>
>> While I have been using TW for some years (mainly TWc) my usage of TW5 is 
>> rather basic and I am having difficulty with what I think is a filter 
>> problem.
>> I have some book text arranged in tiddlers, tagged with the chapter 
>> number, section number, and paragraph number of the text.
>>
>> For example, all text from Chapter 7 is tagged with [C07]. 
>> The first Section of the chapter is a tiddler named [C07S01], containing 
>> just the section title, and is tagged with [C07] and [S01].
>> This section may contain several paragraphs.
>> The first Paragraph is a tiddler named [C07S01P01], and is tagged with 
>> [C07], [S01] and [P01].
>> The second paragraph is a tiddler named [C07S01P02], and is tagged with 
>> [C07], [S01] and [P02].
>>
>> The second section in chapter 7 is [C07S02] (tagged with [C07] and [S02]).
>> and this has paragraphs [C07S02P01] and [C07S02P02] etc.
>>
>> I am wanting to create a list of the tiddlers that make up this chapter.
>> I have created a [Chapter 7] tiddler containing the list-links macro:
>> <>
>>
>> This is a good start, and gets me the equivalent of:
>> * [[C07S01]]
>> * [[C07S01P01]]
>> * [[C07S01P02]]
>> * [[C07S02]]
>> * [[C07S02P01]]
>> * [[C07S02P02]]
>>
>> However, I am wondering if there is a way to get the following:
>> {{C07S01}}
>> * [[C0

[tw5] Create a list of tiddler titles using filters and a hierarchy of tags

2019-08-08 Thread AndrewMc
Hi All

While I have been using TW for some years (mainly TWc) my usage of TW5 is 
rather basic and I am having difficulty with what I think is a filter 
problem.
I have some book text arranged in tiddlers, tagged with the chapter number, 
section number, and paragraph number of the text.

For example, all text from Chapter 7 is tagged with [C07]. 
The first Section of the chapter is a tiddler named [C07S01], containing 
just the section title, and is tagged with [C07] and [S01].
This section may contain several paragraphs.
The first Paragraph is a tiddler named [C07S01P01], and is tagged with 
[C07], [S01] and [P01].
The second paragraph is a tiddler named [C07S01P02], and is tagged with 
[C07], [S01] and [P02].

The second section in chapter 7 is [C07S02] (tagged with [C07] and [S02]).
and this has paragraphs [C07S02P01] and [C07S02P02] etc.

I am wanting to create a list of the tiddlers that make up this chapter.
I have created a [Chapter 7] tiddler containing the list-links macro:
<>

This is a good start, and gets me the equivalent of:
* [[C07S01]]
* [[C07S01P01]]
* [[C07S01P02]]
* [[C07S02]]
* [[C07S02P01]]
* [[C07S02P02]]

However, I am wondering if there is a way to get the following:
{{C07S01}}
* [[C07S01P01]]
* [[C07S01P02]]
{{C07S02}}
* [[C07S02P01]]
* [[C07S02P02]]

That is, I would like to know if there is a way that I can transclude all 
of the Section tiddlers of a chapter, in numerical order, each followed by 
a list of the paragraphs within each section. Is this a task for a macro?

For a start, I am struggling to create a filter to obtain just the section 
tiddlers. I want to get only those tiddlers tagged with a chapter tag [C07] 
and with a tag beginning with [S], and  without a tag beginning with [P]. 
Is it possible to do this? Or, should I just add some more tags, [Section] 
for each section tiddler, and [Paragraph] for each paragraph tiddler?

Any suggestions and ideas appreciated.

Cheers
Andrew Mc

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a9231a3-abf1-44bc-9665-79463a4bb873%40googlegroups.com.


[tw5] Re: Better interoperability when writing math (LaTeX)

2018-09-26 Thread AndrewMc
A small thing to note is that some people will use $ for their currency 
symbol. If you make single-$ a delimiter, then writing about money is made 
more difficult.
I have this issue in a TWc that contains a lot of mathematical notation. I 
ended up having to define "\dollar" as a dollar sign, $, so that I could 
write a single dollar sign using Latex as "$\dollar$".

Cheers
Andrew Mc

On Wednesday, September 26, 2018 at 1:27:54 AM UTC+12, Szabolcs Horvát 
wrote:
>
> Hello everyone,
>
> I use TiddlyWiki with the KaTeX plugin.  Unfortunately, the writing 
> experience is not as good as with some other tools, and the copy/paste 
> interoperability is bad.
>
> It would be very useful to have the following features:
>
>  - Single-$ delimiters for inline math. Keep $$ for display math only.
>  - Make math work in MarkDown tiddlers.
>
> Advantages:
>
> 1. Writing without breaking one's flow. $$ is a pain to type if it has to 
> be typed multiple times in each sentence. Example:
>
> "There are no three integers $$a$$, $$b$$ and $$c$$ so that $$a^n + b^n = 
> c^n$$ for any integer $$n$$ greater than 2."
>
> Such sentences, with multiple tiny bits of math, are common when writing 
> mathematical prose. Those who only use LaTeX occasionally may not 
> immediately see it, but single-$ is a significant improvement over 
> double-$$ when writing serious math.  Unfortunately, most people who 
> implement tools have a programming background and only use math 
> occasionally. Most people who write a lot of math don't have the expertise 
> to implement and maintain such tools.
>
> 2. Easy copy-pasting between different systems.
>
> I would like to be able to directly paste text from tiddlers to a LaTeX 
> document, or to Markdown documents. Mathematical text will have little 
> formatting (such as bold or italic), but a lot of LaTeX-snippets.  If the 
> math delimiters matched normal LaTeX, pasting would be possible with 
> minimal modifications. 
>
> Tools that people who work with math actually use have more-or-less 
> standardized on a LaTeX-compatible notation in Markdown documents. Consider 
> Math.StackExchange, MathOverflow, Jupyter Notebooks, Markdown-Preview-Plus 
> plugin for Atom, Sage Math, etc.
>
>
> Can these features please be considered?  They would make TiddlyWiki a 
> much more viable tool for researchers and mathematicians. I think it is a 
> great way to plan a paper, but I would like to be able to type faster 
> (without breaking by flow due to all the $$-delimiters) and I would like to 
> be able to paste from the tiddlers to the final paper, as well as from 
> other notes into tiddlers, without having to make significant modifications 
> every time.
>
> Szabolcs
>
>
>

-- 
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/3647826d-bd15-4365-a45b-da6035899a2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Hard Linebreaks not appearing with some text formatting

2017-12-03 Thread AndrewMc
Hi Richard

This is useful to know. Perhaps the information about this can be amended 
to add a note about the care needed in applying such formatting (and 
perhaps even adding use of the   tags as an alternative).
https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText

Cheers
Andrew Mc

On Sunday, December 3, 2017 at 10:21:58 AM UTC+13, RichardWilliamSmith 
wrote:
>
> Hi,
>
> When you block format a paragraph, it gets split into separate lines so 
> you need to style them separately:
>
> """
> //This is a line//
> ''and this is a new line''
> //while this is yet another line//
> """
>
> The issue is with how HTML itself treats block and inline elements, I 
> think.
>
> Regards,
> Richard
>
>
>
> On Sunday, November 26, 2017 at 1:32:46 PM UTC+11, AndrewMc wrote:
>>
>> Hi All
>>
>> I need to have hard linebreaks appear in some of my text (a quoted part a 
>> poem).
>> I followed the instructions at 
>> https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and 
>> successfully had the line breaks appear.
>> However, as soon as I added italics or bold formatting to the entire 
>> block of text, the line breaks disappeared.
>>
>> The following wikitext works:
>> """
>> This is a line
>> and this is a new line
>> while this is yet another line
>> """
>>
>> This is a line
>> and this is a new line
>> while this is yet another line
>> -
>>
>> However, adding italics or bold to the inside of the whole block removes 
>> the line breaks:
>> """
>> //This is a line
>> and this is a new line
>> while this is yet another line//
>> """
>>
>> """
>> ''This is a line
>> and this is a new line
>> while this is yet another line''
>> """
>>
>> *This is a line and this is a new line while this is yet another line*
>>
>>
>> *This is a line and this is a new line while this is yet another line*
>>
>> Note that the italics (or bold) formatting doesn't have to surround the 
>> whole block of text for the line breaks to be affected. If the formatted 
>> text encompasses a line break, then that line break will not appear. 
>> -
>>
>> If I put the formatting outside the hard line break block, then both the 
>> formatting and the line breaks appear:
>>
>> //"""
>> This is a line
>> and this is a new line
>> while this is yet another line
>> """//
>>
>>
>>
>> *This is a lineand this is a new linewhile this is yet another line*
>>
>> Is this expected behaviour, or have I discovered a small bug in the 
>> wikitext processing?
>>
>> Cheers
>> Andrew Mc
>>
>

-- 
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/a58cd3b1-83df-4852-995c-648ce76d6722%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Hard Linebreaks not appearing with some text formatting

2017-12-03 Thread AndrewMc
Hi Tony

I was not aware of this. Thanks for pointing it out - I can see a whole 
range of possibilities.

Cheers
Andrew Mc

On Sunday, December 3, 2017 at 1:28:26 PM UTC+13, TonyM wrote:
>
> Andrew,
>
> TiddlyWiki is fantastic as responding to most of html, a Quick check of 
> the CSS rules shows you can add styles or classes to most HTML elements, 
> including Pre
>
> https://www.w3schools.com/cssref/css_websafe_fonts.asp
>
>
> 
> Some text 
> 
>
> 
> Some text 
> 
>
> or
>
> 
> Some text 
> 
>
> Regards
> Tony
>
> On Sunday, 3 December 2017 07:50:08 UTC+11, AndrewMc wrote:
>>
>> Thanks Tony
>>
>> The use of   tags does indeed give the desired line layout. It 
>> also allows the use of wikitext formatting such as ''bold'' and 
>> //italics//. However, it does also give a fixed-spacing font which may not 
>> be desired.
>>
>> Cheers
>> Andrew Mc
>>
>> On Wednesday, November 29, 2017 at 2:12:24 PM UTC+13, TonyM wrote:
>>>
>>> As Suggested, I did the Homework for you.
>>>
>>> Try this - wrap in a  tag, not tiddler links still work
>>>
>>>  
>>> Text in a pre element
>>> is displayed in a fixed-width
>>> font, and it preserves
>>> both  spaces and [[HTML use in Tiddlers]]
>>> line breaks
>>>  
>>>
>>> Regards
>>> Tony
>>>
>>> On Sunday, 26 November 2017 13:32:46 UTC+11, AndrewMc wrote:
>>>>
>>>> Hi All
>>>>
>>>> I need to have hard linebreaks appear in some of my text (a quoted part 
>>>> a poem).
>>>> I followed the instructions at 
>>>> https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and 
>>>> successfully had the line breaks appear.
>>>> However, as soon as I added italics or bold formatting to the entire 
>>>> block of text, the line breaks disappeared.
>>>>
>>>> The following wikitext works:
>>>> """
>>>> This is a line
>>>> and this is a new line
>>>> while this is yet another line
>>>> """
>>>>
>>>> This is a line
>>>> and this is a new line
>>>> while this is yet another line
>>>> -
>>>>
>>>> However, adding italics or bold to the inside of the whole block 
>>>> removes the line breaks:
>>>> """
>>>> //This is a line
>>>> and this is a new line
>>>> while this is yet another line//
>>>> """
>>>>
>>>> """
>>>> ''This is a line
>>>> and this is a new line
>>>> while this is yet another line''
>>>> """
>>>>
>>>> *This is a line and this is a new line while this is yet another line*
>>>>
>>>>
>>>> *This is a line and this is a new line while this is yet another line*
>>>>
>>>> Note that the italics (or bold) formatting doesn't have to surround the 
>>>> whole block of text for the line breaks to be affected. If the formatted 
>>>> text encompasses a line break, then that line break will not appear. 
>>>> -
>>>>
>>>> If I put the formatting outside the hard line break block, then both 
>>>> the formatting and the line breaks appear:
>>>>
>>>> //"""
>>>> This is a line
>>>> and this is a new line
>>>> while this is yet another line
>>>> """//
>>>>
>>>>
>>>>
>>>> *This is a lineand this is a new linewhile this is yet another line*
>>>>
>>>> Is this expected behaviour, or have I discovered a small bug in the 
>>>> wikitext processing?
>>>>
>>>> Cheers
>>>> Andrew Mc
>>>>
>>>

-- 
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/b589ae2f-e3cd-480a-8dba-17d44bec8b35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Hard Linebreaks not appearing with some text formatting

2017-12-02 Thread AndrewMc
Thanks Tony

The use of   tags does indeed give the desired line layout. It 
also allows the use of wikitext formatting such as ''bold'' and 
//italics//. However, it does also give a fixed-spacing font which may not 
be desired.

Cheers
Andrew Mc

On Wednesday, November 29, 2017 at 2:12:24 PM UTC+13, TonyM wrote:
>
> As Suggested, I did the Homework for you.
>
> Try this - wrap in a  tag, not tiddler links still work
>
>  
> Text in a pre element
> is displayed in a fixed-width
> font, and it preserves
> both  spaces and [[HTML use in Tiddlers]]
> line breaks
>  
>
> Regards
> Tony
>
> On Sunday, 26 November 2017 13:32:46 UTC+11, AndrewMc wrote:
>>
>> Hi All
>>
>> I need to have hard linebreaks appear in some of my text (a quoted part a 
>> poem).
>> I followed the instructions at 
>> https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and 
>> successfully had the line breaks appear.
>> However, as soon as I added italics or bold formatting to the entire 
>> block of text, the line breaks disappeared.
>>
>> The following wikitext works:
>> """
>> This is a line
>> and this is a new line
>> while this is yet another line
>> """
>>
>> This is a line
>> and this is a new line
>> while this is yet another line
>> -
>>
>> However, adding italics or bold to the inside of the whole block removes 
>> the line breaks:
>> """
>> //This is a line
>> and this is a new line
>> while this is yet another line//
>> """
>>
>> """
>> ''This is a line
>> and this is a new line
>> while this is yet another line''
>> """
>>
>> *This is a line and this is a new line while this is yet another line*
>>
>>
>> *This is a line and this is a new line while this is yet another line*
>>
>> Note that the italics (or bold) formatting doesn't have to surround the 
>> whole block of text for the line breaks to be affected. If the formatted 
>> text encompasses a line break, then that line break will not appear. 
>> -
>>
>> If I put the formatting outside the hard line break block, then both the 
>> formatting and the line breaks appear:
>>
>> //"""
>> This is a line
>> and this is a new line
>> while this is yet another line
>> """//
>>
>>
>>
>> *This is a lineand this is a new linewhile this is yet another line*
>>
>> Is this expected behaviour, or have I discovered a small bug in the 
>> wikitext processing?
>>
>> Cheers
>> Andrew Mc
>>
>

-- 
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/1a285eb3-4b34-4688-9a3f-b0ce32e02814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Hard Linebreaks not appearing with some text formatting

2017-11-25 Thread AndrewMc
Hi All

I need to have hard linebreaks appear in some of my text (a quoted part a 
poem).
I followed the instructions at 
https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and successfully 
had the line breaks appear.
However, as soon as I added italics or bold formatting to the entire block 
of text, the line breaks disappeared.

The following wikitext works:
"""
This is a line
and this is a new line
while this is yet another line
"""

This is a line
and this is a new line
while this is yet another line
-

However, adding italics or bold to the inside of the whole block removes 
the line breaks:
"""
//This is a line
and this is a new line
while this is yet another line//
"""

"""
''This is a line
and this is a new line
while this is yet another line''
"""

*This is a line and this is a new line while this is yet another line*


*This is a line and this is a new line while this is yet another line*

Note that the italics (or bold) formatting doesn't have to surround the 
whole block of text for the line breaks to be affected. If the formatted 
text encompasses a line break, then that line break will not appear. 
-

If I put the formatting outside the hard line break block, then both the 
formatting and the line breaks appear:

//"""
This is a line
and this is a new line
while this is yet another line
"""//



*This is a lineand this is a new linewhile this is yet another line*

Is this expected behaviour, or have I discovered a small bug in the 
wikitext processing?

Cheers
Andrew Mc

-- 
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/9c8e3ff8-c383-488a-a107-7255ebbf8e23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread AndrewMc
Thank you Jed. That was just what I needed. I especially appreciated being 
able to play with settings in your reference wiki. It is excellent!

Cheers
Andrew Mc

On Saturday, November 25, 2017 at 9:33:48 PM UTC+13, Jed Carty wrote:
>
> Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet 
> and put this is the body:
>
>
> .tc-tiddler-frame .tc-tiddler-body {
> font-family: serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h1 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h2 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h3 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> and that should change the body of all tiddlers to the generic serif font 
> available but all h1 h2 and h3 tags will have the default sans-serif font.
>
> I made a thing to play with things like this a bit on the wiki reference 
> wiki here 
> 
> .
>

-- 
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/9b9d92d9-88e2-42d2-9ef3-4bc246aa9516%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Changing the default font for tiddler text

2017-11-24 Thread AndrewMc
Hi All

I would like to change the default font for tiddler text from the default 
sans-serif font to one with serifs.
I want to leave the font for headings and titles as it is (that is, I want 
the heading to stay using the sans-serif font).

Can anyone give me advice on how to do this or perhaps direct me to 
instructions somewhere?

Cheers
Andrew Mc

-- 
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/2a21a325-5a75-4461-9af1-d22c8041ae53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Yearning for ONE method ...

2017-11-17 Thread AndrewMc
Hi Mark

Thanks for your info and in particular your initial question. This made me 
go back and look again at the options. I have decided that for these two 
TW, I will use TiddlyDesktop. This is working well so far.
I am finding the information in this thread very useful.

Cheers
Andrew Mc

On Friday, November 17, 2017 at 4:17:39 PM UTC+13, Mark S. wrote:
>
> Which method of saving are you intending to use?
>
> For default saving, your file has to go in the browser downloads directory 
> OR, if you change setting to "ask each time" you can save anywhere.
>
> But, if you save with default saving without "ask each time" each save 
> will be made like file(1), file(2), etc. Which means when you restart your 
> browser you will need to find the last file(x) and launch that one.
>
> If you use BJ or Mario's save plugin, then for BJ's your file location is 
>
> /tiddlywikilocations/file or
> /tiddlywikilocations//file
>
> and for Mario's it's 
>
> //file   or
> ///file
>
> This sounds limiting, but you can put a symbolic link (linux) or a 
> junction (windows) in  which can point to anywhere else 
> on your hard drive.
>
> You can find information for making symbolic links (linux) or junctions 
> (windows) on line. I don't know what kinds of links are available for Macs, 
> but I assume they have them also.
>
> Hopefully this clears things a little,
>
> Mark
>
>
> On Thursday, November 16, 2017 at 6:29:23 PM UTC-8, AndrewMc wrote:
>>
>> Hi All
>>
>> I decided to create two new local tiddlywikis last night. It has been a 
>> long while (several years) since I last did this and I was immediately 
>> confused by the options in GettingStarted. 
>> Do I put the TW files in any local folder? Or, do I need to keep them in 
>> the Firefox download folder (or sub-folder within that)?
>>
>> I have seen mention of using links; while I do use Ubuntu Linux, I 
>> haven't actually created symlinks before and am not sure how they would 
>> apply with TW.
>> I also use Windows 7 and Android (and possibly Windows 10) for reading my 
>> TW, so this just adds to my stress whereby I may need a different setup in 
>> each operating system environment.
>>
>> Like some others in this thread, I would appreciate some guidance.
>>
>> Cheers
>> Andrew Mc
>>
>> On Friday, November 17, 2017 at 10:55:37 AM UTC+13, @TiddlyTweeter wrote:
>>>
>>> Ciao BJ
>>>
>>> Right. Its very close to how FF used to be (and good) and also wider. 
>>>
>>> The issue is that someone hitting TW now using won't automatically know 
>>> its very relevant. 
>>>
>>> I was wondering WHICH of the sixteen options are universal. Your saver 
>>> looks close. But how do we let folk know what is least complex and workable?
>>>
>>>
>>> BJ wrote:
>>>>
>>>> I wrote savetiddlers to work the same as tiddlyfox - it has a one click 
>>>> install. The extra step is that you must create a directory in the 
>>>> downloads dirrectory called 'tiddlywikilocations' and move your 
>>>> tiddlywikis 
>>>> there. 
>>>> BJ
>>>>
>>>

-- 
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/83f66b7c-64f5-4fb2-81c0-6685b17887ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyDesktop messages in Linux terminal - should I be worried?

2017-11-17 Thread AndrewMc
Thanks Jed. Yes, TiddlyDesktop seems to be doing everything expected of it 
so I feel more relaxed about ignoring the messages.

Cheers
Andrew Mc

On Friday, November 17, 2017 at 9:42:53 PM UTC+13, Jed Carty wrote:
>
> I don't work on tiddlydesktop but those don't look like they are anything 
> to worry about. Software development is always a moving target for things 
> like this and you get messages like that as the platforms change as you are 
> developing for them. They will probably be addressed in future updates but 
> they don't look like anything that would affect you use of tiddlydesktop.
>

-- 
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/5a1bd01d-9f63-4212-a465-33d5f6815f74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Upgrading TW5 on TiddlySpot

2017-11-17 Thread AndrewMc
Hi Ton

Good suggestion. I used Chrome and the local TW saved successfully to 
TiddlySpot.

Cheers
Andrew Mc

On Friday, November 17, 2017 at 9:51:20 PM UTC+13, Ton Gerner wrote:
>
> Hi,
>
> Try Chrome instead of Firefox.
> Yesterday I upgraded all my guides at Tiddlyspot without a problem.
>
> Linux Mint 17.3, Chrome 62
> Cheers,
>
> Ton
>
> On Friday, November 17, 2017 at 8:22:38 AM UTC+1, AndrewMc wrote:
>>
>> I have entered my correct wiki name and password in the TiddlySpot Saver 
>> settings and then tried multiple times to save but just cannot save my 
>> upgraded TW to TiddlySpot. 
>> After opening the TW on TiddlySpot, I saved a local copy (by removing the 
>> password). After opening the local copy, I was also unable to save this 
>> version back to TiddlySpot.
>> I am using Firefox 57 on Ubuntu 16.04.
>>
>> Cheers
>> Andrew Mc
>>
>> On Friday, November 17, 2017 at 3:07:52 PM UTC+13, AndrewMc wrote:
>>>
>>> Yes, I did try that, but was not successful. I will try again once I am 
>>> back at my home computer.
>>>
>>> Cheers
>>> Andrew Mc
>>>
>>> On Thursday, November 16, 2017 at 11:38:30 PM UTC+13, JD wrote:
>>>>
>>>> Hello, have you tried going to *Control Panel* >> *Saving* >> *TiddlySpot 
>>>> Saver* ? Just input your Wiki Name and Password there, and then save. 
>>>> That's how I did it.
>>>>
>>>> On Thursday, November 16, 2017 at 5:01:21 PM UTC+9, AndrewMc wrote:
>>>>>
>>>>> Hi All
>>>>>
>>>>> I have a TW hosted on TiddlySpot that uses TW version 5.1.14. Now that 
>>>>> version 5.1.15 has been released, I would like to upgrade.
>>>>> I have followed the instructions at https://tiddlywiki.com/#Upgrading 
>>>>> and now have an upgraded version of the TW saved on my local drive.
>>>>>
>>>>> My problem is, how do I get my upgraded local TW onto TiddlySpot?
>>>>> Or, can I avoid creating a local file and somehow upgrade TW on 
>>>>> TiddlySpot directly?
>>>>>
>>>>> Cheers
>>>>> Andrew Mc
>>>>>
>>>>>
>

-- 
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/b53e0257-e2f8-44d5-8f88-3e8d82bd1ec2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyDesktop messages in Linux terminal - should I be worried?

2017-11-17 Thread AndrewMc
Hi All

I have just downloaded and installed the ninth release of TiddlyDesktop 
(v0.0.9) on my Linux machine (Ubuntu 16.04).
I ran the nw file. This successfully opened TiddlyDesktop, but an error 
appeared in the terminal:

[5600:5600:1117/203400.220030:ERROR:sandbox_linux.cc(346)] 
InitializeSandbox() called with multiple threads in process gpu-process.

Should I be concerned at this message?

I also had a couple more messages appear:
Gtk-Message: GtkDialog mapped without a transient parent. This is 
discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is 
discouraged.

These seem to be more like advisories and so can be ignored by me, but I am 
left wondering about them. Is anyone able to tell me anything about these 
Gtk messages?

Lastly, I will just say that (apart from these Linux terminal messages) 
TiddlyDesktop seems great. I have finally made a start on using TW for a 
couple of book translations and am really looking forward to the 
possibilities that TW will provide. 

Cheers
Andrew Mc

-- 
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/f67ab83b-2da6-411b-bd23-ab46aafd2186%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Upgrading TW5 on TiddlySpot

2017-11-16 Thread AndrewMc
I have entered my correct wiki name and password in the TiddlySpot Saver 
settings and then tried multiple times to save but just cannot save my 
upgraded TW to TiddlySpot. 
After opening the TW on TiddlySpot, I saved a local copy (by removing the 
password). After opening the local copy, I was also unable to save this 
version back to TiddlySpot.
I am using Firefox 57 on Ubuntu 16.04.

Cheers
Andrew Mc

On Friday, November 17, 2017 at 3:07:52 PM UTC+13, AndrewMc wrote:
>
> Yes, I did try that, but was not successful. I will try again once I am 
> back at my home computer.
>
> Cheers
> Andrew Mc
>
> On Thursday, November 16, 2017 at 11:38:30 PM UTC+13, JD wrote:
>>
>> Hello, have you tried going to *Control Panel* >> *Saving* >> *TiddlySpot 
>> Saver* ? Just input your Wiki Name and Password there, and then save. 
>> That's how I did it.
>>
>> On Thursday, November 16, 2017 at 5:01:21 PM UTC+9, AndrewMc wrote:
>>>
>>> Hi All
>>>
>>> I have a TW hosted on TiddlySpot that uses TW version 5.1.14. Now that 
>>> version 5.1.15 has been released, I would like to upgrade.
>>> I have followed the instructions at https://tiddlywiki.com/#Upgrading 
>>> and now have an upgraded version of the TW saved on my local drive.
>>>
>>> My problem is, how do I get my upgraded local TW onto TiddlySpot?
>>> Or, can I avoid creating a local file and somehow upgrade TW on 
>>> TiddlySpot directly?
>>>
>>> Cheers
>>> Andrew Mc
>>>
>>>

-- 
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/d78ee5e1-eb0f-4440-a146-19c42d0f5986%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Yearning for ONE method ...

2017-11-16 Thread AndrewMc
Hi All

I decided to create two new local tiddlywikis last night. It has been a 
long while (several years) since I last did this and I was immediately 
confused by the options in GettingStarted. 
Do I put the TW files in any local folder? Or, do I need to keep them in 
the Firefox download folder (or sub-folder within that)?

I have seen mention of using links; while I do use Ubuntu Linux, I haven't 
actually created symlinks before and am not sure how they would apply with 
TW.
I also use Windows 7 and Android (and possibly Windows 10) for reading my 
TW, so this just adds to my stress whereby I may need a different setup in 
each operating system environment.

Like some others in this thread, I would appreciate some guidance.

Cheers
Andrew Mc

On Friday, November 17, 2017 at 10:55:37 AM UTC+13, @TiddlyTweeter wrote:
>
> Ciao BJ
>
> Right. Its very close to how FF used to be (and good) and also wider. 
>
> The issue is that someone hitting TW now using won't automatically know 
> its very relevant. 
>
> I was wondering WHICH of the sixteen options are universal. Your saver 
> looks close. But how do we let folk know what is least complex and workable?
>
>
> BJ wrote:
>>
>> I wrote savetiddlers to work the same as tiddlyfox - it has a one click 
>> install. The extra step is that you must create a directory in the 
>> downloads dirrectory called 'tiddlywikilocations' and move your tiddlywikis 
>> there. 
>> BJ
>>
>

-- 
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/9e6bc56d-a07b-4c77-bdf2-72f0e2be2f7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Upgrading TW5 on TiddlySpot

2017-11-16 Thread AndrewMc
Yes, I did try that, but was not successful. I will try again once I am 
back at my home computer.

Cheers
Andrew Mc

On Thursday, November 16, 2017 at 11:38:30 PM UTC+13, JD wrote:
>
> Hello, have you tried going to *Control Panel* >> *Saving* >> *TiddlySpot 
> Saver* ? Just input your Wiki Name and Password there, and then save. 
> That's how I did it.
>
> On Thursday, November 16, 2017 at 5:01:21 PM UTC+9, AndrewMc wrote:
>>
>> Hi All
>>
>> I have a TW hosted on TiddlySpot that uses TW version 5.1.14. Now that 
>> version 5.1.15 has been released, I would like to upgrade.
>> I have followed the instructions at https://tiddlywiki.com/#Upgrading 
>> and now have an upgraded version of the TW saved on my local drive.
>>
>> My problem is, how do I get my upgraded local TW onto TiddlySpot?
>> Or, can I avoid creating a local file and somehow upgrade TW on 
>> TiddlySpot directly?
>>
>> Cheers
>> Andrew Mc
>>
>>

-- 
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/da42f674-a25e-491b-8e0b-6f3497c09e4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Upgrading TW5 on TiddlySpot

2017-11-16 Thread AndrewMc
Hi All

I have a TW hosted on TiddlySpot that uses TW version 5.1.14. Now that 
version 5.1.15 has been released, I would like to upgrade.
I have followed the instructions at https://tiddlywiki.com/#Upgrading and 
now have an upgraded version of the TW saved on my local drive.

My problem is, how do I get my upgraded local TW onto TiddlySpot?
Or, can I avoid creating a local file and somehow upgrade TW on TiddlySpot 
directly?

Cheers
Andrew Mc

-- 
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/1af12da2-deef-4bcf-9d4e-0d627d3b0161%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Welcomes ideas for how visually display the relationships between MANY tiddler

2017-11-09 Thread AndrewMc
It will be ~29000 elements (or nodes or vertices, depending on how you 
refer to the parts of tree structures).

On Thursday, November 9, 2017 at 8:18:04 PM UTC+13, PMario wrote:
>
> On Wednesday, November 8, 2017 at 8:50:43 PM UTC+1, magev958 wrote:
>>
>> Now I would like to show the relationship between the subfamily (5) -> 
>> tribus (22) -> subtribus (58) -> genus (769) -> species (27863) 
>>
>
> Very interesting. ... So does it mean that your tree has ~29000 elements, 
> or 769 x 28000 -> ~21,000,000 ++ ?
>
> How is the naming convention?
>
> How does your query language look like? 
> eg: is it needed, that you calculate a "nearest path" between 2 elements 
> in your database?
>
> have fun!
> mario
>
>

-- 
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/e5ca8d8f-8fb0-4389-8fa5-d06494869673%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlySpot.com down - or only me?

2017-11-08 Thread AndrewMc
Yes, I too can confirm this issue. This just highlights the saving/upload 
issue for me as I have been editing my TW solely on Tiddlyspot and have no 
way to upload an edited local copy.

On Thursday, November 9, 2017 at 1:25:57 PM UTC+13, Pedruchini wrote:
>
> Same problem here.
>
> Is Tiddlyspot dead ?
>

-- 
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/0206bd28-bf70-441a-b597-ba1d7484103b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Formatting or styling needed to display text in a box [solved]

2017-10-27 Thread AndrewMc
Thank you Birthe. That is very helpful.

On Saturday, October 28, 2017 at 1:43:10 PM UTC+13, Birthe C wrote:
>
> Hi Andrew,
>
> This is the way I used :
>
> @@display:block;width:50%;border:1px solid black;padding:5px;The text you 
> want to emphasise. Chance the style as you want, and perhaps use the 
> button in the editor toolbar to create a snippet to use over and over 
> again.@@
>
>
> Hope you enjoy Tiddlywiki - it is very addictive.
> Birthe
>
>
>
>

-- 
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/fe567d49-17b6-4373-a581-0ab22e7ac5b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Formatting or styling needed to display text in a box

2017-10-27 Thread AndrewMc
Hi All

I am wanting to emphasise certain lines of text by surrounding them with a 
box.
Can anyone describe how this could be done, or point me to information that 
might help?

I am quite new to TW5 and am wondering whether if there is a widget for 
this kind of thing, or if I can or should try to create and then apply 
custom style.

Cheers
Andrew Mc

-- 
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/5c08b86a-5f76-4b2b-aad5-5da3d0fc3221%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Math expressions

2013-02-06 Thread AndrewMc
I use MathSVGPlugin http://www.math.ist.utl.pt/~psoares/MathSVG.html by 
Paulo Soares, and have done so for several years in a personal TiddlyWiki 
containing mathematics and statistics notes.
MathSVGPlugin supports most of the mathematical latex and also lets you 
draw SVG diagrams and graphs. The plugin produces MathML so needs a browser 
that supports that this - I use Firefox.

I also looked at MathJax and was impressed by the results, but was put off 
by the requirement to be online to use it (you can do a local install, but 
this was too bulky for my needs).

Cheers
Andrew Mc

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: TW saving problem with new versions of Firefox (and, maybe, Chrome)

2013-01-22 Thread AndrewMc
Sergey

If you install the TiddlyFox firefox add-on, this should allow you to save. 
I am using Firefox 18 and got the same message that you did. I installed 
TiddlyFox yesterday and now saving my TiddlyWiki works perfectly.

Cheers
Andrew Mc

On Wednesday, January 23, 2013 1:11:30 AM UTC+13, Sergey Shidlovsky wrote:

 Hello, TW fellows! =)

 I want to discuss a problem that I've got when my Firefox was 
 automatically updated to version 17 or so, I think. After that any changes 
 that I make in my TiddlyWiki, causes a warning window to appear with 
 standard text about impossible saving:

 It's not possible to save changes. Possible reasons include:
 - your browser doesn't support saving (Firefox, Internet Explorer, Safari 
 and Opera all work if properly configured)
 - the pathname to your TiddlyWiki file contains illegal characters
 - the TiddlyWiki HTML file has been moved or renamed

 The problem is that prior to upgrading, all was okay -- Firefox could save 
 my TW file anytime; pathname of TW file allowed to save the file before; I 
 didn't move the TW file anywhere. =)

 Please, give me advice where to search for solution? Thanks in advance.

 P.S. I have read a comment about changing prefs.js file contents to get 
 the possibility to save -- it's not my case, there's granted in 
 corresponding place.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/eFWvxREqTlQJ.
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: Math without plug-in

2012-10-05 Thread AndrewMc
For mathematics notation, I use MathSVGPlugin by Paulo Soares. 
http://www.math.ist.utl.pt/~psoares/MathSVG.html
I have used this plugin for several years on many versions of TW and 
Firefox.

Cheers
Andrew Mc

On Friday, October 5, 2012 11:04:49 AM UTC+13, Marc wrote:

 Apologies if this is a bit off-topic, but readers of this thread are 
 obviously concerned about math notation in TW, so I'll put the question:  
 What are you using today to get math notation in your TWs?  I've tried 
 searching generally, but haven't really found a satisfactory solution.  I'm 
 agnostic regarding plugin vs. core code, and I liked Peter Jipsen's 
 ASCIIMathML solution, with ASCII math in backticks and LaTeX math in dollar 
 signs, but I want something that works with the 2.x versions of TW.  I'm 
 thinking only of local, personal notes, not concerned about web publishing, 
 and if it only works with modern versions of Firefox, I'm okay with that.

 On Sunday, January 29, 2012 9:19:03 AM UTC+1, hpon wrote:

 Hi, 

 I love TW, and I would love it even more if math notation was natively 
 incorporated in empty.html. 




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/1ngVGf4IP0sJ.
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.



Re: [tw] Re: Synching With Tiddlyspot

2011-10-10 Thread AndrewMc
Hi Steve

Unfortunately yes, the latest versions of the common web browsers seem to 
have restricted certain actions so as to tighten security. However, I am 
sure that there are good people working behind the scenes on TW to come up 
with solutions.

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/u5ZSTxp8krkJ.
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: Synching With Tiddlyspot

2011-10-06 Thread AndrewMc
Hi Steve

Are you having problems uploading from a local copy?
If so, then this recent thread has some information that is relevant to your 
problem.
https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/KWY06n0hnwQ

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/SxC1yQac_IkJ.
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: Cannot upload to tiddlyspot from a local file

2011-10-04 Thread AndrewMc
Unfortunately, this is a known problem: 
http://tiddlyspot.blogspot.com/2011/09/problems-uploading-in-latest-browsers.html

One solution is to use an older version of Firefox. Only two days ago I 
installed Firefox 3.6 (in Windows) using a version from PortableApps
http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

To upload my local copy of TW to tiddlyspot, I now run Firefox 3.6 Portable, 
load the TW, and then upload in the usual way. This method works well for me 
and I find it a simple solution. I still use the latest version of Firefox 
for web browsing and editing of my various TW.

Cheers 
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/87K3tr1NqukJ.
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: TiddlyWiki version 2.6.3 released

2011-08-16 Thread AndrewMc
Hi Paulo

I am saddened to hear you say this.

Selfishly, perhaps, I wonder who will maintain your lovely MathSVGPlugin? 
http://www.math.ist.utl.pt/~psoares/MathSVG.html

Cheers
Andrew Mc 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/O7Jecz0Y-R8J.
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: TypeError: w.tiddler is undefined when using Import [Solved]

2011-05-29 Thread AndrewMc
Hi whatever

Thank you. I followed your advice and disabled plugins until the problem 
went away. Within a few minutes I was able to determine that MathSVGPlugin 
was causing the problem. My version of the plugin was slightly out of date. 
After updating the plugin to the latest version 1.4.5, the problem has now 
gone.

Cheers
Andrew Mc

-- 
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] TypeError: w.tiddler is undefined when using Import

2011-05-24 Thread AndrewMc
Hi All

I am getting a strange error message when trying to import from another TW.

I am using TW 2.6.0 in Firefox 4.0.1 under WindowsXP. When I use the 
backstage to try to import another tiddler, I select the pre-defined feed 
and then press [Open]. There is a delay while the TW is Getting the list of 
available tiddlers and then I get an error message: TypeError: w.tiddler 
is undefined. 

After I click on [OK] to close the error message, the message repeats. There 
are a different number of repeats of the error message for different 
pre-defined feeds. In my testing so far, the message has repeated between 3 
times (on http://tiddlywiki.abego-software.de) and 54 times (on 
http://www.math.ist.utl.pt/~psoares/MathSVG.html). I even get 21 repeats on 
trying to import from the exact same TW on tiddlyspot.

Once the error message has stopped repeating, the list of tiddlers appears 
and I am then able to select tiddlers and import them without any apparent 
problems.

Can anyone help me understand what the error message TypeError: w.tiddler 
is undefined means? 
What could be causing the error?
Is there anything that I can do to get rid of the error?

Any help would be most appreciated.

Cheers
Andrew Mc

-- 
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] Cannot view content of tiddlers on Tiddlyspace

2011-04-03 Thread AndrewMc
Hi All

I have tried to view a TW http://tiddlywiki.tiddlyspace.com/ on TiddlySpace, 
and I am very puzzled by the appearance of the TW. I can see the TW title, 
the right sidebar, and the backstage area, which all appear as is expected. 

However, I cannot see the actual content of any single tiddler. When I view 
a tiddler, I can see only the tiddler title, modification date, AHJTP 
links, and any tags. I know that there is content present because I can 
click on the View the source of this tiddler button and read the source. 
But, for some reason the content is just not visible in the rendered view.

I have tried looking at other spaces on TiddlySpace and get the same 
problem. I am mightily confused by not being able to see the rendered view 
of any tiddler in TiddlySpace. I don't have a TiddlySpace account and so am 
not logged into TiddlySpace. Do I need an account to be able view the 
content? (I would be most surprised if that was true.)

I am using Firefox 4 on WindowsXP. 
The problem may be related to Firefox 4, because I just did a test using IE7 
and can see the content (although I also got an error loading the 
TagCloudPlugin).

Cheers
Andrew Mc

-- 
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: Cannot view content of tiddlers on Tiddlyspace [solved]

2011-04-03 Thread AndrewMc
Hi All

I should have thought more before I posted. When I started Firefox in safe 
mode, I found that I could view TiddlySpace content. 
It turns out that the Firefox extension Adblock Plus is preventing me from 
seeing the content. I will have to do further investigating to see just what 
is going on, but I am relieved that there is nothing wrong with TiddlySpace 
(just my Firefox setup).

Cheers
Andrew Mc

-- 
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: Controlling spacing of lists

2011-03-13 Thread AndrewMc
Thank you Colm.

I used your suggestion which worked perfectly in Firefox:
.compactList + br { display: none; } 

Cheers
Andrew Mc

On Friday, March 11, 2011 10:55:14 PM UTC+13, colmjude wrote:


  With a heading, it is not possible to use: 
  *{{compactList{ 
   *Compact item 1 
   *Compact item 2 
   }}} !!!Heading after Compact List* 
  
  Does anyone have a suggestion I can try for this situation? 

 If you don't want any of the brs in tiddler to show you could 
 include this in your stylesheet: 
 .viewer br { display: none; } 

 If you just don't want the br to show after the compactList then 
 you could try the following: 
 .compactList + br { display: none; } 

 Unfortunately the 2nd technique won't work in IE6 but hopefully you 
 aren't unlucky enough to have to ever use IE6. 

 Colm

-- 
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: Controlling spacing of lists

2011-03-11 Thread AndrewMc
Thank you, Colm. That solves the problem in a simple way.
However, I have another related problem: instead of following the list with 
text in a new paragraph, I also have a case where I want to follow the list 
with a heading.

For example:
*{{compactList{
*Compact item 1
*Compact item 2
}}}
!!!Heading after Compact List*

With a heading, it is not possible to use:
*{{compactList{
 *Compact item 1
 *Compact item 2
 }}} !!!Heading after Compact List*

Does anyone have a suggestion I can try for this situation?

Cheers
Andrew Mc

 *Normal item 1 
  *Normal item 2 
  }}} 
  
  Paragraph after Normal List 
  {{compactList{ 
  *Compact item 1 
  *Compact item 2 
  }}} 
  
  Paragraph after Compact List 
  

 You could try this instead of the above: 
 *Normal item 1 
 *Normal item 2 
 Paragraph after Normal List 
 {{compactList{ 
 *Compact item 1 
 *Compact item 2 
 }}}Paragraph after Compact List 

 This should remove the space between Compact item 2 and Paragraph 
 after Compact List. 
 If you have the }}} and Paragraph after Compact List on separate 
 lines the tiddlywiki wikifier inserts a br there, hence the gap. 

 Hope that helps, 

 Colm

-- 
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] Controlling spacing of lists

2011-03-10 Thread AndrewMc
Hi All

I have created a new style to eliminate some of the space above and below 
unordered (bulleted) lists.
In [[StyleSheet]], I have added:

.compactList ul {margin-top:0.2em; margin-bottom:0.2em }

I have used this in a tiddler as:

{{compactList{
*Item 1
*Item 2
*Item 3
}}}

However, somehow an extra line is placed after the list. For example, the 
vertical spacing between Normal item 2 and Paragraph after Normal List 
is smaller than the vertical spacing Compact item 2 and Paragraph after 
Compact List:

*Normal item 1
*Normal item 2
}}}
Paragraph after Normal List 
{{compactList{
*Compact item 1
*Compact item 2
}}}
Paragraph after Compact List 

Does anyone have any suggestions or advice on how I can achieve the reduced 
vertical spacing before and after the bullet list?

Cheers
Andrew Mc

-- 
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.



Re: [tw] Error in macro tabs

2011-02-05 Thread AndrewMc
Hi Jeremy

Thanks for the explanation.
I have zipped a copy of the TW and sent it to you by email.

Cheers
Andrew Mc

-- 
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] Error in macro tabs

2011-02-03 Thread AndrewMc
Hi All

Below the Timeline listing of tiddlers (in the right-side tab) there is an 
error message that says Error in macro tabs. 
If I click on this error message, I get some more detail Error while 
executing macro tabs: InternalError: too much recursion

My wiki is based on MPTW and is being viewed using Firefox 3.x (under both 
WindowsXP and Ubuntu Linux 10.10). I recently upgraded from TW 2.6.0 to 
2.6.2 by using the upgrade button in the backstage menu. I only noticed the 
error a short time after upgrading, and so suspect that there is something 
about the upgrade that may have caused this error. A brief test shows that 
the error does not seem to happen in IE7 (under WinXP), however, that 
browser does not support the SVG and MathML that I use extensively and so is 
not a solution for me.

Nearly everything in the TW seems to be working normally except that this 
error message is present, and that when I try to use ToggleRightSideBar 
http://www.tiddlytools.com/#ToggleRightSidebar I get an error message pop up 
InternalError: too much recursion.

Does anyone have any suggestions for ways that I can investigate just what 
is causing this error?

Cheers
Andrew Mc

-- 
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: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread AndrewMc
Alex

I use Paulo Soares' MathSVGPlugin 
http://www.math.ist.utl.pt/~psoares/MathSVG.html
for drawing graphs. This won't work if you are using IE, however. I
use Firefox and it works fine. I particularly like this plugin because
it provides both maths equations (by converting latex to mathML) and
plotting of graphs, and allows me to combine the two so that I can
have graphs with equations written on them.

Cheers
Andrew Mc

On Apr 19, 10:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] How to hide right SideBar and Backstage

2010-03-11 Thread AndrewMc
Hi All

I am developing a theme that hides the sidebars and the backstage from
view.
How should I edit the PageTemplate and StyleSheet to remove these
elements from view?

I have hidden the right sidebar by deleting the following code from
PageTemplate.
div id='sidebar'
div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'/
div
div id='sidebarTabs' refresh='content' force='true'
tiddler='SideBarTabs'/div
/div

However, removing this code does not expand the display of the tiddler
to occupy the sidebar space. That is, the sidebar is hidden from view,
but there remains an empty gap where the sidebar was. How can I get
the tiddlers to fill this space?

How can I hide the Backstage from view? Do I need to edit the
backstage display properties using StyleSheet?

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: How to make a diplay-only TW?

2010-03-10 Thread AndrewMc
Hi Måns

Loading the TW from a CD works fine. The TW is just another file for
the browser, after all.
The toolbar looked normal and included edit. Reading the file from a
CD did not have the same effect as loading from http.

When I tried to edit the TW and save the changes, then there were
security messages about the script and an error message when the file
save attempt failed.

Cheers
Andrew Mc

On Mar 10, 2:28 pm, Måns humam...@gmail.com wrote:
  I appreciate that if the examiner loads the TW directly from the CD
  (which is read-only), they will not be able to save any edits or
  changes that they may make. But, that will surely generate error
  messages that I would rather avoid, if I could.

 Does it generate error message??
 I believe that it should just show see instead of edit - as if it
 was showed via http... Have you actually tried it?
 It might work..

 Regards Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: How to make a diplay-only TW?

2010-03-10 Thread AndrewMc
Hi Måns

Thank very much for the suggestions.
I will try Eric's SwitchThemePlugin, 
http://www.tiddlytools.com/#SwitchThemePlugin

Cheers
Andrew Mc

On Mar 10, 1:15 pm, Måns humam...@gmail.com wrote:
 Hi Andrew

 There are many ways to do it...
 My approach would either be to install Eric Shulman's
 TaggedTemplateTweak http://www.tiddlytools.com/#TaggedTemplateTweak
 and make a custom ViewTemplate without the edit button in the toolbar
 - maybe just add a custom toolbar and copy the normal ViewTemplate
 into the new one, and change the toolbarreference...
 or I would install Eric's SwitchThemePlugin 
 http://www.tiddlytools.com/#SwitchThemePlugin
 and create a readonlyTheme with a custom pagetemplate without
 sideBarOptions and a ViewTemplate without the editbutton or I would
 use BidiX's News 
 verticalhttp://tiddlyhome.bidix.info/systemServer/NewsWiki.html,
 which has 3 themes/modes: Reader, Author and Default - it opens up in
 Readermode without any toolbar or menus...

 There are even more ways to do it - I don't remember where I read
 about a beautifull hack someone made - which made him invoke editing
 capabilities just by writing the correct username??!!

 Regards Måns Mårtensson

 On 10 Mar., 00:01, AndrewMc newsp...@post.com wrote:

  Hi All

  I have been using TW to document my progress in a project that I am
  doing for a study qualification. I intend to write the TW to a CD and
  then send the TW to my examiner for evaluation and marking. Because
  the examiner is not at all familiar with TW, I am wanting to avoid
  having them inadvertantly do things like delete a tiddler, or try to
  edit a tiddIer. I was wondering if I could somehow remove the edit and
  delete options so that the TW effectively becomes a display-only
  document.

  I appreciate that if the examiner loads the TW directly from the CD
  (which is read-only), they will not be able to save any edits or
  changes that they may make. But, that will surely generate error
  messages that I would rather avoid, if I could.

  Does anyone have any suggestions for me?

  Cheers
  Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] How to make a diplay-only TW?

2010-03-09 Thread AndrewMc
Hi All

I have been using TW to document my progress in a project that I am
doing for a study qualification. I intend to write the TW to a CD and
then send the TW to my examiner for evaluation and marking. Because
the examiner is not at all familiar with TW, I am wanting to avoid
having them inadvertantly do things like delete a tiddler, or try to
edit a tiddIer. I was wondering if I could somehow remove the edit and
delete options so that the TW effectively becomes a display-only
document.

I appreciate that if the examiner loads the TW directly from the CD
(which is read-only), they will not be able to save any edits or
changes that they may make. But, that will surely generate error
messages that I would rather avoid, if I could.

Does anyone have any suggestions for me?

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Format cells in a table

2010-02-12 Thread AndrewMc
Thanks Mike for the information about StyleSheetShortcuts. I already
use this tiddler but did not have the latest version that included the
ColorPalette colours.
When using this approach in table cells, the text background is
formatted correctly, but not the entire background of the cell. This
can be seen in cell #2 below:

|cell #1|{{BGPrimaryPale{cell #2}}}|
|background-color:#8cf;cell #3|background-color:
[[ColorPalette::PrimaryPale]]; cell #4|

Cheers
Andrew Mc

On Feb 13, 10:10 am, Mike eris...@gmail.com wrote:
 Originally you had mentioned using ColorPalette colors in your table.

 Might want to look at:http://www.tiddlytools.com/#StyleSheetShortcuts

 At the End you will find (did not include all of the code. . .)
 /* [[ColorPalette]] text colors */
 .Background     { color:[[ColorPalette::Background]];    }

 /* [[ColorPalette]] background colors */
 .BGBackground     { background-color:[[ColorPalette::Background]];      }

 Can copy the sections into your StyleSheet
 or
 import the StyleSheetShortcuts tiddler and transclude it via placing
 [[StyleSheetShortcuts]] at the top or bottom of your StyleSheet.
 (Effectively launching your StyleSheet + StyleSheetShortcuts at start
 up)

 Then could use the {{BGBackground{ My cool text here }}}

 Mike

 On Feb 12, 6:29 am, whatever kbrezov...@gmail.com wrote:

  Using CSS, you can define classes. Then for the cells that need a
  different look, you simply specify the class.
  html
  style
  td {background: yellow;}
  td.custom {background: pink;}
  /style
  table
  tbody
  tr
  tdcell1/td
  td class=customcell2/td
  tdcell3/td
  /tr
  /tbody
  /table
  /html
  In this case, the first and the third cell will be yellow and the
  second pink.

  Or you can directly specify the style for those cells.
  html
  table
  tbody
  tr style=background: yellow;
  tdcell1/td
  td style=background: pink;cell2/td
  tdcell3/td
  /tr
  /tbody
  /table
  /html
  In this example, the whole row will be yellow, except cell2, which
  will be pink.

  w

  On Feb 11, 9:38 pm, AndrewMc newsp...@post.com wrote:

   Thanks for the suggestion. I will try installing and using Firebug.
   However, I am not sure that knowing the actual CSS will help me. If I
   add the CSS to StyleSheet and create a custom style, I can only apply
   that style to the whole table, I believe. What I want to do is affect
   the appearance of just a few cells in a table rather than the whole
   table. While the inline CSS looks confusing, when I apply it to only a
   few cells, it is a manageable confusion. :-)

   Cheers
   Andrew Mc

   On Feb 11, 9:25 pm, Alex Hough r.a.ho...@googlemail.com wrote:

I'd use Firebug to cut and paste the actual CSS into StyleSheet, then 
change
it.
I think it gets a bit confusing doing it inline.

Alex

On 11 February 2010 00:42, AndrewMc newsp...@post.com wrote:

 Hi All

 I wish to modify the appearance of some cells in a table. I want to
 remove some of the borders and change the background colour of some
 cells in the table.

 I can set the background colour but only if I use a hex value for the
 colour. Setting the colour using [[ColorPalette::PrimaryPale]] does
 not work for me. Can I use the [[ColorPalette::]] values to set the
 colour of a table cell?

 !!Change background colour in cells 2-4, and 6-8 (~PrimaryPale =
 #9b9).
 |cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background-
 color:#9b9;cell #4|
 |cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor:
 [[ColorPalette::PrimaryPale]]; cell #7|background-color:
 [[ColorPalette::PrimaryPale]]; cell #8|

 I can successfully remove the vertical line between two columns but
 cannot remove the horizontal line between two rows. How can i remove
 the horizontal border between two rows?

 !!Remove vertical line between column 1 and column 2 (Successful).
 |border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3
 |
 |border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6
 |

 !!Remove horizontal line between row 1 and row 2 (Unsuccessful).
 |border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 |
 |border-top-width:0; cell #3 |border-top-width:0; cell #4 |
 |cell #5|cell #6|

 I am using MPTW with Firefox 3.5.7 on Windows XP.
 I have also tried the examples above in an empty TW 2.5 and had the
 same results.

 Cheers
 Andrew Mc

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

--http://www.multiurl.com/g/64

-- 
You received this message

[tw] Re: Format cells in a table

2010-02-11 Thread AndrewMc
Thanks for the suggestion. I will try installing and using Firebug.
However, I am not sure that knowing the actual CSS will help me. If I
add the CSS to StyleSheet and create a custom style, I can only apply
that style to the whole table, I believe. What I want to do is affect
the appearance of just a few cells in a table rather than the whole
table. While the inline CSS looks confusing, when I apply it to only a
few cells, it is a manageable confusion. :-)

Cheers
Andrew Mc

On Feb 11, 9:25 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'd use Firebug to cut and paste the actual CSS into StyleSheet, then change
 it.
 I think it gets a bit confusing doing it inline.

 Alex

 On 11 February 2010 00:42, AndrewMc newsp...@post.com wrote:



  Hi All

  I wish to modify the appearance of some cells in a table. I want to
  remove some of the borders and change the background colour of some
  cells in the table.

  I can set the background colour but only if I use a hex value for the
  colour. Setting the colour using [[ColorPalette::PrimaryPale]] does
  not work for me. Can I use the [[ColorPalette::]] values to set the
  colour of a table cell?

  !!Change background colour in cells 2-4, and 6-8 (~PrimaryPale =
  #9b9).
  |cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background-
  color:#9b9;cell #4|
  |cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor:
  [[ColorPalette::PrimaryPale]]; cell #7|background-color:
  [[ColorPalette::PrimaryPale]]; cell #8|

  I can successfully remove the vertical line between two columns but
  cannot remove the horizontal line between two rows. How can i remove
  the horizontal border between two rows?

  !!Remove vertical line between column 1 and column 2 (Successful).
  |border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3
  |
  |border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6
  |

  !!Remove horizontal line between row 1 and row 2 (Unsuccessful).
  |border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 |
  |border-top-width:0; cell #3 |border-top-width:0; cell #4 |
  |cell #5|cell #6|

  I am using MPTW with Firefox 3.5.7 on Windows XP.
  I have also tried the examples above in an empty TW 2.5 and had the
  same results.

  Cheers
  Andrew Mc

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

 --http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Format cells in a table

2010-02-10 Thread AndrewMc
Hi All

I wish to modify the appearance of some cells in a table. I want to
remove some of the borders and change the background colour of some
cells in the table.

I can set the background colour but only if I use a hex value for the
colour. Setting the colour using [[ColorPalette::PrimaryPale]] does
not work for me. Can I use the [[ColorPalette::]] values to set the
colour of a table cell?

!!Change background colour in cells 2-4, and 6-8 (~PrimaryPale =
#9b9).
|cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background-
color:#9b9;cell #4|
|cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor:
[[ColorPalette::PrimaryPale]]; cell #7|background-color:
[[ColorPalette::PrimaryPale]]; cell #8|

I can successfully remove the vertical line between two columns but
cannot remove the horizontal line between two rows. How can i remove
the horizontal border between two rows?

!!Remove vertical line between column 1 and column 2 (Successful).
|border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3
|
|border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6
|

!!Remove horizontal line between row 1 and row 2 (Unsuccessful).
|border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 |
|border-top-width:0; cell #3 |border-top-width:0; cell #4 |
|cell #5|cell #6|

I am using MPTW with Firefox 3.5.7 on Windows XP.
I have also tried the examples above in an empty TW 2.5 and had the
same results.

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] css for preformatted text

2010-01-21 Thread AndrewMc
Hi everyone

I wish to create a custom css class that enables me to format text
with the appearance of a preformatted block of text, but with
different colours for the backgound and border (and perhaps font).

What css properties describe the default preformatted block of text
format that you get when you do the following?
{{{
This is a preformatted block of text.
}}}

I wish to be able to do something like the following:
{{myformat{
This is a preformatted block of text with custom colours.
}}}

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: css for preformatted text

2010-01-21 Thread AndrewMc
Hi Mario

Thank you very much for directing me to the StyleSheetLayout, and
StyleSheetColors shadow tiddlers. I found the following information:

StyleSheetColors
.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]];
background:[[ColorPalette::SecondaryPale]];}

StyleSheetLayout
* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-
height:1.4em; overflow:auto;}

However, I do not want to replace the .pre format with my custom
formatting. Instead, I want to keep the appearance of preformatted
text as it is and add an additional format that has different colours.
What I ended up putting in my StyleSheet tiddler was the following:
.myformat {
 border: solid thin [[ColorPalette::PrimaryLight]];
 background:[[ColorPalette::PrimaryPale]];
 padding:0.5em; margin-left:0.5em; font-size:1em; line-height:1.4em;
overflow:auto;
 font-family: 'Courier New', Courier, monospace;
}

Cheers
Andrew Mc

On Jan 22, 12:34 pm, PMario pmari...@gmail.com wrote:
 hi
 Look at the shadowtiddlers: StyleSheetLayout, and StyleSheetColors and
 search for pre which holds the definition. Copy the lines to
 StyleSheet tiddler which will be executed after the shadow tiddlers
 and will overwrite the default values with your costum values.

 There is no need for {{myformat{  you can use {{{}}} then.

 regards Mario

 On Jan 22, 12:18 am, AndrewMc newsp...@post.com wrote:

  Hi everyone

  I wish to create a custom css class that enables me to format text
  with the appearance of a preformatted block of text, but with
  different colours for the backgound and border (and perhaps font).

  What css properties describe the default preformatted block of text
  format that you get when you do the following?
  {{{
  This is a preformatted block of text.

  }}}

  I wish to be able to do something like the following:
  {{myformat{
  This is a preformatted block of text with custom colours.

  }}}

  Cheers
  Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Firefox 3.0, NoScript add-in, and TiddlyWiki

2009-07-31 Thread AndrewMc

Yes, I do appreciate that fact William. :-)
However, from a security point of view, I would rather not have to
give permission so that any unspecified local 'file://' can run a
script, but instead give permission to specific named files, like my
TW files. I used to be able to do this somehow, but now cannot. I was
wondering what I need to do so I am not asked for permission to run my
local TW files, but are asked for permission for any other files
(local or external).

Cheers
Andrew Mc

On Jul 31, 12:54 am, bioselem...@gmail.com bioselem...@gmail.com
wrote:
 Um, TiddlyWiki IS a script so of course you will have to allow it to
 run to use it.

 William

 On Jul 29, 5:20 am, AndrewMc newsp...@post.com wrote:

  Hi Everyone

  I am using TiddlyWiki 2.5.0 in Firefox 3.0.12 on Ubuntu 9.04. I am
  having trouble with the Firefox add-in NoScript.  I used to have
  NoScript and TiddlyWiki both working without any problems, but for the
  last few months I have had to disable NoScript if I want to use TW. I
  now want to use NoScript  again. Does anyone successfully use TW
  together with Firefox and the NoScript add-in?

  I have gone tohttp://firefoxprivileges.tiddlyspot.comanddownloaded
  and used the TW to set the necessary privileges for my TW files, but
  am still unable to use my TW files without allowing access to
  file://.

  Andrew Mc
--~--~-~--~~~---~--~~
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: Firefox 3.0, NoScript add-in, and TiddlyWiki

2009-07-31 Thread AndrewMc

That is a very good suggestion, especially as I have recently been
carrying my TW between home and work on a USM memory stick. A central,
web-based location for my TW files would make life simpler. I will
look further into the possibilities of using tiddlyspot.com.

Andrew

On Aug 1, 12:38 pm, M) marc.bu...@gmail.com wrote:
 Andrew Mc, have you thought of saving your file at tiddlyspot?  You
 would then allow only tiddlyspot.com and wouldn't have to worry about
 file://.

 M)

 On Jul 31, 5:31 pm, AndrewMc newsp...@post.com wrote:

  Yes, I do appreciate that fact William. :-)
  However, from a security point of view, I would rather not have to
  give permission so that any unspecified local 'file://' can run a
  script, but instead give permission to specific named files, like my
  TW files. I used to be able to do this somehow, but now cannot. I was
  wondering what I need to do so I am not asked for permission to run my
  local TW files, but are asked for permission for any other files
  (local or external).

  Cheers
  Andrew Mc

  On Jul 31, 12:54 am, bioselem...@gmail.com bioselem...@gmail.com
  wrote:

   Um, TiddlyWiki IS a script so of course you will have to allow it to
   run to use it.

   William

   On Jul 29, 5:20 am, AndrewMc newsp...@post.com wrote:

Hi Everyone

I am using TiddlyWiki 2.5.0 in Firefox 3.0.12 on Ubuntu 9.04. I am
having trouble with the Firefox add-in NoScript.  I used to have
NoScript and TiddlyWiki both working without any problems, but for the
last few months I have had to disable NoScript if I want to use TW. I
now want to use NoScript  again. Does anyone successfully use TW
together with Firefox and the NoScript add-in?

I have gone tohttp://firefoxprivileges.tiddlyspot.comanddownloaded
and used the TW to set the necessary privileges for my TW files, but
am still unable to use my TW files without allowing access to
file://.

Andrew Mc
--~--~-~--~~~---~--~~
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] Firefox 3.0, NoScript add-in, and TiddlyWiki

2009-07-29 Thread AndrewMc

Hi Everyone

I am using TiddlyWiki 2.5.0 in Firefox 3.0.12 on Ubuntu 9.04. I am
having trouble with the Firefox add-in NoScript.  I used to have
NoScript and TiddlyWiki both working without any problems, but for the
last few months I have had to disable NoScript if I want to use TW. I
now want to use NoScript  again. Does anyone successfully use TW
together with Firefox and the NoScript add-in?

I have gone to http://firefoxprivileges.tiddlyspot.com and downloaded
and used the TW to set the necessary privileges for my TW files, but
am still unable to use my TW files without allowing access to
file://.

Andrew Mc

--~--~-~--~~~---~--~~
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: Rendering SVG?

2009-07-29 Thread AndrewMc

Hi Jonnan

On Jul 30, 1:11 am, Jonnan jonnan.w...@gmail.com wrote:
 I feel like I must be both reinventing the wheel, and the most
 retarded caveman ever to do it,but to expand the functionality of
 TiddlyWiki for writing stories, I have been trying to get a macro to
 interpret/add inline svg graphics to tiddlywiki.

 I have found all sorts of things where people have gone well beyond
 the simple thing I want - science graphs, interactive charts, and so
 on, and I've found a code snippet (http://softwareas.com/inline-svg)
 for doing inline svg that, going by the reactions of seemingly
 competent people that posted at the time, seems to obviously just be
 something anyone even slightly competent could cut and paste into a
 macro and at least get a simple graphic to work.

 SVG circle r=\50\ cx=\50\ cy=\50\ fill=\green\/

While this may be beyond your needs, have you looked at Paulo Soares'
plugin?
http://www.math.ist.utl.pt/~psoares/MathSVG.html

The following three lines will produce a SVG graphic of a red circle
of radius 50 pixels filled with green.

(:graph({width:102,height:102,coords:'none',scales:[-51,51]})
circle([0,0],50,{stroke:'red',fill:'green'});
:)

To explain the commands, here is some more information.
The commands begin with (:graph() and end with :).
The (:graph line has option that set the width and height of the
graphic in pixels. I have used 102 pixels to give a 1 pixel boundary
to the circle that with have a diameter of 100 pixels.
The coords:'none' means that the when you hover the mouse over the
graphic, the graph co-ordinates of the mouse pointer will not be
displayed. By default the co-ordinates are displayed which is fine for
a graph but not what you would want for a graphic.
The scales:[-51,51] sets the lower and upper limits for the (hidden)
x-axis and y-axis upon which you are plotting the circle. I have set
the value to 51 so as to avoid any clipping when plotting the circle
up to x=-50 and x=50.

The line circle([0,0],50,{stroke:'red',fill:'green'});  draws the
actual circle.
The [0,0] is the co-ordinate of the centre of the circle. The ,50
is the radius of the circle.
The options {stroke:'red',fill:'green'} set the line colour to 'red'
and the fill to 'green'.

Finally, the command is ended with :).

Cheers
Andrew Mc

--~--~-~--~~~---~--~~
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: problems with sync in version 2.5.2

2009-06-26 Thread AndrewMc

I also confirm this problem with version 2.5.2 (using Firefox 3.0.11
on Ubuntu Linux).

Cheers
Andrew Mc

On Jun 27, 12:41 am, poof65 poo...@gmail.com wrote:
 same for me

 there is the firebug error log on firefox

 si.adaptor.putTiddler is not a function
 getTiddlerCallback()(click clientX=86, clientY=539)wiki.html (ligne 14535)
 [Break on this error] r =
 si.adaptor.putTiddler(si.tiddler,null,si,putTiddlerCallback);

 On Thu, Jun 25, 2009 at 11:22 PM, ryhwest1rick...@gmail.com wrote:

  I have been using TiddlyWiki for a few months, and it is great.
  Thanks for developing this great tool.

  I upgraded to version 2.5.2 yesterday, and found out that sync does
  not work any more.  I have a master tiddlywiki file with file URL, and
  other tiddlywiki files that import/sync tiddlers from the master
  tiddlywiki file.  In version 2.5.0, when I changed a tiddler in the
  master file, in sync from backstage on the child tiddler, the changed
  tiddlers would show Changed on the server, and after I checked these
  tiddlers and pressed sync button, the child file will fetch the
  updated tiddlers from the master file.  However, in version 2.5.2,
  when I press the sync button, nothing happens, and the tiddlers are
  not updated.

  Could someone point me to the right direction to solve this problem?

  Thanks,
  Rick
--~--~-~--~~~---~--~~
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] 2.5.2 upgrade adds three new tiddlers

2009-06-25 Thread AndrewMc

Hi Everyone

I just upgraded two of my TiddlyWikis to 2.5.2. I immediately noticed
that each TW had three new tiddlers added: [[TableFormatting]],
[[DocumentFormatting]], and [[BasicFormatting]]. These tiddlers were
all updated yesterday by MartinBudden. I don't know Martin at all and
to receive some of his tiddlers was quite an unexpected addition to
the upgrade! Can anyone tell me where these tiddlers came from, and
why they got added to the upgrade?

Cheers
Andrew
--~--~-~--~~~---~--~~
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: 2.5.2 upgrade adds three new tiddlers

2009-06-25 Thread AndrewMc

I viewed the TW as usual (in Firefox 3.0.11 under Ubuntu). Then I
simply clicked on the backstage Upgrade option and then clicked the
upgrade button.

Andrew

On Jun 25, 10:37 pm, FND f...@gmx.net wrote:
  I just upgraded two of my TiddlyWikis to 2.5.2. I immediately noticed
  that each TW had three new tiddlers added

 That's very odd; TiddlyWiki's built-in upgrade mechanism simply fetches
 an empty TiddlyWiki document*, so I don't know how an upgrade could
 possibly add any tiddlers.

 Can you describe exactly what you did?

 -- F.

 * fromhttp://tiddlywiki.com/upgrade/
--~--~-~--~~~---~--~~
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: PrettyDatesPlugin, problems

2009-06-22 Thread AndrewMc

Thank you Michael for asking this question on using PrettyDatesPlugin.
It is one that I have been puzzling over too. And of course, a big
thank you wolfgang for your answer which is working perfectly for me
(hooray!).

Cheers
Andrew

On Jun 22, 7:43 pm, wolfgang wolfgangl...@gmail.com wrote:
 Replace the subtitle div with this one:

 div class='subtitle'
         (updated span macro='view modified date {{config.mptwDateFormat?
 config.mptwDateFormat:MM/0DD/YY}}'/span
         by span macro='view modifier link'/span)
         !--
         (span macro='message views.wikified.createdPrompt'/span
         span macro='view created date {{config.mptwDateFormat?
 config.mptwDateFormat:MM/0DD/YY}}'/span)
         --
 /div

 GoogleGroops will add additional newlines, find the original div in
 the MptwTheme tiddler.

 Regards..
--~--~-~--~~~---~--~~
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: Trouble importing into Ver 2.5.1

2009-06-22 Thread AndrewMc

I too updated my core from 2.5.0 to 2.5.1 and lost all of my content.
I immediately reverted to a backup and will stay away from 2.5.1 until
someone can convince me to do otherwise.

Cheers
Andrew

On Jun 23, 7:42 am, alex r.a.ho...@googlemail.com wrote:
  I wonder if anyone else has had this problem.

 No but i updated my core and lost all the content

 Alex
--~--~-~--~~~---~--~~
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] Plugin to save numbered tiddler revisions?

2009-06-07 Thread AndrewMc

Hi All

I am looking for a plugin that will enable me to save revisions of a
tiddler in a numbered sequence of tiddlers. I am aware of
RevisionsPlugin http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin
which will automatically save revisions for tiddlers tagged with the
tag KeepRevisions. However, I don't want this to be automatic - I wish
to create such revisions by pressing a macro button. The CopyTiddler
plugin http://www.tiddlytools.com/#CopyTiddlerPlugin lets you create
numbered copies of a tiddler, but the newly created copy is the most
recent version. Instead, I want the opposite result from the copying
process whereby the source tiddler becomes the most recent version and
the newly created copy takes on the date and time properties that the
source tiddler had before the copy was made.

Here is an example of what I am wanting to do.
I create a tiddler named [[MyPlan]] on 1 January.
On 2 January, I make a revision copy of MyPlan, [[My Plan (1)]] (the
tiddler is dated 1 January), and continue revising MyPlan and save the
changes (MyPlan is now dated 2 January).
On 3 January, I make another revision copy of MyPlan, [[My Plan (2)]]
(the tiddler is dated 2 January), and continue revising MyPlan and
save the changes (MyPlan is now dated 3 January).

I should now have three tiddlers (with different dates):
MyPlan, (dated 3 January)
[[MyPlan (1)]] (dated 1 January)
[[MyPlan (2)]] (dated 2 January).

Does anyone know how I could go about doing this, or if there is an
existing plugin that will do what I am wanting?

Cheers
Andrew Mc

--~--~-~--~~~---~--~~
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: Use forEachTiddler to calculate a total from a data field

2009-06-05 Thread AndrewMc

Hi All

I have found a solution to my problem of calculating the sum of the
value in a data field that is present in many tiddlers. I was not able
to figure out a way to use fET, but instead used an inline script. The
script needs the plugin http://www.tiddlytools.com/#InlineJavascriptPlugin
and the plugin http://tiddlywiki.abego-software.de/#DataTiddlerPlugin.
I made the script by modifying code that I found posted by Måns for
creating a table from data in many tiddlers. If anyone has any
improvements to make, I would be pleased to hear any suggestions.

Here is an example script.
script
   var out=[];
   var sum=0;
   var tids=store.getTaggedTiddlers('timesheet');
  for (var i=0; itids.length; i++){
  var hr=tids[i].data(hours)*1;
  if (isNaN(hr)) {sum = sum;}
  else {sum=sum+hr;}
   }
   out.push(sum+' hours completed.');
   return out.join('\n');
/script

Here is a brief description of what is happening with the script.
A variable 'out' is created as a blank array, and a variable 'sum' is
created to be the number 0.
Tiddlers with the tag 'timesheet' are stored in the variable 'tids'.
For each of these tiddlers, the variable 'hr' is created to contain
the value from the hours data field from the tiddler. The
DataTiddlerPlugin gives the ability to obtain this data using the
syntax: tiddler.data(fieldname).
The result from the data field is multiplied by 1 so that a text from
the hours field is converted to a number.
The function isNaN checks the result to see if it is a number or not.
'NaN' stands for 'Not a Number'. isNaN(hr) will be true if the hours
field contained data that wasn't a number, or if the hours field was
not present in the tiddler.
If the 'hr' value was not a number, the 'sum' variable stays the same,
otherwise, the 'hr' value is added to the 'sum' value to give a new
sum.
The 'sum' variable and the string ' hours completed.' is put into the
'out' array.
The contents of the 'out' array are written to the tiddler and a new
line '\n' added to the output.

Here is the actual script that I use. I need to complete 200 hours for
a study project. This script tells me how many hours I have completed,
how many hours I have remaining to do, or how many hours I am over the
required 200 hours. I have formatted the result as italics. You may
find this script useful.
//script
   var out=[];
   var sum=0;
   var rem=200;
   var remword=;
   var tids=store.getTaggedTiddlers('timesheet');
  for (var i=0; itids.length; i++){
  var hr=tids[i].data(hours)*1;
  if (isNaN(hr)) {sum = sum;}
  else {sum=sum+hr;}
   }
   if (sum200) {rem=rem-sum; remword=remaining.;} else {rem=sum-
rem; remword=over.;}
   out.push(sum+' hours completed, '+rem+' hours '+remword);
   return out.join('\n');
/script//

Cheers
Andrew

On Jun 1, 3:00 pm, AndrewMc newsp...@post.com wrote:
 Hi All

 I have set up a form for entering timesheet information of the time
 spent working on a study project. Each timesheet record is a separate
 tiddler. I have used forEachTiddler (fET) to produce a table that
 lists all of the records. What I would like to do next is to use fET
 to calculate the total of the hours. That is, I want to sum or add up
 the values from each tiddler into a single total value that I can
 display. Does anyone have any advice on how can I do this?

 I can get a plain list of the hours using the following fET:
 forEachTiddler
  where
  'tiddler.title.startsWith(Time_test_)'
  sortBy
  'tiddler.created'
  descending
  write
   'tiddler.data(hours)+\n'
   begin 'Plain list of hours\n'
   none 'No timesheets found\n'



 Ideally, I would like to have the information appear at the top of my
 summary tiddler and look something like:
 45 hours completed, 55 hours remaining

 Cheers
 Andrew Mc
--~--~-~--~~~---~--~~
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: Tagging tiddlers created with newTiddlerWithForm

2009-05-30 Thread AndrewMc

Hi Måns

Thank you for pointing me to this most interesting plugin by Eric
Shulman. I have also found the HideWhenPlugin by Simon Baird
http://mptw.tiddlyspot.com/#HideWhenPlugin. Both of these plugins can
let you have a different EditTemplate or ViewTemplate depending on the
tags of the tiddler being edited or viewed. I think this method is
going to give me the best results by letting me create a new tiddler
with default content and tags and then let me see the tiddler in view
mode for entering the data. However, I will first have to figure out
how to make a new template, which may take some time.

Cheers
Andrew Mc

On May 29, 12:34 am, Måns humam...@gmail.com wrote:
 Hi Andrew

 You might have some luck with Eric Shulmans 
 TaggedTemplateTweakhttp://www.tiddlytools.com/#TaggedTemplateTweak.
 It allows you to use a single tag to invoke a customized View- and
 edittemplateTemplate (ie timesheettestViewTemplate and
 timesheettestEditTemplate) Next action would be to write those
 templates embedding the formtemlate into the ViewTemplate like this:
 span class macro='formTiddler TimesheetRecordTemplate'/span.
 All tiddlers tagged  timesheettest, will then be opened with the form
 - without any form written to the textarea... which I think is
 great...
 Don't know if this helps - but it's another way of doing it - and
 maybe it gives you new possibilities.
 I've tried to use formtemplates from/in the edittemplate - but it
 didn't work for me...

 Regards Måns Mårtensson

 On May 28, 10:57 am, AndrewMc newsp...@post.com wrote:

  Hi Alex

  The newJournal macro does pretty much what I did with the newTiddler
  macro. Both create a new tiddler in edit mode. However, what I want is
  for the new tiddler to be created from a form, have certain tags, and
  be shown in view mode. The newTiddlerWithForm macro does this but
  unfortunately does not have a way of specifying tags during the
  tiddler creation.

  Cheers
  Andrew Mc

  On May 28, 7:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:

   A while back i did something with monitoring. The key was to ensure
   that the new tiddler has a unique name. TiddlyAdvisors recomended the
   time and date. I experimented with two formats for the dateBelow is
   what I ended  up doing;

   -
   Tiddler Monitoring Dashboard
   -

   newJournal
            (-0MM-0DD 0hh:0mm) S3*
            label:new daily monitoring form Us format
            text:{{store.getTiddlerText(DailyMonitoringTemplate)}}
            tag:S3* newJournal

            (DDD DDth MMM   0hh:0mm) S3*
            label:new daily monitoring form UK format
            text:{{store.getTiddlerText(DailyMonitoringTemplate)}}
            tag:S3*

   List of existing records
   forEachTiddler
   where
   'tiddler.title.contains(S3*)  tiddler.tags.contains(S3*)'
       

   Editing Monitoring Dashboard
   To edit the daily monitoring form you will need to edit the
   newTiddler MonitoringTemplate label:MonitoringTemplate

   --
   tags: DashBoard
   -

   You would have to make your own MonitoringTemplate using Udos formTiddler

   Alex

   (I have used the tag 'S3*' for my monitoring tiddlers. The reason is
   that in the VSM system 3* is about monitoring) - 
   seehttp://www.allennaleonard.com/PersVSM.html#sys3*ifyouare interested
   in this method of organisation.

   2009/5/28 AndrewMc newsp...@post.com:

Hi Alex

Thanks for the suggestion. The TaskTimerPlugin looks interesting but
seems to be most useful for when you are timing activities while you
have access to your Wiki. In my case, however, I want to enter the
times that I have spent doing other activities which are almost always
done away from a computer. So, sadly, TaskTimerPlugin won't solve my
particular problem.

Cheers
Andrew Mc

On May 28, 12:17 am, Alex Hough r.a.ho...@googlemail.com wrote:
Try Erics solution:

   http://www.TiddlyTools.com/#TaskTimerPluginhttp://www.TiddlyTools.com...

Alex

2009/5/27 AndrewMc newsp...@post.com:

 Hi All

 I am working on a study project for which I need to record the hours
 that I work. I am trying to store these timesheet records in my
 wiki . I have set up a template tiddler containing a form with three
 fields: Date, Hours, and Topic. I wish to have a macro button that
 enables me to create new timesheet records. I have tried three ways 
 of
 doing this. I have added Udo's 
 plugin,http://tiddlywiki.abego-software.de/#FormTiddlerPlugin,
 and used newTiddler with formTiddler,  and used
 newTiddlerWithForm.  I have also 
 triedhttp://zaptest.tiddlyspot.com/#NewSavedTiddlerPlugin
 and the newSavedTiddler macro.

 newTiddler
 title:{{Time_test_+(new Date()).formatString
 (0MM0DD_hh0mm0ss)}}
 label:New timesheet record button

[tw] Re: Tagging tiddlers created with newTiddlerWithForm

2009-05-28 Thread AndrewMc

Hi Alex

The newJournal macro does pretty much what I did with the newTiddler
macro. Both create a new tiddler in edit mode. However, what I want is
for the new tiddler to be created from a form, have certain tags, and
be shown in view mode. The newTiddlerWithForm macro does this but
unfortunately does not have a way of specifying tags during the
tiddler creation.

Cheers
Andrew Mc

On May 28, 7:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 A while back i did something with monitoring. The key was to ensure
 that the new tiddler has a unique name. TiddlyAdvisors recomended the
 time and date. I experimented with two formats for the dateBelow is
 what I ended  up doing;

 -
 Tiddler Monitoring Dashboard
 -

 newJournal
          (-0MM-0DD 0hh:0mm) S3*
          label:new daily monitoring form Us format
          text:{{store.getTiddlerText(DailyMonitoringTemplate)}}
          tag:S3* newJournal

          (DDD DDth MMM   0hh:0mm) S3*
          label:new daily monitoring form UK format
          text:{{store.getTiddlerText(DailyMonitoringTemplate)}}
          tag:S3*



 List of existing records
 forEachTiddler
 where
 'tiddler.title.contains(S3*)  tiddler.tags.contains(S3*)'
     

 Editing Monitoring Dashboard
 To edit the daily monitoring form you will need to edit the
 newTiddler MonitoringTemplate label:MonitoringTemplate

 --
 tags: DashBoard
 -

 You would have to make your own MonitoringTemplate using Udos formTiddler

 Alex

 (I have used the tag 'S3*' for my monitoring tiddlers. The reason is
 that in the VSM system 3* is about monitoring) - 
 seehttp://www.allennaleonard.com/PersVSM.html#sys3*if you are interested
 in this method of organisation.

 2009/5/28 AndrewMc newsp...@post.com:





  Hi Alex

  Thanks for the suggestion. The TaskTimerPlugin looks interesting but
  seems to be most useful for when you are timing activities while you
  have access to your Wiki. In my case, however, I want to enter the
  times that I have spent doing other activities which are almost always
  done away from a computer. So, sadly, TaskTimerPlugin won't solve my
  particular problem.

  Cheers
  Andrew Mc

  On May 28, 12:17 am, Alex Hough r.a.ho...@googlemail.com wrote:
  Try Erics solution:

 http://www.TiddlyTools.com/#TaskTimerPluginhttp://www.TiddlyTools.com...

  Alex

  2009/5/27 AndrewMc newsp...@post.com:

   Hi All

   I am working on a study project for which I need to record the hours
   that I work. I am trying to store these timesheet records in my
   wiki . I have set up a template tiddler containing a form with three
   fields: Date, Hours, and Topic. I wish to have a macro button that
   enables me to create new timesheet records. I have tried three ways of
   doing this. I have added Udo's 
   plugin,http://tiddlywiki.abego-software.de/#FormTiddlerPlugin,
   and used newTiddler with formTiddler,  and used
   newTiddlerWithForm.  I have also 
   triedhttp://zaptest.tiddlyspot.com/#NewSavedTiddlerPlugin
   and the newSavedTiddler macro.

   newTiddler
   title:{{Time_test_+(new Date()).formatString
   (0MM0DD_hh0mm0ss)}}
   label:New timesheet record button
   text:{{formTiddler TimesheetRecordTemplate\\}}
   tag:timesheettest

   newTiddlerWithForm
   TimesheetRecordTemplate
   newtiddlerwithform button
   [[Time_test_+(new Date()).formatString(0MM0DD_hh0mm0ss)]]

   newSavedTiddler
   text:{{formTiddler [[TimesheetRecordTemplate]] + }}
   tag:timesheettest
   label:'newSavedTiddler button'

   Of these three methods, the newTiddler method lets me easily specify
   default content by adding a data /data statement to the text,
   but opens the tiddler in edit mode when I would much rather it be in
   view mode. The newTiddlerWithForm method lets me specify default
   content and opens the new tiddler in view mode, but doesn't let me
   automatically add tags to the new tiddler. The newSavedTiddler opens
   in view mode and lets me specify default content, but does not let me
   automatically create a title for the tiddler (instead you need to type
   in the new title at a prompt).

   What I would like to be able to do is to modify newTiddlerWithForm so
   that this macro accepts a tags: parameter. Is it possible to do
   this? If so, how would I start doing this?

   Or, is there another way to achieve what I want to do?

   I have found these two threads:
   'coding to auto-tag a tiddler created by FormTiddlerPlugin?'
  http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/7212...

   'Automatically adding tags when using NewTiddlerWithForm'
  http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/c642...

   Cheers
   Andrew Mc

  --
  t: 0161 442 2202
  m: 0781 372 50 17
  skype: alexhough
  delicious: alexhough

 --
 t: 0161 442 2202
 m: 0781 372 50 17
 skype: alexhough
 delicious: alexhough

[tw] Tagging tiddlers created with newTiddlerWithForm

2009-05-27 Thread AndrewMc

Hi All

I am working on a study project for which I need to record the hours
that I work. I am trying to store these timesheet records in my
wiki . I have set up a template tiddler containing a form with three
fields: Date, Hours, and Topic. I wish to have a macro button that
enables me to create new timesheet records. I have tried three ways of
doing this. I have added Udo's plugin, 
http://tiddlywiki.abego-software.de/#FormTiddlerPlugin,
and used newTiddler with formTiddler,  and used
newTiddlerWithForm.  I have also tried 
http://zaptest.tiddlyspot.com/#NewSavedTiddlerPlugin
and the newSavedTiddler macro.

newTiddler
title:{{Time_test_+(new Date()).formatString
(0MM0DD_hh0mm0ss)}}
label:New timesheet record button
text:{{formTiddler TimesheetRecordTemplate\\}}
tag:timesheettest

newTiddlerWithForm
TimesheetRecordTemplate
newtiddlerwithform button
[[Time_test_+(new Date()).formatString(0MM0DD_hh0mm0ss)]]

newSavedTiddler
text:{{formTiddler [[TimesheetRecordTemplate]] + }}
tag:timesheettest
label:'newSavedTiddler button'

Of these three methods, the newTiddler method lets me easily specify
default content by adding a data /data statement to the text,
but opens the tiddler in edit mode when I would much rather it be in
view mode. The newTiddlerWithForm method lets me specify default
content and opens the new tiddler in view mode, but doesn't let me
automatically add tags to the new tiddler. The newSavedTiddler opens
in view mode and lets me specify default content, but does not let me
automatically create a title for the tiddler (instead you need to type
in the new title at a prompt).

What I would like to be able to do is to modify newTiddlerWithForm so
that this macro accepts a tags: parameter. Is it possible to do
this? If so, how would I start doing this?

Or, is there another way to achieve what I want to do?

I have found these two threads:
'coding to auto-tag a tiddler created by FormTiddlerPlugin?'
http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/7212cac6b63270ca/ced547906b9cca21?hl=en

'Automatically adding tags when using NewTiddlerWithForm'
http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/c642fe8e6eb9e6f9/6f0fc14879e089d3?hl=en

Cheers
Andrew Mc

--~--~-~--~~~---~--~~
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: Tagging tiddlers created with newTiddlerWithForm

2009-05-27 Thread AndrewMc

Hi Alex

Thanks for the suggestion. The TaskTimerPlugin looks interesting but
seems to be most useful for when you are timing activities while you
have access to your Wiki. In my case, however, I want to enter the
times that I have spent doing other activities which are almost always
done away from a computer. So, sadly, TaskTimerPlugin won't solve my
particular problem.

Cheers
Andrew Mc

On May 28, 12:17 am, Alex Hough r.a.ho...@googlemail.com wrote:
 Try Erics solution:

 http://www.TiddlyTools.com/#TaskTimerPluginhttp://www.TiddlyTools.com/#TaskTimerPluginInfo

 Alex

 2009/5/27 AndrewMc newsp...@post.com:





  Hi All

  I am working on a study project for which I need to record the hours
  that I work. I am trying to store these timesheet records in my
  wiki . I have set up a template tiddler containing a form with three
  fields: Date, Hours, and Topic. I wish to have a macro button that
  enables me to create new timesheet records. I have tried three ways of
  doing this. I have added Udo's 
  plugin,http://tiddlywiki.abego-software.de/#FormTiddlerPlugin,
  and used newTiddler with formTiddler,  and used
  newTiddlerWithForm.  I have also 
  triedhttp://zaptest.tiddlyspot.com/#NewSavedTiddlerPlugin
  and the newSavedTiddler macro.

  newTiddler
  title:{{Time_test_+(new Date()).formatString
  (0MM0DD_hh0mm0ss)}}
  label:New timesheet record button
  text:{{formTiddler TimesheetRecordTemplate\\}}
  tag:timesheettest

  newTiddlerWithForm
  TimesheetRecordTemplate
  newtiddlerwithform button
  [[Time_test_+(new Date()).formatString(0MM0DD_hh0mm0ss)]]

  newSavedTiddler
  text:{{formTiddler [[TimesheetRecordTemplate]] + }}
  tag:timesheettest
  label:'newSavedTiddler button'

  Of these three methods, the newTiddler method lets me easily specify
  default content by adding a data /data statement to the text,
  but opens the tiddler in edit mode when I would much rather it be in
  view mode. The newTiddlerWithForm method lets me specify default
  content and opens the new tiddler in view mode, but doesn't let me
  automatically add tags to the new tiddler. The newSavedTiddler opens
  in view mode and lets me specify default content, but does not let me
  automatically create a title for the tiddler (instead you need to type
  in the new title at a prompt).

  What I would like to be able to do is to modify newTiddlerWithForm so
  that this macro accepts a tags: parameter. Is it possible to do
  this? If so, how would I start doing this?

  Or, is there another way to achieve what I want to do?

  I have found these two threads:
  'coding to auto-tag a tiddler created by FormTiddlerPlugin?'
 http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/7212...

  'Automatically adding tags when using NewTiddlerWithForm'
 http://groups.google.co.nz/group/TiddlyWiki/browse_thread/thread/c642...

  Cheers
  Andrew Mc

 --
 t: 0161 442 2202
 m: 0781 372 50 17
 skype: alexhough
 delicious: alexhough
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---