[tw] Re: How to link to file using relative path?

2009-09-20 Thread Eric Shulman
Is it possible to create link to file that is in the same folder as the tiddlywiki.html using relative path? This tag works [[file://path/to/wiki/filename.pdf]]. But [[file:// filename.pdf]] doesn't work. By design, [[anytext]] is always assumed to be a link to a tiddler, even if that

[tw] Any examples of actual slice use?

2009-09-20 Thread AlanBCohen
I have been interested in recent discussions about slice-related plugins. They seem to be an interesting alternative to FormTiddler and DataTiddler Plugins-based use. But, I am still confused with the implementation of such a system; I do better with learning from working examples. Is there

[tw] Re: Any examples of actual slice use?

2009-09-20 Thread Eric Shulman
I have been interested in recent discussions about slice-related plugins.  They seem to be an interesting alternative to FormTiddler and DataTiddler Plugins-based use.  But, I am still confused with the implementation of such a system; I do better with learning from working examples. Is

[tw] Re: Question: setting the sidebar height

2009-09-20 Thread Tobias
Hi Shankar, What you are describing doesn't seem to represent standard behaviour. Thus, I would guess you are using a custom theme or a flavour of tiddlywiki, such as MPTW. Therefore you may want to look into the theme itself. If you are using Firefox, I highly recommend installing the FireBug

[tw] Re: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen
Thanks, Eric, You've given me a lot to think about. Alan --~--~-~--~~~---~--~~ 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] Scientific Research

2009-09-20 Thread Craig in Calgary
Is anyone aware of any scientific research done or being done that has something to do with TiddlyWiki? Let me explain. For a university technical communication course I am taking in advanced technical documentation and scientific writing, I need to conduct some unique research in the area of

[tw] Re: Question: setting the sidebar height

2009-09-20 Thread Shankar
On Sep 20, 8:02 am, Tobias beertob...@googlemail.com wrote: Hi Shankar, What you are describing doesn't seem to represent standard behaviour. Thus, I would guess you are using a custom theme or a flavour of tiddlywiki, such as MPTW. Therefore you may want to look into the theme itself.

[tw] Re: Blog plugins - can't find one that works

2009-09-20 Thread cmari
Hi Eric, I was interested in this script and I already asked one question after I attempted to tweak it for another purpose (about whether there's a way to identify tiddlers where custom fields, and nothing else, have been modified - http://tinyurl.com/nlj3aj). But now I realize I don't

[tw] ExternalTiddlersPlugin with Pretty Link Name

2009-09-20 Thread Randy
ExternalTiddlersPlugin is almost perfect... Examples that fail, but why?: * [[ExternalFoo.tw|tiddler ExternalFoo.tw]] ExternalFoo.tw * [[Link|tiddler ExternalFoo.tw]] Link It works if the pretty Link| notation is removed! Examples that work when clicked (expand and Tiddlify): *

[tw] Re: Blog plugins - can't find one that works

2009-09-20 Thread cmari
Oops, I suspect the problem is mine since I forgot that in fact I wasn't trying to use the script exactly as written. Sorry. I wanted to merely produce a list of tiddlers - rather than changing DefaultTiddlers - so I changed the last line. script var titles=[]; var now=new Date().getTime();

[tw] Re: Blog plugins - can't find one that works

2009-09-20 Thread Eric Shulman
If I give a tiddler a single word title (and the tag journal), the tiddler will be listed by this script, but the tiddler title is not a link.  Why is that? change this: titles.push(String.encodeTiddlyLink(tids[i].title)); to titles.push('[['+tids[i].title+']]'); The problem is that

[tw] Re: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen
Here is my first attempt to use slices in an application. The retrieval isn't working. Based on Eric's information, I'm guessing I have a typo in the retrieval tiddler. I'd appreciate some help in correcting it. First, I'm defining data tiddlers with the tag of 'address', with a structure like

[tw] Re: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen
I should also make clear that the forEachTiddlerPlugin is installed and working to produce other lists in this TW file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Re: Moving TiddlyWiki

2009-09-20 Thread Anthony Muscio
Note: When you move a tiddlywiki, it in effect gets a new address. Bowsers often need you to allow for each address, even if it was the same file. The Shadow tiller SiteUrl may also have some relevance. Tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed

[tw] Re: Any examples of actual slice use?

2009-09-20 Thread Eric Shulman
forEachTiddler  where     'tiddler.tags.contains(address)'  sortBy    'tiddler.title::Last'    ascending  write    '|+tiddler.title::First+|+tiddler.title::Last+|+tiddler.tags +|\n' To render a slice value using TW wiki syntax, you can write: tiddler [[TiddlerName::slicename]] To

[tw] Update to NoteStorm

2009-09-20 Thread Dave Gifford - http://www.giffmex.org/
Hi all I have appreciated the feedback and help I have received from a number of you regarding NoteStorm. I just wanted everyone to know that I have updated NoteStorm tonight: 1. Added SelectPalette macro and there are four color schemes to choose from (see the How to personalize tab in the

[tw] When using ImageSize plugin I'm not able to make a frame around the image?

2009-09-20 Thread Tobbe
Hi, When I use ImageSize plugin like this [img(150px,auto)[img/ this_is_the_picture.png]] and I want a frame around it with 2 | | it doesn't work. How can fix that? //Tobbe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google