[tw] Re: Displaying selected tiddler in Sidebar

2011-06-07 Thread Cyrill
Hello, sometthing brocken with the file ? - with firefox only a white site Regards On 7 Jun., 01:48, skye riquelme riquelme.s...@gmail.com wrote: Hi Mans Sorry to delay in responding.you can see a copy of what I came up with here

[tw] Re: Indent pre?

2011-06-07 Thread Sub
That's CSS and no solution to my problem, since I want to use normal pre boxes as well. The problem is how to indent thos in lists so the DOM is dddlpre... -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Indent pre?

2011-06-07 Thread Julian Knight
Again, if you use something like Firebug, you will be able to see the path to any element. Once you have that, you can style it. Your example gives HTML of: div class=viewer ul dl dd code Foo bar /code /dd /dl ul /div So something like: .viewer ul

Re: ToggleTag List

2011-06-07 Thread Didier Bretin
Hi, On 26 mai, 10:56, Javix javipe...@gmail.com wrote: This was already done with Checkboxplugin, but, as you may know, has some bugs and breaks the code (cannot be used in mGSD). Do you mean that the plugin Checkboxplugin can't work with mGSD ? I have imported a few days and now I have some

Re: my dashboard and a question

2011-06-07 Thread Didier Bretin
Hi, On 30 mai, 14:54, dmic dan.mi.c...@gmail.com wrote: mgtdList title:'Actions not modified in the last 14 days' startTag:Action tags:'Next !Done' view:ActionProj mode:global     group:Context     gView:Context     where:' tiddler.modified = (new Date()) - 14*1000*60*60*24 '    

[tw] Re: Indent pre?

2011-06-07 Thread Sub
Again, not the solution of my problem... I don't want to style it, I want to produce that output! -- 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

[tw] Re: Indent pre?

2011-06-07 Thread Julian Knight
Sorry, posted too quick. That would of course change all code inserted in level 1 lists. If this is not acceptable, you need to attach a custom class or custom css. Using: * List item 1 * List item 2 - Code: {{classname{ text to be formatted }}} * List item 13 With CSS something like:

[tw] Re: Screwy Tab CSS

2011-06-07 Thread Julian Knight
You might also experiment with the z-order so that you force any overflows to disappear behind other elements. These are the reasons that I disagree with the folks who insist that only DIV based layouts are valid. It is hard and often impossible to make a fully robust DIV based layout whereas

[tw] Re: Indent pre?

2011-06-07 Thread Sub
Ah ok, thanks. * List item 2 - Code: {{classname{ {{{ Foo bar }}} }}} * List item 3 is a bit uncomfortable. I was hoping for an inhouse solution. In MediaWiki you can indent pretty much everything. E.g. * List : preFoo bar/pre -- You received this message because you are subscribed to the

[tw] Re: Indent pre?

2011-06-07 Thread Sub
LOL, damn br tags. * List item 1 {{classname{ {{{ Code }}} }}} * List item 2 produces too many br tags above List item 2. -- 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

[tw] Re: Indent pre?

2011-06-07 Thread Sub
Even in Google groups posts :O Very buggy forum. -- 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

[tw] Re: Indent pre?

2011-06-07 Thread Eric Shulman
On Jun 7, 6:36 am, Sub subfa...@googlemail.com wrote: Again, not the solution of my problem... I don't want to style it, I want to produce that output! You *can* get block-level elements (such as PRE) to nest inside a bullet list item. The trick is to contain the entire bullet item in a

[tw] Re: Indent pre?

2011-06-07 Thread Sub
Ah nested element! pre* List item 1 * {{block{List item 2 - Code: {{{ Foo bar }}} }}} * List item 3/pre This works fine :) The previous pre* List item 2 - Code: {{classname{ {{{ Foo bar }}} }}} * List item 3/pre created even 2 lists with List item 3 in a seperate list. -- You received this

[tw] Automatically Append Text to Existing tiddler Content Upon Editing

2011-06-07 Thread MHill
I am hoping someone can tell me how to achieve the following behavior in Tiddlywiki: When I click the Edit link on a tiddler that already contains some content, a couple of newlines and '[current date/time]: ' are automatically appended in the edit box before I begin typing. For example, if an

[tw] Re: Automatically Append Text to Existing tiddler Content Upon Editing

2011-06-07 Thread Eric Shulman
a couple of newlines and '[current date/time]: ' are automatically appended in the edit box before I begin typing. While not exactly as you describe, you might try either of these: http://www.TiddlyTools.com/#CommentPlugin http://www.TiddlyTools.com/#CommentPluginInfo

[tw] Hotkeys

2011-06-07 Thread Trey
Hi TW Group! I have a question about the captureKeysMacro, an overview of which is here: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/b637fb983e54727f I'm doing a redesign of my personal TW. My design concept is all based around the ability to do fancy things with hotkeys. In