[tw] Beautify external url link text

2011-04-14 Thread Sub
Hi, want to beuatify the external links that are created from a plain text URL (I think they are called urlLink): Remove http://, https:// and www. prefixes: http://www.google.com returns google.com as link text Shorten long URLs:

[tw] Re: Beautify external url link text

2011-04-19 Thread Sub
I know how to use links. But that what I requested. On Apr 15, 12:54 am, PMario pmari...@gmail.com wrote: Hi, Just use [[Pretty text|http://your/long/url/comes/here]] will create a Pretty text link. see:http://docs.tiddlyspace.com/#[[Links%20formatting]] for more -m -- You received this

[tw] Firefox doesn't remember my script warning OK

2011-04-25 Thread Sub
Firefox warns me about the script being dangerous after every reboot, although I click Remember my decission each time. Any hint how to fix it so Firefox remembers my TW as being SAFE (if possible without disabling important security checks in about:config)? -- You received this message because

[tw] Re: Firefox doesn't remember my script warning OK

2011-04-25 Thread Sub
not a new behaviour. FF 3 and 4 checked even after a 'sleep' mode or 'hibernate'. I prefer it that way actually -- I have some tiddlywiki on thumb drives and I don't want to do any saves unless I know the virus scanner has taken a look first. On Apr 25, 7:41 pm, Sub subfa...@googlemail.com wrote

[tw] Firefox Addon Pinger doesn't work

2011-04-26 Thread Sub
I use the Firefox Addon Pinger https://addons.mozilla.org/en-us/firefox/addon/pinger/ to check a list of links regulary. Unfortunatly it doesn't check any links in TW. I only got to work links in the menu on the left. Anone knows how to fix it? -- You received this message because you are

[tw] Re: Firefox Addon Pinger doesn't work

2011-04-26 Thread Sub
Thanks for your fast reply. Sorry if I was a bit unclear. The list are all external links to some normal websites (no TWs). The list a report of all external link in my CMS and I want to store them in my TW. When I open the tiddler and richt-click Ping all links, nothing happens and only 2

[tw] Re: Hot to move backstage section?

2011-05-23 Thread Sub
Thanks, this works perfectly! :) -- 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

[tw] Re: Firefox 4 compatibility issue

2011-05-24 Thread Sub
Didn't notice it till I read this thread, but I have it too (FF, Chrome, IE). BackStageRemove DisableWikiLinksPlugin HTMLFormattingPlugin ImageSizePlugin InlineJavascriptPlugin SimpleSearchPlugin Downloaded a fresh TW from http://www.tiddlywiki.com and it's there too in all browsers. Looks like

[tw] Re: How can I get the search function to ignore accented foreign words?

2011-05-24 Thread Sub
Not too easily. The search is not super precise, it's just simple. On May 23, 9:36 pm, kev kj...@hotmail.com wrote: I've got a TW with all my Chinese notes in it but when I want to search for a particular word I have to add the accent mark - but I don't usually want to do that. For example I

[tw] image in system message

2011-05-24 Thread Sub
I want to display an image in of the message definitions of merge(config.messages,{... Actually I want to display an icon everytime a back is saved, but mainSaved: img src='i/save.gif', returns the tags being converted to html entities gt; and lt; I blame if(save) {

[tw] click on tiddler link closes tiddler?

2011-05-24 Thread Sub
I just discovered that when I click on a tiddler link (in menu or in text) it closes the tiddler when it's open already (instead of jumping to it). What confuses me most is that I have it in FF but not in Chrome and the same with a fresh TW from http://www.tiddlywiki.com but not on

[tw] Re: click on tiddler link closes tiddler?

2011-05-24 Thread Sub
Must have clicked that accitently. I just found that too in teh search. Sorry for not using it before. Yeah the cookie options are bad sometimes. I have overridden some defaults already in the code manually already. On May 24, 11:48 pm, Eric Shulman elsdes...@gmail.com wrote: I just discovered

[tw] Re: Firefox 4 compatibility issue

2011-05-24 Thread Sub
It only happens to tiddlers whose height is smaller than the window height. This seems like a fixable bug, no? -- 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

[tw] Re: Firefox 4 compatibility issue

2011-05-24 Thread Sub
It only happens to tiddlers whose height is smaller than the window height. Sounds like a fixable bug, no? -- 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

[tw] Re: image in system message

2011-05-25 Thread Sub
wrote: Hi Sub Actually I want to display an icon everytime a back is saved, but mainSaved: img src='i/save.gif', ... How would I do it instead? Don't know if this will work for your usecase - however you could try it out - and adjust the layout to fit your image.. [[StyleSheet

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-25 Thread Sub
I'd like that too, but it's currently impossible. Mainly because the systems converts it to TextbrbrText which you can't affect via CSS. But real p tags generated by the system would be hard Can't bump this old topic:

[tw] Re: Can I reduce the spacing between paragraphs?

2011-05-25 Thread Sub
Inside html/html: no way. that's not a solution. Same for a new wiki markup definition. You wouldn't use it. -- 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

[tw] Re: Can I reduce the spacing between paragraphs?

2011-06-05 Thread Sub
thanks. http://axs.tiddlyspot.com/#LineBreakPlugin works great. I use .multipleLinebreak {margin-top:3px} -- 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

[tw] Re: Can I reduce the spacing between paragraphs?

2011-06-05 Thread Sub
Bug: Doesn't work after ul, ol, pre. -- 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

[tw] Indent pre?

2011-06-06 Thread Sub
How to indent a pre box without using html? * List item 1 * List item 2 - Code: :{{{ Foo bar }}} * List item 3 -- 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

[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 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 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 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] Aw: Re: Indent pre?

2011-06-09 Thread Sub
Actually I wanted to avoid the html tag, but it looks cleaner. -- 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/-/6desKa5nSKoJ. To post to this group, send email

[tw] Re: Can I reduce the spacing between paragraphs?

2011-06-12 Thread Sub
.multipleLinebreak {margin-top:3px} /* remove br space pre boxes when followed by heading */ pre+br+h1, pre+br+h2, pre+br+h3, pre+br+h4, pre+br+h5, pre+br+h6 {margin-top:-5px !important} /* remove space below lists when followed by heading */ ul+br+h1, ul+br+h2, ul+br+h3, ul+br+h4, ul+br+h5,

[tw] Re: help with permalinks

2011-06-12 Thread Sub
Unfortunatly it only works with CameCaseTitles -- 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.

[tw] Re: Image hosting

2011-06-12 Thread Sub
best is to host images yourself on the server. -- 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.

[tw] Re: help with permalinks

2011-06-12 Thread Sub
I ment CamelCase. http://en.wikipedia.org/wiki/Camelcase http://tiddlywiki.com/#CamelCase -- 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

[tw] Re: help with permalinks

2011-06-12 Thread Sub
By TiddlyWiki default: yes. I hope someone posts a hack solution as I have the same problem as you described. -- 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

[tw] Re: help with permalinks

2011-06-12 Thread Sub
Thanks for the explaination Eric. So as said, it's not really working. Out of curiosity: Can't javascript grab URL parameters*? Wouldn't this work http:///path/filename.html?open=Title%20with%20spaces when TW grabs the open parameter and treats it like as if a [[[Title with spaces]] link

[tw] Re: help with permalinks

2011-06-12 Thread Sub
Edit: instead of http:///path/filename.html#[[Title with spaces]] On Jun 12, 9:51 pm, Sub subfa...@googlemail.com wrote: Thanks for the explaination Eric. So as said, it's not really working. Out of curiosity: Can't javascript grab URL parameters*? Wouldn't this workhttp:///path

[tw] Re: List of Open Tidders

2011-06-19 Thread Sub
Please let us know if it worked with the alpha. I couldn't get it working as described above. -- 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] Lists in tables?

2011-07-08 Thread Sub
|cell|* list item 1 *list item 2| |cell|cell| I searched and found 2 hack solutions which are not practicable at all. Is there a proper solution? All these missing BASIC features are the reason why TW will never be used by the masses. It's only cool for users who have experience in prgramming /

[tw] Re: Lists in tables?

2011-07-09 Thread Sub
Thanks for the reply, but it's just another complicated hack solution for a simple thing like a list in a table cell. I'm using TW at work and solutions like this are useless since you cannot seriously explain it to your colleagues. On Jul 8, 4:12 pm, Måns humam...@gmail.com wrote: Hi Sub

[tw] Re: Lists in tables?

2011-07-09 Thread Sub
9, 2011 8:03:11 PM UTC+7, Sub wrote: Thanks for the reply, but it's just another complicated hack solution for a simple thing like a list in a table cell. I'm using TW at work and solutions like this are useless since you cannot seriously explain it to your colleagues. Putting a list

[tw] Re: Lists in tables?

2011-07-09 Thread Sub
I'm sorry if you're affended by my reply, but I'm not sorry for reacting this way to HansBKK's troll attack against me. -- 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

[tw] Re: Lists in tables?

2011-07-09 Thread Sub
My inentention of this thread may have been only showing my disappointment for missing basic features such as lists in table cells rather than looking for a simple solution. My first reply to Mans may sound negative because he only wanted to help (and I thanked him for that) but actually it's

[tw] Re: Lists in tables?

2011-07-10 Thread Sub
To explain the workaround / colleagues thingy: I do have a clue and don't mind using hack solutions. I use TW as a shared wiki at work with colleagues who never edited Wikipedia or used HTML tags before. It's hard to communicate TW as proper wiki solution when basic features as this are not

[tw] Search result highlight for links

2011-07-22 Thread Sub
When the search you open a tiddler from search results, the matched terms are highlighted by putting it in a span with the class=highlight. That doesn't work when the term is a link. Example: Search Tiddlywiki and Dropbox on http://tiddlywiki.com Somebody knows a solution? -- You received this

[tw] Use MediaWiki = headlines = ?

2011-07-30 Thread Sub
Is there a plugin that enables MediaWiki-style headlines? I'd like both to work: !Headline and = Headline = Cheers -- 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

[tw] Re: Use MediaWiki = headlines = ?

2011-07-30 Thread Sub
Ah great! Another great ressourse. Thanks -- 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