[tw] Need a little help with a script

2010-03-25 Thread whatever
Hi! In my wiki, I have in the ViewTemplate lt;span macro='tiddler Related'gt;lt;/spangt; and in the Related tiddler, I have +++![Related tiddlers »]lt;lt;relatedTiddlers heregt;gt;...=== which displays the Related tiddler in all tiddlers. However, I would only like to display this tiddler in

[tw] Opera 10.51 build 3315 save error

2010-03-25 Thread xen
Hey there, I'm pretty new to TiddlyWiki and I've been using it in Opera on Windows XP. At first I had some trouble saving my TW but I fixed that by making a java policy file that gave me write permissions. For some reasons it had no problem saving on my C:\ drive but saving on M:\ was a problem.

[tw] Re: Importing text files?

2010-03-25 Thread Mark S.
What is the extension and content-type of the file you are dropping? How big? Start with something easy, like a text file in the same directory as your TW file. Mark On Mar 24, 9:55 pm, ihtiyac maymunbe...@gmail.com wrote: On Mar 24, 11:05 pm, Mark S. throa...@yahoo.com wrote: Hi, What

[tw] Re: ShowPopup inside FET?

2010-03-25 Thread Måns
Hi Skye I did this once - and it works fine with showpopup: forEachTiddler where 'tiddler.tags.contains(danishImage) tiddler.fields[number] ' sortBy 'tiddler.fields[number]' script ' function getFirstLine(s) { var m = s.match(/\s*(.*)/); return m != null m.length = 1 ? m[1] : ; } ' write

[tw] Re: Need a little help with a script

2010-03-25 Thread Måns
Hi w I would only like to display this tiddler in tiddlers tagged with a certain and at the same time not with another tag HideWhenPlugin does a good job in that respect http://mptw.tiddlyspot.com/#HideWhenPlugin Eric's TaggedTemplateTweak is also very good, however you will need to create

[tw] Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread Måns
Hi TwWizards Just wanted to share a newtiddler button with you all (because I think etherpad/typepad is great): [[TypeButton]] tiddler TypeButton##content with: {{config.options.txtUserName}}/% !content @@position:relative;+++^10e...@[+]...option txtUserName===@@newJournal

[tw] Re: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread AlanBCohen
As someone without much Javascript knowledge, reading this is far from my skills. Can you please describe what you are trying to accomplish with this. Alan -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread Måns
Hi Alan If you copy all the code into a tiddler titled: TypeButton you'll get a button to create new tiddlers with an iframe with a new typewith.me document. All the code is just to show proof of concept on creating original titles (time and date stamp) + username to be used as url-suffix for a

[tw] Re: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread Måns
code without the nested slider: If you don't use Eric Shulmans NestedSlidersPlugin - you should omit *@@position:relative;+++^10e...@[+]...* and *===@@* from the code.. [[TypeButton]] tiddler TypeButton##content with: {{config.options.txtUserName}}/ % !content option txtUserNamenewJournal

[tw] Re: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread Måns
Less is more... Here it is again (almost as simple as I can make it) and you can still create a new original typewith.me-document every tenth of a second :-) [[TypeButton]] tiddler TypeButton##content/% !content newJournal title:0DD0MM0hh:0mm 0sstext:

[tw] Re: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread Måns
Less is more... Here it is again (almost as simple as I can make it) and you can still create a new original typewith.me-document every tenth of a second :-) Take into account the linebreaks made by googlegroups.. [[TypeButton]] newJournal title:0DD0MM0hh:0mm 0sstext:

[tw] FileDropPlugin...local links?

2010-03-25 Thread skye riquelme
Hi All Using FileDropPlugin (2.1.4) and AttachFilePlugin (4.0.0) (and support files)...when I drop a local PDF filethe TW generates a tiddler which seems correct...but when I try to open the pdf file...I get the message - O Firefox não sabe como abrir este endereço, por causa do protocolo

[tw] Re: ShowPopup inside FET?

2010-03-25 Thread skye riquelme
Wowyou have turned FET coding into an art form Thanks Skye On 25 Mar, 11:03, Måns humam...@gmail.com wrote: Hi Skye I did this once - and it works fine with showpopup: forEachTiddler where 'tiddler.tags.contains(danishImage) tiddler.fields[number] ' sortBy  

[tw] Re: ShowPopup inside FET?

2010-03-25 Thread Måns
Hi Skye .you have turned FET coding into an art form Thanks :-) I hope that fET-coding still will be available in upcoming versions of TW - I'm pretty lost when it comes to real JS-coding.. Btw - Would you mind if I strip your PDC-TW for everything related to http://www.unigaia-brasil.org/

[tw] Re: Importing text files?

2010-03-25 Thread skye riquelme
Hi All This is a bit out-field.but inspired by this topic FileDropPlugin can accept and store txt and other file types that are dragged into an open TW When I drag a tab from firefox into the bookmarks tool bar it creates a simple box and fills it with the page name and URL. So the

[tw] Re: Importing text files?

2010-03-25 Thread ihtiyac
Mark Hi I am under FF 3.5.5 and FileDrop 2.1.4. I have already changed that FF settings but did not do anything for me really.- Hide quoted text - - Show quoted text - Basically I have 800+ small text files , so they are just simple text files with .txt extensions. I will it

[tw] Re: Importing text files?

2010-03-25 Thread Mark S.
Do you have the file-attach plugins also in place? What settings do you have in place for those plugins (even if they're not installed). I admit it hasn't always been easy to get file-drop to work, and it seems a bit fragile. Perhaps if you could post a version of your file, with any personal

mGSD: can't have double-quote in tiddler title?

2010-03-25 Thread Brett Leber
If I put at least one double quote () in a tiddler title, I get a slew of: Error in macro multiSelectTag I tried this on a fresh mGSD file, and I get the same error. On a fresh TiddlyWiki file, I don't see any problems. Maybe a bug to track? (Or maybe a known issue...) Thanks, Brett -- You

[tw] Re: using a macro within the tabs macro

2010-03-25 Thread Saverio
Interesting suggestion, but I am unable to get it to work. I've posted a test TW here: http://dl.dropbox.com/u/4462381/example2.html Basically, it consists of a tiddler [[project 1]] which is associated with links, documents, tasks, meetings, and notes. Links and documents are defined within

[tw] Re: Need a little help with a script

2010-03-25 Thread whatever
Hi! When I used my script directly in a tiddler tagged with article, it worked, but when I put it in Related tiddler, it didn't work, until I tagged it as article. It seems my script actually works, but only directly in a tiddler. If the script wasn't visible in the Related tiddler, it wasn't

[tw] Re: Need a little help with a script

2010-03-25 Thread whatever
Hi! When I used my script directly in a tiddler tagged with article, it worked, but when I put it in Related tiddler, it didn't work, until I tagged it as article. It seems my script actually works, but only directly in a tiddler. If the script wasn't visible in the Related tiddler, it wasn't

[tw] Re: Need a little help with a script

2010-03-25 Thread whatever
Stupid me. I just figured it out, without the script: In ViewTemplat, I put span macro='showWhenTagged article'span macro='tiddler Related'/ span/span The Related tiddler contained +++![Related tiddlers »]relatedTiddlers here...=== And if I wanted to exclude something, all I have to do is put the

[tw] Re: Need a little help with a script

2010-03-25 Thread whatever
Stupid me. I just figured it out, without the script. I used http://mptw.tiddlyspot.com/#HideWhenPlugin instead. In ViewTemplat, I put span macro='showWhenTagged article'span macro='tiddler Related'/ span/span The Related tiddler contained +++![Related tiddlers »]relatedTiddlers here...=== And if

[tw] Re: using a macro within the tabs macro

2010-03-25 Thread Måns
Hi Saverio I would do this in tiddler [[ProjectInfo]] - however it doesn't seem to work in your tw??!! Maybe theres a conflict with the parttiddlerplugin - or we found a new bug in TW 2.6?? I have an (overly complicated (I know - but it works)) example, where I use all kinds of macros in tabs

[tw] PERMISSIONS

2010-03-25 Thread Steve T
I was saving my wiki and when the warning box came up I ticked the box remember action and the APPROVE. I then went to upload to my tiddlyspot and ticked the remember action and for some dumb reason clicked DENY. Now it remembers this action and I can't change it. When on a PC in Firefox it asks

[tw] Re: using a macro within the tabs macro

2010-03-25 Thread Saverio
I tried before using PartTiddlerPlugin, but was only partially successful, hence my original post. The tabs that reference the slices correctly display, but not the tabs that are populated by the matchTags macro. I uploaded both versions for people to play with. I removed PartTiddlerPlugin from

[tw] Re: using a macro within the tabs macro

2010-03-25 Thread Måns
Ahaa - This works [[ProjectInfo]] tabs txtFavourite alpha one ProjectInfo##Foo bravo two ProjectInfo##Bar /% !Foo tiddler [[project 1]] !end !Bar matchTags #[[%0]] (%2)br^^%5^^ \n sort:-modified - !end %/ Please try it out Regards Måns Mårtensson On 25 Mar., 22:33, Saverio

[tw] Re: ANN: TagsplorerMacro released

2010-03-25 Thread Mike
Question: If using the config.options method to change variables (IE my excludeLists hack) http://www.strm.us/tw/examples_twgg/tagsplorer.h1 how can I specify that when the status of the cookie changes to refresh Display (would Display work in this context?) Maybe I am in left field with my

[tw] data application for bookmarks

2010-03-25 Thread xen
Hi there, I'm wondering whether there has been development or ideas about something that you would call a data application. I'm not sure TW is the right space for that, but I can envision some kind of integration between data input, formatting and display. There is some tension in TW between

[tw] Re: highlight error messages in messageArea

2010-03-25 Thread RA
I could probably come up with the required javascript code to highlight a text element if it contains the word error. But how do I tie it up to the event of new text being added to the messageArea div? On Mar 25, 3:00 pm, RA nameany...@gmail.com wrote: How can I make the word Error to stand out

[tw] Re: data application for bookmarks

2010-03-25 Thread Mike
I think I am close - check out http://www.strm.us/tw/cigars No - bookmark function (drag /drop) No - Formatting My version is much less complex than your example Mike On Mar 25, 7:53 pm, xen kouzenn...@gmail.com wrote: Hi there, I'm wondering whether there has been development or ideas

[tw] Re: using a macro within the tabs macro

2010-03-25 Thread Saverio
Yes, but I am trying to make [[ProjectInfo]] generic for any project, so I need to be able to send it a parameter. I think that's what causes the macros to break down, because the sent parameter does not get down to the level of the slices/parts, where they are needed. On Mar 25, 6:19 pm, Måns

[tw] Re: data application for bookmarks

2010-03-25 Thread xen
Right, thanks. Much less complex, but of course there's a downside to that. You have to manually program every table listing, and adapt your solution to any other data structures you may wish to store. Do you think the system I envisioned is possible in TiddlyWiki? I may not be able to create

[tw] Re: data application for bookmarks

2010-03-25 Thread Mark S.
Eric Shulman has bookmarking code similar to what your describe. You make a new bookmark from the side panel. Bookmarks look like this: /% |URL:|Enter a URL| |Description:|enter a description| |Author:|enter author/moderator info| %/ enter your notes here and are rendered by his