[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-05 Thread TK
G'day Eric I must be doing something wrong. I downloaded the InlineJavascriptPlugin; then copied and pasted into a tiddler everything between the opening and closing script tags; then when I left edit mode I got the following error. [JavaScript Application] URIError: malformed URI sequence

[tw] Re: Experiment: "Add-a-slider-into-toolbar-and-edit-text-in-view-mode".

2010-10-05 Thread passingby
Hi octw, Sorry for going off track. I just wanted to say your simpleblue theme is very good. How about adapting it for tiddlyspace and submitting it at themes.tiddlyspaces.com? On Oct 5, 6:22 pm, octw wrote: > Hi all, > > I made a little experiment to test "Add-a-slider-into-toolbar-and-edit- > t

[tw] Re: URGENT my TWs wont save!!!

2010-10-05 Thread passingby
what error is shown when you try to save? And is the error shown in yellow div on top right or does it come in a grey colored standard javascript dialogue box? I don't think knowing this will solve the problem but who knows. Try checking the attributes of the folder you are saving in. Is it read-on

[tw] Re: URGENT my TWs wont save!!!

2010-10-05 Thread skye riquelme
Hi Again No I am not working in any system folders..tried simple folsers called on the desktop, in documents on a pendrive.TWs wont saveif they were moved. And the folder permissions are correct! I have reinstalled Java...still no joy. Interestingif I put the TW in a folder with

[tw] Re: closing PopupMacro's popup window with a second click

2010-10-05 Thread Saverio
Sorry for the delay. Here is an example: http://dl.dropbox.com/u/4462381/popup.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to

[tw] Re: URGENT my TWs wont save!!!

2010-10-05 Thread Secret-HQ
Could there be something amiss with the permissions on that folder? On Windows Vista and Windows 7, you might not have permissions to write changes to a file in the /Program Files directory -- so if you're moving your TW into (say) the folder where your browser is installed, the write may file --

[tw] Re: URGENT my TWs wont save!!!

2010-10-05 Thread skye riquelme
Thanks Mans and Tobias.but I am sure its not a question of conflicting plugins. For example I downloaded a brand-new vanilla TW (2.6.1) onto my desktop...opened it, saved.everything fine!!! Copied it to another folderit wont save...but will save the backups.which open correctly but

[tw] Re: Ticket counter

2010-10-05 Thread Tobias Beer
Hi UBi, What you want to do is to to give your ticket macro a handler and to use createTiddlyButton with your custom click function ...which is to open a new tiddler with a certain name and tags. I think RandomLinkMacro [1] will give you a good hint ...I am sure you will get there! In a generaliz

[tw] Re: Ticket counter

2010-10-05 Thread okido
Hello UBi, You seem to have some basic knowhow about JS. The code here below stores the counter var in a tiddler autoActieRecords and loads a template. If this fails there is also the autonumberplugin that requires Datatiddlerplugin. Can be found here: http://members.home.nl/zonborgele/autoNumber.

[tw] Ticket counter

2010-10-05 Thread UBi
Hello, I want to build a simple TW Ticket system, with tickets being normal tiddlers, tagged with "ticket". I would like to have sequential ticket titles, such as "Ticket 17", "Ticket 18", ... So I wrote a little plugin: config.macros.ticket = { prefix: 'Ticket ', maxNr: 0, newTicket:

[tw] Change/import theme in TiddlySpace: basics?

2010-10-05 Thread Plausible
Hello, How to import a TW theme to TiddlySpace? I've tried entering e.g. http://tiddlythemes.com/empties/Rin.html into ImportTiddlers yet it results in an "Unable to import from this location due to cross-domain restrictions." error. Same for trying to import the http://www.TiddlyTools.com/#Impo

[tw] Re: Macro Error in Trying to Write a Form Inside a Tiddler

2010-10-05 Thread Secret-HQ
> Is it possible to make a mod of the plugin which counts  characters in > a given tiddler - without the form? > I\d really like a wordcounter as well... I've got a similarly half-baked word-counting plugin that I'll work up into a proper shareable format as soon as I get a chance. As to counting

[tw] Re: Macro Error in Trying to Write a Form Inside a Tiddler

2010-10-05 Thread Secret-HQ
On Sep 30, 2:55 pm, Tobias Beer wrote: > > Did you bang out that on on Pastebin just for me ... ? > > You bet ;o) ...but it was a good js / jQuery practice. You are a prince among men, Mr. Beer. (Or a beer among princes. Or something like that. But something really flattering.) > Let me give

[tw] Experiment: "Add-a-slider-into-toolbar-and-edit-text-in-view-mode".

2010-10-05 Thread octw
Hi all, I made a little experiment to test "Add-a-slider-into-toolbar-and-edit- text-in-view-mode". My step was: 1. Create a <> box in first tiddler; 2. Put the box in a slider in 2nd tiddler; 3. Then put the slider into the ViewTemplate. For now, I can edit text from a toolbar slider in view mo

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-05 Thread Tobias Beer
Brilliant, exactly what I need for the plugin I am working on. Thanks so much, Eric, for the hint of using shadows as I was just about to create my own tabs mechanism (while still using the standard css classes for tabs). Cheers, Tobias. -- You received this message because you are subscribed to

[tw] Re: IFrame with a slider-macro?

2010-10-05 Thread Måns
Hi DM > @Eric Shulman > Give this a try:http://www.TiddlyTools.com/#FramedLinksPlugin > => this works for all links, but i don't want it. As far as I remember FramedLinksPlugin lets you define which tiddlers it should work in, by tag. Defaulttag is "framedLinks"... regards Måns Mårtensson -- You

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-05 Thread Tobias Beer
Brilliant, exactly what I need for the plugin I am working on. Thanks so much for the hint of using shadows, Eric as I was just about to create my own tabs mechanism (while using the standard css classes for tabs). Cheers, Tobias. -- You received this message because you are subscribed to the Go

[tw] Re: IFrame with a slider-macro?

2010-10-05 Thread DM
@Mans thank you, it works. @Eric Shulman Give this a try: http://www.TiddlyTools.com/#FramedLinksPlugin => this works for all links, but i don't want it. On 5 Okt., 11:58, Eric Shulman wrote: > > I want show a javadoc info in a IFrame, but this takes too much space > > on the desktop, > > and i

[tw] IncludePlugin and WikifyPlugin can't work together

2010-10-05 Thread Claudio
Hi all, I'm using IncludePlugin and Eric's Wikify plugin at the same time. They work well together, except when I try to access topic like this one using permalink: - Tiddler_X <> - The tiddler content is display as is, that is "<>", without wikifying field content from remote_tiddler.

[tw] Re: IFrame with a slider-macro?

2010-10-05 Thread Eric Shulman
> I want show a javadoc info in a IFrame, but this takes too much space > on the desktop, > and i want to make it visible/invisible with a slider-macro. > how can I use a IFrame with of slider-macro? Is it possible? Give this a try: http://www.TiddlyTools.com/#FramedLinksPlugin It automaticdal

[tw] Re: For Each Tiddler and Multi Tabbed Box Question

2010-10-05 Thread Eric Shulman
> The code below renders a multi tabbed 'box'. > > Each tab is labelled with the name of a tiddler. > I would like to label each tab with the name of a tag and list the > tiddler titles under each tab. Instead of using ForEachTiddler, you can use http://www.TiddlyTools.com/#InlineJavascriptPlug

[tw] Re: combining reorganizing tiddlies

2010-10-05 Thread Tobias Beer
Hi James, In general you should (re-)organize your items in your old wiki ...giving them dedicated (import) tags, preferably those being used in your new / other TiddlyWiki. Then use ImportTiddlersPlugin [1] to import them while being able to select by tags, etc. I always have an InstantBookmarkle

[tw] Re: For Each Tiddler Question

2010-10-05 Thread whatever
Like octw suggested, go to http://tiddlywiki.abego-software.de/#ForEachTiddlerExamples . There are tons of examples there. w On Oct 5, 12:04 am, TK wrote: > Thank you for your suggestion, it works beautifully. > > How can one find out more about all the available commands? > > Tony > > On Oct 3,

[tw] Re: IFrame with a slider-macro?

2010-10-05 Thread Måns
Hi DM > and i want to make it visible/invisible with a slider-macro. > how can I use a IFrame with of slider-macro? Is it possible? Oh yes... You can use the native slidermechanism like this: [[TiddlerName]] <> /% !MyIframe http://mySite.com/"; frameborder="0" width="100%" height="600"> !end %/ If

[tw] Re: combining reorganizing tiddlies

2010-10-05 Thread Måns
Hi Valikhanov > What is the best way to go about reorganizing tiddlies?  For instance, I have > two that I want to combine - is there a relatively simple way to do that?   Checkout: http://marksbasement.tiddlyspot.com/index.html#CompileStoryIntoFirstTiddler It does what the title implies - read

[tw] IFrame with a slider-macro?

2010-10-05 Thread DM
Hello, I want show a javadoc info in a IFrame, but this takes too much space on the desktop, and i want to make it visible/invisible with a slider-macro. how can I use a IFrame with of slider-macro? Is it possible? regards, dm -- You received this message because you are subscribed to the Googl