[tw] Re: How to hide options menu in the view mode

2008-10-27 Thread Eric Shulman
> want to hide options menu of the sidebar during the view mode. There are several ways to do this. One of them is to use http://www.TiddlyTools.com/#InlineJavascriptPlugin With this plugin installed, you can then embed ... code in your tiddlers to dynamically generate and return tiddler con

[tw] Re: TiddlyWiki for creating reports - TiddlyTiller

2008-10-27 Thread Steve Brettell
Thanks. That was the solution. Things are up and working. A new lesson learned. SteveB On Mon, 2008-10-27 at 16:54 -0700, Eric Shulman wrote: > > > Just right-click the link in the original posting and choose Save Link As. > > > I tried this and got the message that the java script was broke

[tw] How to hide options menu in the view mode

2008-10-27 Thread Murat Tepegoz
Hi all, I am new to tiddlywiki, so I am sorry if the question is so obvious. I want to hide options menu of the sidebar during the view mode. Is there any easy way to do this? I found out how to customize the toolbar but could not find how to do that for the side bar. Thanks in advance --~--~--

[tw] Re: TiddlyWiki for creating reports - TiddlyTiller

2008-10-27 Thread Eric Shulman
> > Just right-click the link in the original posting and choose Save Link As. > I tried this and got the message that the java script was broken.  I'll > try the command line. Did you perhaps right-click on the *background* of the page and then use the "Save Page As..." command? That would res

[tw] Re: TiddlyWiki for creating reports - TiddlyTiller

2008-10-27 Thread Steve Brettell
I tried this and got the message that the java script was broken. I'll try the command line. SteveB On Mon, 2008-10-27 at 16:20 +, FND wrote: > > Can you enlighten me on how to download it without that button. > > Just right-click the link in the original posting and choose Save Link As. >

[tw] Re: Creating linked tiddlers pre-tagged

2008-10-27 Thread kilucas
Thanks for the ideas here. I suspect that producing a plugin to hijack the editor may be beyond me (although I note that standard HTMLArea may have a facility for hijacking all textarea editors so maybe that would work. But I'd still like to be able to edit standard tiddlers with the standard edi

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Eric Shulman
> After your fix is committed, is CoreTweak the only tiddler I need to > re-import ? Yup. Just re-import http://www.TiddlyTools.com/#CoreTweaks enjoy, -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWik

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
This is cool! Thank you very much! BTW, is there a way for me to get automatically notified when any of my imported plugin tiddlers has update ? Y On Oct 27, 2:22 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > After your fix is committed, is CoreTweak the only tiddler I need to > > re-import

[tw] Re: Creating linked tiddlers pre-tagged

2008-10-27 Thread Anthony Muscio
Perhaps it is not relevant with HTMLarea however; http://www.TiddlyTools.com/#AutoTaggerPlugin Has an option; add default tag(s) when saving tiddlers that are not otherwise tagged TonyM On Tue, Oct 28, 2008 at 03:28, FND <[EMAIL PROTECTED]> wrote: >

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
This is cool! Thank you very much! BTW, is there a way for me to get automatically notified when any of my imported plugin tiddlers has update ? Y On Oct 27, 2:22 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > After your fix is committed, is CoreTweak the only tiddler I need to > > re-import

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Eric Shulman
> The CoreTweak that adds the 'sortby' param to the <> > macro needs to also adjust the code in the onClickTagOpenAll() > function so that it can perform the necessary sorting before > displaying the tagged tiddlers.  I'm working on this, and will post an > update soon (probably later today). htt

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
This is cool! Thank you very much! BTW, is there a way for me to get automatically notified when any of my imported plugin tiddlers has update ? Y On Oct 27, 2:22 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > After your fix is committed, is CoreTweak the only tiddler I need to > > re-import

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
After your fix is committed, is CoreTweak the only tiddler I need to re-import ? Thanks! Yannan On Oct 27, 12:21 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > This seems to give a drop-down menu of tiddlers as a sorted list when > > you click on the link in the MainMenu, but when you click "op

[tw] Re: Announcing d-cubed version 1.2.0

2008-10-27 Thread FND
> I would like to announce an update to d-cubed, version 1.3.0. D-cubed > (or d3) is one of the two very popular GTD systems based on TiddlyWiki. Glad to see that d3 is still going strong - keep up the good work, Tom! -- F. --~--~-~--~~~---~--~~ You received th

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread okido
A small script will also do the job, inlinejavascript pluging is needed. Place the code below in a tiddler var out = ""; var tids = store.sortTiddlers(store.getTaggedTiddlers("tagfoo"),"- modified"); for (var t=0; t

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
After your fix is committed, is CoreTweak the only tiddler I need to re-import ? Thanks! Yannan On Oct 27, 12:21 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > This seems to give a drop-down menu of tiddlers as a sorted list when > > you click on the link in the MainMenu, but when you click "op

[tw] Re: How to format source code in TW ?

2008-10-27 Thread FND
> I've been looking at this problem myself. I've created a page for this on the community wiki: http://www.tiddlywiki.org/wiki/Syntax_Highlighting Feel free to add any notes or tips there. -- F. --~--~-~--~~~---~--~~ You received this message because you a

[tw] Re: Using ASCIIsvg in TW

2008-10-27 Thread kilucas
I've made limited progress. My browser now recognmises that I'm trying to display an SVG picture but doesn't actually draw the picture I intend. Here's what I've done and what I'm thinking of trying next. I've inserted the Start textEnd text. Although an SVG area is displayed by my browser now,

[tw] Re: How to format source code in TW ?

2008-10-27 Thread [EMAIL PROTECTED]
I've been looking at this problem myself. I took the formatter from http://genisis329.googlepages.com/TWMath.html#CodeFormatter and changed the keywords for SQL: config.formatters.push( { keywords : { "SELECT":"brown", "WHERE":"brown", "FRO

[tw] Re: Announcing d-cubed version 1.2.0

2008-10-27 Thread Tom Otvos
Notwithstanding the message title, this is version 1.3! Duh. -- tomo "Breathing in long, he discerns, 'I am breathing in long'" - MN 118 On 27-Oct-08, at 1:53 PM, Tom Otvos wrote: > GTDers, > > I would like to announce an update to d-cubed, version 1.3.0. D- > cubed (or d3) is one of the two v

[tw] Announcing d-cubed version 1.2.0

2008-10-27 Thread Tom Otvos
GTDers, I would like to announce an update to d-cubed, version 1.3.0. D-cubed (or d3) is one of the two very popular GTD systems based on TiddlyWiki. This is a minor update to the previous 1.2 release of d-cubed, providing compatibility with the latest (2.4.1 as of this writing) version of

[tw] Re: Relative references to images in HTMLArea

2008-10-27 Thread kilucas
Bram Thanks for this. Does this mean that it should be working in the latest version of HTMLArea at your site? I believe I'm using the latest unless you've updated it in the last few days and that's the one that's converting my relative references to absolutes. Or are you perhaps indicating tha

[tw] Re: Heading styles in Mathematical HTMLARea

2008-10-27 Thread kilucas
Bram Thanks for this. It hadn't occured to me that security might still be causing problemns and I'll try to check this out though it's not an area of expertise for me. I get a security warning about leaving the current page in IE6 when I invoke the HTMLArea editor and always tell my browser to

[tw] Re: Using Tiddler Sections

2008-10-27 Thread kilucas
Bram Thanks for this. Do we know roughly when that'll be available perhaps? Thanks Kevin On Oct 27, 4:29 pm, BramChen <[EMAIL PROTECTED]> wrote: > Kevin > > It will be fixed in next release of AsciiMath package. > > On 10月26日, 上午8時48分, kilucas <[EMAIL PROTECTED]> wrote: > > > > > I've mostly g

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Eric Shulman
> This seems to give a drop-down menu of tiddlers as a sorted list when > you click on the link in the MainMenu, but when you click "open all", > the newer tiddlers till appear below older ones. Did I miss > something ? No. I did. The CoreTweak that adds the 'sortby' param to the <> macro needs

[tw] Re: Blinking left line in tiddler area

2008-10-27 Thread FND
> I also believe it must be a rendering bug One of my colleagues has just confirmed that he has seen a similar Firefox rendering bug before (unrelated to TW). I'm afraid I can't point you to a specific resource on that - but it's something you should ask the Mozilla team about (they might alrea

[tw] Re: Relative references to images in HTMLArea

2008-10-27 Thread BramChen
It was fixed in HTMLArea-3.0-last-20071025, adopted in next release of AssciiMath package. On 10月27日, 上午5時48分, kilucas <[EMAIL PROTECTED]> wrote: > I'm > usingHTMLAreafromhttp://sourceforge.net/project/showfiles.php?group_id=150646&package_... > and have used the toolbar button and associated di

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
This seems to give a drop-down menu of tiddlers as a sorted list when you click on the link in the MainMenu, but when you click "open all", the newer tiddlers till appear below older ones. Did I miss something ? (I saved TW file and reloaded it). In BreadcrumbsPlugin, there is an option to limit

[tw] Re: Using Tiddler Sections

2008-10-27 Thread BramChen
Kevin It will be fixed in next release of AsciiMath package. On 10月26日, 上午8時48分, kilucas <[EMAIL PROTECTED]> wrote: > I've mostly got CoreTweaks to manage links to tiddler headings and > thought I'd try links to sections. I placed the following in a tiddler > called Triangle: > > /% > !Lastproof

[tw] Re: Creating linked tiddlers pre-tagged

2008-10-27 Thread FND
> Is there a way to tell my TW that a tiddler created by clicking on the > name of a non-existent tiddler should be tagged as "wysiwyg" and > should open in the HTMLArea editor first time please? Well, you could pre-populate the regular EditTemplate: However, that won't use the HTMLArea ed

[tw] Re: Heading styles in Mathematical HTMLARea

2008-10-27 Thread BramChen
Kevin Unfortunately, you need to know that the original developer of HTMLArea has stopped maintaining it, HTMLArea may not work for some of borwsers in the future. Fortunately, HTMLArea-3.0-last-20071025 had been fixed some issues in browsers, it would resolve some of your problems, and I'd imp

[tw] Re: TiddlyWiki for creating reports - TiddlyTiller

2008-10-27 Thread FND
> Can you enlighten me on how to download it without that button. Just right-click the link in the original posting and choose Save Link As. You could also use "wget " on the command line... -- F. --~--~-~--~~~---~--~~ You received this message because you are s

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
I recall there is an option to limit the max number of tiddlers which can be opened at the same time, would that solve the problem ? On Oct 27, 11:02 am, Eric Shulman <[EMAIL PROTECTED]> wrote: > On Oct 27, 8:42 am, Yannan <[EMAIL PROTECTED]> wrote: > > > How to create a tiddler to open the lates

[tw] Re: How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Eric Shulman
On Oct 27, 8:42 am, Yannan <[EMAIL PROTECTED]> wrote: > How to create a tiddler to open the latest 10 tiddlers tagged with > "tagfoo" ? > > I want to put something on the MainMenu such that when it is clicked, > the list of latest 10 tiddlers tagged with a particular tag will be > displayed. Th

[tw] How to create a tiddler to open the latest tiddlers tagged with a particular tag

2008-10-27 Thread Yannan
How to create a tiddler to open the latest 10 tiddlers tagged with "tagfoo" ? I want to put something on the MainMenu such that when it is clicked, the list of latest 10 tiddlers tagged with a particular tag will be displayed. Thanks! Yannan --~--~-~--~~~---~--~~

[tw] Re: How to format source code in TW ?

2008-10-27 Thread FND
> How do I type in source code (C++, etc.) in to a tiddler so its > formatting is verbatim ? Also see the community wiki: http://www.tiddlywiki.org/wiki/TiddlyWiki_Markup#Preformatted http://www.tiddlywiki.org/wiki/Escaping#Wiki_Markup > Is it possible to get some syntax highlighting ?

[tw] Re: How to format source code in TW ?

2008-10-27 Thread Yannan
I appreciate you prompt answer. It does the formating for me. Is it possible to get some syntax highlighting ? Thanks! On Oct 27, 10:18 am, Eric Shulman <[EMAIL PROTECTED]> wrote: > > How do I type in source code (C++, etc.) in to a tiddler so its > > formatting is verbatim ? > > Enclose the C+

[tw] Re: How to format source code in TW ?

2008-10-27 Thread Eric Shulman
> How do I type in source code (C++, etc.) in to a tiddler so its > formatting is verbatim ? Enclose the C++ code within a "pre" block: {{{ code goes here }}} Important note: the {{{ and }}} sequences must occur on separate lines, with no leading or trailing whitespace. enjoy, -e Eric Shulman

[tw] How to format source code in TW ?

2008-10-27 Thread Yannan
How do I type in source code (C++, etc.) in to a tiddler so its formatting is verbatim ? is it possible to have some syntax highlight as well ? Thanks! Yannan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Tiddly

[tw] Re: Tiddler Display Area Constraint

2008-10-27 Thread Eric Shulman
> I'm trying to create a menu that runs across the top and fits > seamlessly with the main tiddler display area.  My question is how is > the main tiddler area constrained within the page?  I can't get the > menu to behave the same. To create a "StoryMenu" that appears at the top of the story co

[tw] Tiddler Display Area Constraint

2008-10-27 Thread Zypher
I'm trying to create a menu that runs across the top and fits seamlessly with the main tiddler display area. My question is how is the main tiddler area constrained within the page? I can't get the menu to behave the same. What are its margins, padding, position etc. Thanks --~--~-~--~

[tw] Re: TiddlyWiki for creating reports - TiddlyTiller

2008-10-27 Thread Steve Brettell
Phil, Usually there is some button on the Getting Started page that says "download by clicking HERE," or some such thing. I don't see it on yours, and it looks like something I would have use for. Can you enlighten me on how to download it without that button. I'm using Ubuntu with FF. and the

[tw] Re: RelatedTagsPlugin request

2008-10-27 Thread wolfgang
> I really like RelatedTagsPluginWithExtendablePopup to navigate through > related tags. (sorry, can't find the location anymore) Found the sources in its original thread: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/1f67ae9c132a1b4/68c3732fcbc5a12a?lnk=gst&q=RelatedTags# > Re

[tw] Re: I wish to make TiddlyWiki display like standard wikis

2008-10-27 Thread wolfgang
Hi Eric, > > Further I believe ListRelatedPlugin could be really useful for > > creating side maps: > > >http://svn.tiddlywiki.org/Trunk/contributors/JeremyRuston/plugins/Lis... > > Try this: >http://www.TiddlyTools.com/#RelatedTiddlersPlugin > > Recursively walks the 'links' information in e