[tw] [TW5] How would I best reuse a base url

2013-10-23 Thread Stephan Hradek
I want to link to different parts of a webserver, so I thought I create a tiddler: [[MyServersURL]] http://my.serve.rs/url And then reuse it like this (totally made up example) [[My use case]] |!Login |{{MyServersURL}}/login | |!View |{{MyServersURL}}/view | |!Colleagues |{{MyServersURL}}/view?w

[tw] Re: TiddlySaver.jar available

2013-10-23 Thread David Bakin
FYI, to save other people the trouble of looking for it, here's information about the java policy file: http://docs.oracle.com/javase/1.4.2/docs/guide/security/PolicyFiles.html You can find it in the subdirectory lib/security of wherever your sun/oracle JVM is installed, called 'java.policy'.

[tw] Re: TiddlySaver.jar available

2013-10-23 Thread PVHL
> > BTW, one could of course use: > > grant codeBase "file:C:/tw/TiddlySaver.jar" { > permission java.io.FilePermission "C:${/}tw${/}*", "read, write"; > }; > again with a new line for each directory or subdirectory. I personally use > TiddlySaver in another project where I need to read fil

[tw] TiddlySaver.jar available

2013-10-23 Thread PVHL
I just published an unsigned TiddlySaver.jar to my TW GitHub forkthat should work for everyone. Jeremy suggested we label this as an Alpha until it is tested and signed. A signed version should be coming fairly soon, along with

[tw] Re: ForEachTiddler help

2013-10-23 Thread Ya Ya
Get from http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin It might be helpful. <> On Wednesday, October 16, 2013 7:25:14 AM UTC+8, Dave KP wrote: > > Hello, > I'm very new to tiddlywiki and my understanding of javascript is nil. What > I'm after is simple a way to have the list of ti

[tw] Re: TiddlyWiki Hangout #18 on October 22nd at 4pm BST

2013-10-23 Thread PMario
hangout: http://www.youtube.com/watch?v=LEFadJ6Ls2Y Annotations: http://pmario.tiddlyspace.com/#2013-10-22-TW5-hangout-18 have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw] Re: CSS in tables?

2013-10-23 Thread Arc Acorn
It should be possible to make a plugin that would give you more options. I don't really know how to make plugins very well myself, so hopefully someone better suited to the task will help you out, but as proof of concept here is a sample core edit that adds more cell style options: // Cell w.ne

[tw] [TWC] Startup parameters

2013-10-23 Thread Bob Flandard
Hello, How can I invoke more than one startup parameter in a single URL? http://tiddlywiki.org/#[[Startup%20Parameters]] I want to open a specific tiddler in read only mode (from a local directory) I've tried "file:///C:/path1/path2/TWname.html#[[tiddlerName]]%20readOnly:yes" and other varian

[tw] TiddlyWiki Classic Clinic #5 - "Custom Field Revisited" - Thursday, Oct 24, 3pm-5pm

2013-10-23 Thread Eric Shulman
The TiddlyWiki Classic Clinic offers LIVE online video chat discussions, walk-throughs, immediate, real-time help with all aspects of TiddlyWiki Classic. Ask questions and get solutions to problems you are having, suggest improvements to "core" features, learn about TiddlyWiki Classic formatti

[tw] Re: CSS in tables?

2013-10-23 Thread Chad
Yes, that's exactly what I meant... I didn't express it clearly enough, I guess. Well, even this one highlighting found so far helps a lot. Thank you! четверг, 24 октября 2013 г., 0:35:07 UTC+4 пользователь Stephan Hradek написал: > > No... > > You mark a cell as header by putting ! at the begin

[tw] Re: A picture hosting service, I think you should know: Trovebox

2013-10-23 Thread PMario
Hi Jim, On Wednesday, October 23, 2013 8:14:40 PM UTC+2, Jim wrote: > > Are you still involved with the CodeMirror plugin for TiddlyWiki classic? > I recently got CodeMirror version 3.18 working with classic. > Yes, I'm still involved and using it every day :) I'm using codemirror.js v2.38 + [

[tw] Re: CSS in tables?

2013-10-23 Thread Stephan Hradek
No... You mark a cell as header by putting ! at the beginning. With the trick you are able to highlight a non-header cell by putting a ! at the beginning. The only difference is: If the cell is either in the first row of a table or the first cell of any row, it's considered a real header. Is i

[tw] NewTiddlerWithFormMacro - Solution with one problem remaing.

2013-10-23 Thread Jan Johannpeter
Yuppie! This seems to bring me close to solve a problem I have longed for so much time... I want ot create a tiddler wich creates a tiddler containig the actual story including a button to open the story contained with the story saver plugin... I imagine this could be usefull very for a lot of

[tw] Re: A picture hosting service, I think you should know: Trovebox

2013-10-23 Thread Jim
Hi Mario, Are you still involved with the CodeMirror plugin for TiddlyWiki classic? I recently got CodeMirror version 3.18 working with classic. Best regards, Jim -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: A picture hosting service, I think you should know: Trovebox

2013-10-23 Thread PMario
On Tuesday, October 22, 2013 9:18:51 PM UTC+2, Yakov wrote: > > I see. By the way, are you aware of TW plugins for creating nice galleries > like for Picasa [1] with onclick lightbox with arrow navigation? (for local > images) > I did create fancybox.tiddlyspace.com and fancybox-plugin.tiddlysp

[tw] Re: Auto close-all?

2013-10-23 Thread magev958
How do I get this to work in a form, on a Save-button? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this g

[tw] Re: CSS in tables?

2013-10-23 Thread Chad
I've read it, and as far as I understood, here is how it goes: 1) we mark an entire row as header by adding 'h' after it 2) we mark a cell as a header by adding '!' in its start 3) we mark an entire row as footer by adding 'f' after it Then: i) h-rows and !-cells get CSS:th ii) h-rows and !-cells i

[tw] Re: [TW5] Format a list as a directory tree.

2013-10-23 Thread Joshua
Great idea. Thanks. On Wednesday, October 23, 2013 7:35:13 AM UTC-5, Stephan Hradek wrote: > > I just created a css tiddler for TW5 which implements an idea I found in > the CSS cookbook: > > body .dirtree, body .dirtree ul { > list-style-type: none; > background-image: url(data:image/gif;base6

[tw] [TW5] Format a list as a directory tree.

2013-10-23 Thread Stephan Hradek
I just created a css tiddler for TW5 which implements an idea I found in the CSS cookbook: body .dirtree, body .dirtree ul { list-style-type: none; background-image: url(data:image/gif;base64,R0lGODlhEAAQAIABAP ///yH5BAEKAAEALAAQABIbRI6ppo3sGoxp0mNvpjt290nXMlblc2JpECoFADs=); backgr

[tw] Re: CSS in tables?

2013-10-23 Thread Stephan Hradek
Am Mittwoch, 23. Oktober 2013 13:42:13 UTC+2 schrieb Chad: > > But is there any way, say, to distinguish table header and table footer, > or define several header types? A couple more classes still would save a > lot of space. > Sorry, totally forgot: MPTW 2.6.5 > Continue reading what I linke

Re: [tw] [TW5] Linking a Google Fonts API font

2013-10-23 Thread David Gifford
Well, my technical knowledge didn't get past the third word of your instructions. I tried downloading the Google Font, but it is not a .woff file but a .ttf file. Dragging it into TW5 did nothing. A search for "woff" on the Google Fonts help page produced no results. On Wed, Oct 23, 2013 at 2:49

Re: [tw] Re: [TW5] Need help with an experimental TiddlerInfo tiddler

2013-10-23 Thread David Gifford
Thanks Stephan and Jeremy! I ultimately went with Stephan's fix because my ul styles always include double spacing and bullets, and I don't want that for the TiddlerInfo panel. Dave On Wed, Oct 23, 2013 at 2:40 AM, Jeremy Ruston wrote: > Hi Dave > > This is the pesky inline vs. block behaviour

[tw] Re: CSS in tables?

2013-10-23 Thread Chad
среда, 23 октября 2013 г., 12:05:51 UTC+4 пользователь Stephan Hradek написал: > > You're using TW classic, right? I'm not sure, whether it helps, but take a > look at "Add CSS to your tables" in David Gifford's TW5 mall: > http://www.giffmex.org/tw5mall.htm > > Maybe the strategy can be appli

[tw] Re: CSS in tables?

2013-10-23 Thread Stephan Hradek
You're using TW classic, right? I'm not sure, whether it helps, but take a look at "Add CSS to your tables" in David Gifford's TW5 mall: http://www.giffmex.org/tw5mall.htm Maybe the strategy can be applied to classic as well. Look at "Hijack the exclamation mark to highlight individual cells".

Re: [tw] Re: [TW5] - ReadOnly theme (with typo) interferes with toolbar buttons

2013-10-23 Thread Ton Gerner
Hi Jeremy, Thanks for answering. On Tuesday, October 22, 2013 11:17:53 PM UTC+2, Jeremy Ruston wrote: > > Hi Ton > > Great to see you at the Hangout earlier. There's a few things going on > here: > > 1) As you note, the Read Only theme misnames one of its payload tiddlers. > I'll fix that short

Re: [tw] [TW5] Linking a Google Fonts API font

2013-10-23 Thread Jeremy Ruston
There's no equivalent to MarkUpPreHead etc yet. I'd have thought that your best bet would be to embed the font. This should work: - download the .woff file containing the font - drag the .woff file into TW5 - rename the font tiddler as you wish - in a stylesheet tiddler, include a fontface declar

Re: [tw] Re: [TW5] Need help with an experimental TiddlerInfo tiddler

2013-10-23 Thread Jeremy Ruston
Hi Dave This is the pesky inline vs. block behaviour rearing it's head again. The quickest fix would be to add `type="ul"` to each of the <$list> widgets: |tiddlerinfotable|k |''Listed (parent topics):''<$list filter="[is[current]listed[]!is[system]]" itemClass="tw-menu-list-item" emptyMessage="T