[tw] Re: Linking to tiddlers from hotspot on image

2009-05-09 Thread Eric Shulman
> Are there any TW tools available to create hotspot links to a tiddler > off an image. There is actually a native HTML 'image map' syntax that can be used to create 'hotspots' that are linked to URLs (href) or invoke javascript (onclick), like this: Of course, this syntax isn'

[tw] Re: CommentPlugin in ViewTemplate

2009-05-09 Thread skye riquelme
Wow! fast a acurate as usual!! it was that bit about hidding the comment form behind the slider that had me beat!! thanks Skye On 9 maio, 23:21, Eric Shulman wrote: > > What is the script to go into a ViewTemplate so that the Comments > > option is present in all tiddlers. > > > > or,

[tw] Re: Lost the ability to save a TW (questionnaire) to TiddlySpot (even if I managed to put it there...)

2009-05-09 Thread Daniel Baird
I can't sen any obvious culprits in that list. Possibly StorySaverPlugin may interact with UploadPlugin. To work it out for sure, you could start with a fresh tiddlyspot wiki, import that plugin, upload, SHIFT-RELOAD, then try uploading again. If that isn't the plugin, add other one or two at a

[tw] Re: Hiding Tiddler Toolbar Layout in Tagged Tiddlers

2009-05-09 Thread pat toche
I should add that I am using the MPTW template. MPTW has a tiddler titled MptwTheme in which most of the layout is defined. There is a MptwUserConfigPlugin in which the user can modify certain properties of the theme. I have not been able to modify the tiddler toolbar layout by attempting to overr

[tw] Re: CommentPlugin in ViewTemplate

2009-05-09 Thread Eric Shulman
> What is the script to go into a ViewTemplate so that the Comments > option is present in all tiddlers. or, if you want to hide the comment form behind a slider until needed, create a tiddler called [[AddComment]] containing: {{small{<>}}}/% !sliderSection <> !

[tw] CommentPlugin in ViewTemplate

2009-05-09 Thread skye riquelme
Hi Again I am wanting to people to be able to add comments on most tiddlers...so I need to code the cCommentPlugin into the ViewTemplate, rather than have to put it into Templates and use

[tw] Re: New updated set of QuickEdit tiddlers

2009-05-09 Thread Eric Shulman
> Unfortunately the QuickEdit_sort has a flaw - I can > not figure out whether this is also in previous relaeses or only in > the new one: > The sorting algorithm does not work with Cap or lower letters, thus I > got: > > [[MS Project Help]] > [[MS WORD Help]] > [[MS Windows Help]] There has been

[tw] Hiding Tiddler Toolbar Layout in Tagged Tiddlers

2009-05-09 Thread pat toche
This is my first post on TiddlyWiki. I'm very new to TiddlyWiki and a very excited newbie. Many thanks for some very useful tips. I have seen some discussions on related topics, but they don't seem to have worked with me. I want to "lock" some tiddlers to prevent users from editing them. I also

[tw] New updated set of QuickEdit tiddlers

2009-05-09 Thread Michael.Tarnowski
Eric, your new set of QuickEdit tiddlers is marvelous - the drop down lists is a real ease. Unfortunately the QuickEdit_sort has a flaw - I can not figure out whether this is also in previous relaeses or only in the new one: The sorting algorithm does not work with Cap or lower letters, thus I got

[tw] Re: The LightBoxPlugin & ImageSizePlugin 2 questions..

2009-05-09 Thread Måns
I've testet the code in the viewtemplate. It doesn't work there... I will try to make a formtemplate instead.. On May 9, 9:39 pm, Måns wrote: > TiddlyLightBoxPlugin is a very nice > plugin.http://tw.lewcid.org/#TiddlyLightBoxDocs > I'm also using Eric Shulmans > ResizeImagePluginhttp://www.tid

[tw] The LightBoxPlugin & ImageSizePlugin 2 questions..

2009-05-09 Thread Måns
TiddlyLightBoxPlugin is a very nice plugin. http://tw.lewcid.org/#TiddlyLightBoxDocs I'm also using Eric Shulmans ResizeImagePlugin http://www.tiddlytools.com/#ImageSizePlugin - It's very cool too!! - and I'm trying to combine the two somehow. I've made this so far: <><>. It works very well. I

[tw] Re: Linking to tiddlers from hotspot on image

2009-05-09 Thread rakugo
Hi Mark I think VismoWiki is probably too much for what you want, but the Image Tagging plugin (http://www.jonrobson.me.uk/projects/ ImageTaggingPlugin/index.html) should do exactly what you want in that it will allow you to annotate diagrams as it was specifically designed for this purpose! Hope

[tw] Re: Startup tiddlers and homemacro

2009-05-09 Thread Måns
Great!! Thank you cmari!! - Now I can reload all the startuptiddlers without reloading the page!!! YS Måns Mårtensson On May 9, 3:44 pm, cmari wrote: > There should be a triple end-parentheses after Default Tiddlers: > ('DefaultTiddlers')) )" > > It also won't work if there are hard returns, bu

[tw] Re: Startup tiddlers and homemacro

2009-05-09 Thread cmari
There should be a triple end-parentheses after Default Tiddlers: ('DefaultTiddlers')) )" It also won't work if there are hard returns, but that may just be the formatting provided by Google. cmari On May 9, 8:10 am, Måns wrote: > Hmm - I can't make it work.. > I've written this: > ''Home'' > >

[tw] Re: Startup tiddlers and homemacro

2009-05-09 Thread Måns
Hmm - I can't make it work.. I've written this: style="cursor:pointer">''Home'' YS Måns Mårtensson On May 9, 2:16 pm, Eric Shulman wrote: > > > > > > >style="cursor:pointer">''Home'' > > > Can I somehow get the tiddlers tagged with "startup" into the script > > too - or is there a workaround??

[tw] Re: Drop down menus of tags/tiddlers, sub-menus, and sub-sub menus, etc

2009-05-09 Thread Måns
I understand your concern - And I have a similar situation with my teacher collegues. It's not that they are not open towards new things - they just need to be sure not to go in a wrong direction, therefore they need to have a tool that is so simple that they don't have to think in terms of "codi

[tw] Re: Drop down menus of tags/tiddlers, sub-menus, and sub-sub menus, etc

2009-05-09 Thread dickon
Thanks Mans, I will look at this. I can see what you mean in terms of the layers of headings/sub-headings/sub-sub-headings held in tabs. I am just trying to think of how to make a new tiddler in awya that it is very quick and easy to tag it correctly (the people using this will not be technophil

[tw] Re: Startup tiddlers and homemacro

2009-05-09 Thread Eric Shulman
> > > >style="cursor:pointer">''Home'' > > Can I somehow get the tiddlers tagged with "startup" into the script > too - or is there a workaround?? replace this: store.getTiddlerText('DefaultTiddlers').readBracketedList() with: store.filterTiddlers(store.getTiddlerText('DefaultTiddlers'))

[tw] Startup tiddlers and homemacro

2009-05-09 Thread Måns
Hi TwWizards I'm using [tag[startup]] in my DefaultTiddlers tiddler - and all my tiddlers tagged with startup opens when I reload the TW. (Inspired by Eric Shulmans basics.html: http://tiddlytools.com/quickstart/basics.html) So far so good. However, when I use a "Home-script" I loose them again

[tw] Re: Fet syntax

2009-05-09 Thread Måns
This is so much fun, that I can't stop myself from posting yet another tweak: I use NestedSlidersPlugin(withGiffmexTweak) (original source:http:// www.tiddlytools.com/#NestedSlidersPlugin) - in NoBrainerNotes by Dave Gifford. Therefore I have access to sliderframes as well - and I wanted the firs

[tw] Re: Fet syntax

2009-05-09 Thread Måns
Sorry I forgot the linebreak(\n): <= 1 ? m[1] : ""; } ' write '"*[["+tiddler.title+"]]→ "+getFirstLine(tiddler.text)+"\n"'>> On May 9, 11:20 am, Måns wrote: > Hi Skye > > I don't know if this is the right way to do it - but it does > "something"...(I'm not sure about how it writes the first

[tw] Re: Fet syntax

2009-05-09 Thread Måns
Ok - It writes first line of text !!- I have tested it.. Thanks for the idea of using * → - nice touch! YS Måns Mårtensson On May 9, 11:20 am, Måns wrote: > Hi Skye > > I don't know if this is the right way to do it - but it does > "something"...(I'm not sure about how it writes the first lines

[tw] Re: image: thumb + popup?

2009-05-09 Thread Måns
Ok - I'll try without any modification first. Thanks for guidance Wolfgang. YS Måns Mårtensson On May 9, 12:09 pm, wolfgang wrote: > > If I would want to use TiddlyLightBoxPlugin from a TW on > > tiddlyspot.com - what is the best way to get the image needed for > > loading the lightboxcontainer

[tw] Re: Linking to tiddlers from hotspot on image

2009-05-09 Thread Måns
Hi Mark Dig VismoWiki (http://www.jonrobson.me.uk/projects/VismoWiki/) - It rocks!! Read this thread: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/192a00ae429921eb?hl=en //Are there free tools > available to generate swf files with hotspot links to local files. FreeMind (http:

[tw] Re: image: thumb + popup?

2009-05-09 Thread wolfgang
> If I would want to use TiddlyLightBoxPlugin from a TW on > tiddlyspot.com - what is the best way to get the image needed for > loading the lightboxcontainer (indicator.gif) "with me"? > > Do I rewrite the plugin to point at the imagefile on my own ftp-server > -or- > can I use some kind of "atta

[tw] Re: image: thumb + popup?

2009-05-09 Thread Måns
Hi Wolfgang, RA and Eric If I would want to use TiddlyLightBoxPlugin from a TW on tiddlyspot.com - what is the best way to get the image needed for loading the lightboxcontainer (indicator.gif) "with me"? Do I rewrite the plugin to point at the imagefile on my own ftp-server -or- can I use some

[tw] Linking to tiddlers from hotspot on image

2009-05-09 Thread Mark
Hello All. I have a business process flow diagram (flash swf) with 10 or so hotpots on it that I'd like to open a specified tiddler when clicked on. I created the .swf file using Snagit and can play that swf file in TW using Eric's PlayerPlugin. The problem is that I can successfully open an exter

[tw] Re: Fet syntax

2009-05-09 Thread Måns
Hi Skye I don't know if this is the right way to do it - but it does "something"...(I'm not sure about how it writes the first lines though - if it does...): <= 1 ? m[1] : ""; } ' write '"*[["+tiddler.title+"]]→ "+getFirstLine(tiddler.text)+""'>> Regards Måns Mårtensson On May 9, 7:23 am,

[tw] Re: image: thumb + popup?

2009-05-09 Thread wolfgang
> > One way is the use of PopupPreviewPlugin > > I'm thinking there must be another way - I just couldn't find any > mention of how to define a popup link in TW. > > You might want to try >http://www.TiddlyTools.com/#ImageSizePlugin > A third way could be the combined use of ShowPopup and Se

[tw] Re: How to wikify datavalue?

2009-05-09 Thread Måns
Eric Thanks for the explanation! Now it works! YS Måns Mårtensson On May 9, 3:03 am, Eric Shulman wrote: > > But I don't understand the "DefaultValue"? > > What is it - and what am I to write as a replacement for that? > > The default value is text to use if the "SomeDataName" value does not >