[tw] Re: Omit Specific Tags From Procedure; How to

2011-02-09 Thread TK
]]>>'; config.shadowTiddlers['Tab'+tags[i][0]]=txt; } } return '<<tabs chkTagTabs '+tabs+'>>'; I am a bit out of my depth. Any suggestions. On Feb 3, 9:53 am, Tobias Beer wrote: > Hi TK, >

[tw] Omit Specific Tags From Procedure; How to

2011-02-01 Thread TK
During my TiddlyWiki travels I stumbled upon and saved the following piece of code believing it might be useful one day (when I had learned more about TiddlyWiki). var tags=store.getTags(); if (!tags.length) return; var tabs=''; var tabfmt='[[ %0 ]] "list tiddle

[tw] FET Question about available date attributes

2011-01-25 Thread TK
G'day I want to create a list of tiddlers ordered by the date the tiddler was last opened. It will be like a breadcrumb trail (though I want to use it as a tool for maintaining/culling old tiddlers that I rarely visit). I can use the For Each Tiddler functionality to create the list ordered by

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-09 Thread TK
G'day I have this working. Thank you. Presently all the tags in my wiki are included and I only want selected tags to appear. How can I restrict the tabs to a selected set of tags? Tony On Oct 5, 7:54 pm, Eric Shulman wrote: > > The code below renders a multi tabbed 'box'. > > > Each tab

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-05 Thread TK
G'day Eric I must be doing something wrong. I downloaded the InlineJavascriptPlugin; then copied and pasted into a tiddler everything between the opening and closing script tags; then when I left edit mode I got the following error. [JavaScript Application] URIError: malformed URI sequence

[tw] Re: For Each Tiddler Question

2010-10-04 Thread TK
Thank you for your suggestion, it works beautifully. How can one find out more about all the available commands? Tony On Oct 3, 1:46 pm, octw wrote: > > I would like to add a line to exclude some tags e.g. (in psuedo code) > > where tag contains "task" and tag EXCLUDES "foo". > > > Is this poss

[tw] For Each Tiddler and Multi Tabbed Box Question

2010-10-04 Thread TK
G'day The code below renders a multi tabbed 'box'. Each tab is labelled with the name of a tiddler. I would like to label each tab with the name of a tag and list the tiddler titles under each tab. My feeble attempt (also below) did not work. Any Suggestions? Original Code

[tw] For Each Tiddler Question

2010-10-02 Thread TK
G'day I am successfully using the following forEachWiki code to filter a particular tag. <> I would like to add a line to exclude some tags e.g. (in psuedo code) where tag contains "task" and tag EXCLUDES "foo". Is this possible and if so, how? Tony -- You received this message because you

[tw] Question about formatting within curly braces

2010-10-01 Thread TK
The following is a small sample output (cut and paste) from a unix session. Notice that it appears within curly braces. I would like to bold the first line to make the unix command stand out from the reams of output. Is bolding possible and if so how, with the text appearing within curly braces

[tw] How to modify Eric's breadcrumbs plugin

2010-04-12 Thread TK
G'day I have found Eric Shulman's breadcrumbs plugin very useful. I notice from the documentaiton that the placement of the breadcrumbs can be modified. I would like to add a new tab to "Timeline All Tags More" (sorry, dont know how else to refer to this) display area on the right of the TW an

[tw] List tiddlers in order that they are viewed

2010-03-21 Thread TK
G'day Group I wonder if this is possible? Listing tiddlers in the order in which they have been viewed or opened. Could I use something like the following but replace 'created' with 'touched' or opened ? <> Tony -- You received this message because you are subscribed to the Google Groups

[tw] Re: Problem implementing sorting macro

2010-03-03 Thread TK
Yes, I did close the macro. that was a copy and paste error with the post to the group. On Mar 4, 12:35 pm, Mike wrote: > did u close the macro? > <> > > mike > > On Mar 3, 7:16 pm, TK wrote: > > > G'day > > > My aim is to sort alphabetic

[tw] Problem implementing sorting macro

2010-03-03 Thread TK
G'day My aim is to sort alphabetically, the tiddlers listed in the "All" list. A search led me to this code: <> which i found at this site http://tiddlywiki.abego-software.de/#[[List%20all%20tiddlers%2C%20sorted%20by%20their%20titles%2C%20ignoring%20their%20case]] But it does not work for me.

[tw] Re: appearance of text between {{{ }}}

2010-03-01 Thread TK
Eric, thank you for you reply, works beautifully. Now I have fragments of programming code which stand out nicely. How could I have discovered this information for myself? How can I discover other bits of information like this? Tony On Mar 2, 1:36 pm, Eric Shulman wrote: > > How can I change

[tw] appearance of text between {{{ }}}

2010-03-01 Thread TK
G'day How can I change the appearance of text that I place between {{{ }}} three curly braces? e.g. change the font size and font colour. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@goo

[tw] Re: Change the colour of the background in a tiddler in edit mode

2010-02-01 Thread TK
G'day Alex This change is very interesting to a new user of TW. It worked for me. Are there details anywhere (on the internet) of what other features of TW can be customised? For example, how does one discover how to change the background of a tiddler. Even better, can you explain why the abov

[tw] Re: Implement [[hyperlink]] within {{{pre}}}

2010-01-19 Thread TK
Eureka! Got it working and learned how to install a plugin in the process. Thank you all once more. Tony On Jan 20, 7:22 am, Tony Kelly wrote: > That would be the problem.  I did not install the HTMLFormattingPlugin. > > I have since followed the link to tiddlytools.com and found the said

[tw] Re: Implement [[hyperlink]] within {{{pre}}}

2010-01-18 Thread TK
ut the HTMLFormattingPlugin > athttp://tiddlytools.com/#HTMLFormattingPluginInfo > > Ken Girard > > On Jan 17, 3:02 pm, TK wrote: > > > G'day Mark > > > Thanks for your reply. > > > You say "use HTML to create your pre structure". > > > Be

[tw] Re: Implement [[hyperlink]] within {{{pre}}}

2010-01-17 Thread TK
d you include a link to "Eric Shulman's HTMLFormattingPlugin" if you have one. Thanks TK On Jan 17, 4:12 pm, "Mark S." wrote: > I believe the standard suggestion is to use HTML to create your pre > structure. Then use Eric Shulman's HTMLFormattingPlugin to a

[tw] Implement [[hyperlink]] within {{{pre}}}

2010-01-16 Thread TK
m would be appreciated. TK -- 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

[tw] Re: How can I create a new style (if that is the correct word)?

2010-01-12 Thread TK
G'day Again Thank you (and PMario) very much. This now works just as I want it to work. East when you know how. I will make good use of this now. Thanks again. TK On Jan 13, 7:51 am, Måns wrote: > Hi TK > > To me it seems that you almost went all the way yourself - > repla

[tw] How can I create a new style (if that is the correct word)?

2010-01-12 Thread TK
So back to my original question; How can I create a new style (if style is the right word) which i can use to format text as monospaced while still being able to create a hyperlink from within that text? Thanks TK -- You received this message because you are subscribed to the Google Groups &qu

[tw] How do I change a particular font

2010-01-04 Thread TK
How do I change the font of text which appears between {{{ }}} these curly braces? TK -- 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 g