[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

[tw] Re: Working Javascript code for improvement suggestions

2010-02-12 Thread Mark S.
Hi Mike, Without actually trying it, it looks pretty good. Small things only. The rr variable goes unused. It looks like you were testing using document.write. Usually I test using wikify("string", place) ; But I don't know if it matters, but I believe it will work in most cases whereas docume

[tw] iframe source text wrap

2010-02-12 Thread agrissom
i am using html that contains the command iframe src= in order to display the contents of a text file in an iframe within tiddlywiki. is there any way to get the text that is within the iframe to wrap to the frame? -- You received this message because you are subscribed to the Google Groups "Tid

[tw] Different ordered lists in tiddlers

2010-02-12 Thread Mjh
I understand how to set up ordered lists in StyleSheet. But can I use a numeric ordered list in one tiddler and an alpha ordered list in another tiddler? For example: TiddlerNumber1 1. Item 1 2. Item 2 3. Item 3 TiddlerNumber2 A. Item 1 B. Item 2 C. Item 3 Thanks to anyone responding. -- Yo

[tw] Re: Trailing White space after preformat markup causing issues

2010-02-12 Thread Mike
Replicated this in my tw {{{ testcode }}} (space or any characters here breaks markup) {{{testcode}}} (no problems here) Mike On Feb 12, 2:33 pm, Kelly N <36l...@gmail.com> wrote: > All, > > Not sure if this is already a known issue or just accepted as "how it > is" but I noticed that if I use

[tw] Trailing White space after preformat markup causing issues

2010-02-12 Thread Kelly N
All, Not sure if this is already a known issue or just accepted as "how it is" but I noticed that if I use the preformat markup - {{{ - Mozilla Firefox 3.6 and Chrome Beta miss the closing braces if there is trailing whitespace. Took me a few minutes to figure out why my code blocks were get

[tw] Re: Format cells in a table

2010-02-12 Thread Mike
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]];

[tw] Working Javascript code for improvement suggestions

2010-02-12 Thread Mike
I tend to take the long way of doing things . . . So here is my code (working) (script placed in div fD) Looking for any suggestions or areas of improvement Using MatchTagsPlugin + Inline JavascriptPlugin (www.tiddlytools.com) {{center{ var tids=store.getMatchingTiddlers("Cigar && ! excludeLists

Re: [tw] Re: How does the collapsible paragraphs work? part II

2010-02-12 Thread steve kwong
Thanks . Much Appreciated. steve On 12 February 2010 18:14, TonG wrote: > Hi Steve, > > That is Eric's NestedSliderPlugin > http://www.tiddlytools.com/#NestedSlidersPlugin > > Ton > > On Feb 12, 4:57 pm, stevek wrote: > > Hi all , > > > > I left out another part of the same question from my pr

[tw] Re: How does the collapsible paragraphs work? part II

2010-02-12 Thread TonG
Hi Steve, That is Eric's NestedSliderPlugin http://www.tiddlytools.com/#NestedSlidersPlugin Ton On Feb 12, 4:57 pm, stevek wrote: > Hi all , > > I left out another part of the same question from my previous post. > The collapsible "sections" has the following syntax +++[Your Text]. > I'm still

Re: d3 plugin problem: Adding EasyEdit or EasyFormat

2010-02-12 Thread Mark Cooper
OK, found an alternative from here: http://www.tiddlytools.com/quickstart/basics.html To install in d3 I did the following: 1. Goto "*backstage*" in my standard d3 and then "*import*"... 2. Entered this as the *URL*: http://www.tiddlytools.com/quickstart/basics.html 3. Selected all pl

[tw] How does the collapsible paragraphs work? part II

2010-02-12 Thread stevek
Hi all , I left out another part of the same question from my previous post. The collapsible "sections" has the following syntax +++[Your Text]. I'm still clueless what possible plugin or macro or script that uses the above notation. If anyone knows, please reply. Thanks in advance. steve -- Yo

[tw] How does the collapsible paragraphs work?

2010-02-12 Thread stevek
Hi TiddlyWiki group, A Newbie to TiddlyWiki . I want to learn how the author did these collapsible paragraphs in TiddlyWiki. I came across the, in the "embed" Tiddler at http://twhelp.tiddlyspot.com/site. Direct link is http://twhelp.tiddlyspot.com/#embed. Any help welcomed. Thanks in advance

[tw] Re: Is it possible to directly redirect one tiddler to another?

2010-02-12 Thread whatever
There is another possibility. You can use aliases. Basically, you can define alternative names (aliases) for a specific tiddler. See http://tiddlywiki.org/wiki/Aliases w On Feb 12, 3:48 pm, Anubitz wrote: > Thank you both for your swift replies. I will report back on the > method that works best

[tw] Re: Is it possible to directly redirect one tiddler to another?

2010-02-12 Thread Anubitz
Thank you both for your swift replies. I will report back on the method that works best for me. Anubitz -- 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 gro

[tw] Re: Is it possible to directly redirect one tiddler to another?

2010-02-12 Thread whatever
If you have a lot of such terms, you can save on confusion and dboule writing by creating a second tiddler, which simply displays the content of the first tiddler. For example: You have terms "Michael Jackson" and "Jacko" and they both mean the same thing. You can create a tiddler named "Michael Ja

[tw] Re: Format cells in a table

2010-02-12 Thread whatever
Using CSS, you can define classes. Then for the cells that need a different look, you simply specify the class. td {background: yellow;} td.custom {background: pink;} cell1 cell2 cell3 In this case, the first and the third cell will be yellow and the second pink. Or you can directly spec

[tw] using systemConfig

2010-02-12 Thread skye riquelme
Hi All I want to have a tiddler with a simple line such as - <> and the tiddler tagged as "systemConfig"..thinking that when a student opens their local TW this tiddler have it read the TW at "URL" and upload any tiddlers tagged "Update" - thus keeping the local TW synchronized with the "moth

[tw] Re: Request: Firebug tutorial for TiddlyWiki

2010-02-12 Thread MGT
Shavinder, Thanks for pointing out the link to Eric's site: http://www.tiddlytools.com/insideTW/ Very useful. Marl On Feb 11, 11:49 am, shavinder wrote: > I have used firebug in past some years. Some of the uses are: > > 1. to inspect DOM in order to find out what div.class and div.id I > nee

[tw] Re: Is it possible to directly redirect one tiddler to another?

2010-02-12 Thread PMario
Hi, I think what you are looking for is PrettyLinks see http://tiddlywiki.com/#PrettyLinks If you type "format" into the search box, you may find some more interesting things about formating. And have a look at http://tiddlywiki.org/wiki/TiddlyWiki_Markup regards -m On Feb 12, 7:37 am, Anubitz

Re: [tw] TiddlyWiki's save file section

2010-02-12 Thread FND
Strictly development-related issues are better discussed on the dev group: http://groups.google.com/group/TiddlyWikiDev/ You're more likely to get competent help there. I believe there was a post somewhere recently that had a demo page featuring the save file section of TiddlyWiki. I belie