[tw] Re: SaveAsPlugin

2009-06-24 Thread Michael Johanson
I assume it's in this part: // automatically add saveAs to backstage config.tasks.saveAs = { text: "saveAs", tooltip: config.macros.saveAs.prompt, action: function(){ clearMessage(); config.macros.saveAs.go(); } } config.backstageTasks.splice(config.backstageTasks.indexOf(

[tw] SaveAsPlugin

2009-06-24 Thread Michael Johanson
Hello fellas, I'm using the plugin SaveAsPlugin (http://twhelp.tiddlyspot.com/ #SaveAsPlugin) which puts a "save as" button in the backstage menu. What I would like is having that button in the right hand menu, if you look at an original TW and its layout: -- close all permaview new tiddl

[tw] ePub Zen Garden

2009-06-24 Thread Paul Downey (psd)
TiddlyWikiers who share an interest in eBooks, might be interested in the ePub Zen Garden """ We want to dispel the myth that digital books can't also be crafted works of visual design. Just as web design has evolved and matured, so too will ebooks, and book designers have a new medium available

[tw] Re: Glass and StyleSheetShortcuts - how to adjust...?

2009-06-24 Thread Måns
oh - forgot to post the address if someone cares for a Danish adaption of Glass with embedded images: http://glas.tiddlyspot.com On Jun 25, 8:00 am, Måns wrote: > 1 problem solved: > I found the problem with the transparent background - I had made a > double double square bracket around one of

[tw] Re: Glass and StyleSheetShortcuts - how to adjust...?

2009-06-24 Thread Måns
1 problem solved: I found the problem with the transparent background - I had made a double double square bracket around one of the attached/embedded images Next issue is quickedits CSSlayout I'm sure I will find some hint in the StyleSheetShortcuts ... given some amount of time - and a pa

[tw] Re: Problem with BidiXs download.php and TW 2.5.1?

2009-06-24 Thread Måns
Ok - Thanks for answering I think you are right As you know from my explorations with TiddlyHome I've had problems with my hostprovider before I wonder if I could setup and use a SheevaPlug (locally/privately hosted server) to have total control of hostservices myself?!: http://www.marvell

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Måns
It's great to have upgrades to a program with so much devellopment and involvement going on. I believe it must be quite difficult to renew the core, with stepping on too many peoples feet. I admire your effort in making TiddlyWiki fresh and new - and applause that you have taken the radical step t

[tw] Re: excessive linebreak when inserting <>

2009-06-24 Thread FND
> If the wikifier knows when there is a <> to be executed, would > this not be the right place to look for some optional ! as in < macro>>? The wikifier processes the markup step-wise - that is, if it finds <>, it will process that. When it's done, it will start processing whatever else might f

[tw] Re: excessive linebreak when inserting <>

2009-06-24 Thread Tobias Beer
If the wikifier knows when there is a <> to be executed, would this not be the right place to look for some optional ! as in >? Jun 24, 10:05 am, FND wrote: > > would it be good then, if there were some optional switch to remove any > > following linebreak > > Macro execution and wikifica

[tw] Re: Problem with BidiXs download.php and TW 2.5.1?

2009-06-24 Thread BidiX
Hi Måns, I'm using the save version of download.php as yours and it works fine for me when I download an empty TW 2.5.2 beta : http://tiddlywiki.bidix.info/download.php?file=empty-2.5.2.html You should have a look to your server configuration. Cheers, -- BidiX http://bidix.info On 24 juin, 12

[tw] RedirectMacro - not working with tiddlers with a "." in the title

2009-06-24 Thread M)
Clint, FYI, something like this doesn't work: <> It might not work for other punctuation either. M) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWi

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Eric Shulman
> If you put "<" into ToolbarCommands, a 'less' is produced when the > toolbar is expanded ToolbarCommands definitions now support the following special symbols: > = more - menu items following > are hidden until "more" is clicked < = less - hides menu items | = line - visual group seperator

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Alex Hough
If you put "<" into ToolbarCommands, a 'less' is produced when the toolbar is expanded ALex 2009/6/24 Paulo Soares : > > Thank you all for the release. > > Can anyone say a few words about: > > # Toolbar command ">" now toggles between more/less (ticket #608) > # Toolbar command ">" displays

[tw] Re: TinyTiddly and twcore.js re-entrance

2009-06-24 Thread FND
>> it's always been possible to integrate libraries like jQuery (e.g. >> via MarkupPreHead), so there's nothing stopping you taking the same >> approach with TinyTiddly. > > Thanks FND, then I wonder since TW 2.5.0 is only 2.4.3 with jQuery if > there isn't an argument to keep TinyTiddly as 2.4.3

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Paulo Soares
Thank you all for the release. Can anyone say a few words about: # Toolbar command ">" now toggles between more/less (ticket #608) # Toolbar command ">" displays additional commands on separate line (ticket #608) I don't see this working on tiddlywiki.com. Cheers, -- Paulo Soares On 24 Jun, 1

[tw] Re: Bracketed strings in Custom Fields not stable.

2009-06-24 Thread FND
> I take the point about minimal test cases. [...] > Its not easy to replicate, and it takes a long time. Absolutely; I wasn't trying to suggest you're not trying hard enough. It was more of a general observation on additive vs. subtractive approaches. I know only too well that software is compl

[tw] Re: Bracketed strings in Custom Fields not stable.

2009-06-24 Thread Alex Hough
FND, I take the point about minimal test cases. Its when everything has been running fine for months, then something happens. Its not easy to replicate, and it takes a long time. Its about prioritising 'learning and getting it right' vs 'something to show that works' I like fields as they remov

[tw] Re: Tiddler with "two titles"?

2009-06-24 Thread Ralf
Thanks Wolfgang, although I did not use your tip exactly as proposed, it pointed me into the right direction: I simply used [tag[current]] in DefaultTiddlers the list filter command would give me a list with just one bulleted element that would look strange. Thanks so much for your help Ralf On

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread FND
N.B.: Strictly development-related issues are better discussed on the dev group: http://groups.google.com/group/TiddlyWikiDev/ You're more likely to get competent help there. > would the following work to bring a javascript into the current page? > $.twFile.load(); > $.twFile.init(

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Gnosos
Thanks for the update and the great service! Now my question. I noticed that the $.twFile documentation doesn't have the Demo yet. Yet it seems to address my current need (http://groups.google.com/ group/TiddlyWiki/browse_thread/thread/60fd809a5a8d5204). So, my question is would the following wo

[tw] Re: Bracketed strings in Custom Fields not stable.

2009-06-24 Thread FND
> I'm willing to keep mending them manually. It would take longer than > the whole of my project to find the bug by removing plugins and > scripts. That's why the opposite approach of creating minimal test cases is generally a good idea. > It might be a good idea for me to 'hard wire' the field

[tw] Re: How tiddlers containing specified combination of tags

2009-06-24 Thread Eric Shulman
> Does any one know how to search for tiddlers using multiple tags. > "Please show me things containing tag 1, tag 2, AND tag 3" that kind > of search. http://www.TiddlyTools.com/#MatchTagsPlugin finds tagged tiddlers using full Boolean-logic expressions (AND, OR, NOT, and nested parentheses as

[tw] Re: I've lost all configurations to MPTW TiddlyWikis

2009-06-24 Thread FND
> All my nonMPTW TiddlyWikis work fine. These problems appear when I run > TiddlyWikis on my Mac. The same MPTWs work fine on my Windows machine. There's not really much for us to go on here. Perhaps your browser is acting up - have you tried creating a new profile? For Firefox, see here:

[tw] Re: Trouble importing into Ver 2.5.1

2009-06-24 Thread FND
> Tested on IE6 and it worked upgrading two wikis with .htm filetypes, > but for the same files with a .hta filetype it still opens a new > browser window with ActiveX content and stalls I've raised a ticket: http://trac.tiddlywiki.org/ticket/1077 > I cannot import [...] using TiddlyTools I

[tw] Re: Tiddlers list without tags

2009-06-24 Thread FND
> I'd like to display the list of the all tiddlers without tags. Use the list macro*: <> That's what the sidebar tabs use (see the TabsAll shadow tiddler). HTH. -- F. * http://tiddlywiki.org/wiki/List_%28macro%29 --~--~-~--~~~---~--~~ You received this m

[tw] Tiddlers list without tags

2009-06-24 Thread Dysan67
Hello, I'd like to display the list of the all tiddlers without tags. How to can I make this ? I use TiddlyWiki 2.5 Thank you for your help Dysan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] I've lost all configurations to MPTW TiddlyWikis

2009-06-24 Thread Eric Weir
Don't know what happened, but all of a sudden the one MPTW TiddlyWiki that I use regularly has lost all the special configurations I've put into it. In addition, some things are just not working right. E.g., new tiddlers extend all the way over to the right margin, with the toolbar overla

[tw] Announcing Tiddlywiki 2.5.2

2009-06-24 Thread Jeremy Ruston
We've just released TiddlyWiki version 2.5.2 at: http://www.tiddlywiki.com/ (We released a version 2.5.1 yesterday, but found and fixed a problem with the upgrade mechanism almost immediately, hence the re-release). The big change is the start of the process of breaking off some of the unique b

[tw] Re: TiddlyWiki & Pogoplug

2009-06-24 Thread FND
> I tried the same trick with monkeyGTD and it works fine, but what I > truly want is the original TiddlyWiki... It's odd that MonkeyGTD would work while TiddlyWiki doesn't; the former is just a collection of plugins sitting on top of the TiddlyWiki core. These instructions might help: htt

[tw] Error messages on certain operations under OS X - once more

2009-06-24 Thread Eric Weir
Checking out Morris' TWT-Treeview-Executive I decided to give the "save as" command again on my Mac. Again, I got the error message I've gotten previously. error during local file access: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsILocalFile.pe

[tw] Re: Here's an example of a tree structure (treeview) implemented on TW

2009-06-24 Thread Eric Weir
On Jun 23, 2009, at 10:39 PM, Morris Gray wrote: > Morris Gray > http://twt-treeview-executive.tiddlyspot.com/ > The ultimate TiddlyWiki Missed the announcement of this, Morris. Not sure I will use all the features, some are not quite to my taste, but many are very attractive. Tabbed menus

[tw] Re: PrettyDatesPlugin, problems

2009-06-24 Thread Michael Johanson
The other thread solved my puzzle! http://groups.google.com/group/TiddlyWiki/browse_thread/thread/4e5f04d121549aad/3f153189c302cfd9?lnk=gst&q=mikes# Thanks for all the help and patience! On Jun 23, 11:06 pm, Tobias Beer wrote: > How about putting a   or   right in front of "by" (as in > "nowby"

[tw] Re: Problem with BidiXs download.php and TW 2.5.2!

2009-06-24 Thread Måns
I also have problems with IE 7 - saying that there's a "stack overflow in line: 0" when I load Glass from the net. When I download the indx.html and open it in IE7 The embedded images (imported with AttachFilePlugin) won't show :- ( I've deleted all tiddlers from AttachFilePlugin except for the A

[tw] Re: Problem with BidiXs download.php and TW 2.5.2!

2009-06-24 Thread Måns
download.php and TW 2.5.2 Php: http://tiddlywiki.bidix.info/#download.php * license: BSD open source license (http://tiddlywiki.bidix.info/# [[BSD open source license]]) * * Simply put [[download|download.php?]] in your TiddlyWiki viewed over http to download it in one click*. * * If it

[tw] Re: Problem with BidiXs download.php and TW 2.5.1?

2009-06-24 Thread Måns
I upgraded the core to 2.5.2 - and used downloap.php again - but the problem persists!.?? On Jun 24, 5:46 pm, Måns wrote: > Hi TwWizards > > I've been using BidiX's download.php a lot when fetching TW's from my > own ftp - but now is all I get is a textfile with the extension .html, > that w

Re: Add Items To Sidebar

2009-06-24 Thread colin
Ken Girard wrote: > I am going to guess that you are using d3. > If that is true then search for a tiddler titled GTDMenu. > then place [[Journal]] in the location you want the link to appear. > > Guessing that you would quickly get overwhelmed if there were 20+ > entries under there, I am showi

[tw] Problem with BidiXs download.php and TW 2.5.1?

2009-06-24 Thread Måns
Hi TwWizards I've been using BidiX's download.php a lot when fetching TW's from my own ftp - but now is all I get is a textfile with the extension .html, that won't load as anything but a textfile... I've tried to open it with SeaMonkey 1.1.8,(Linux) FireFox 2.0.0.20, (Linux) FireFox and FireFox

[tw] Re: How tiddlers containing specified combination of tags

2009-06-24 Thread FND
> Does any one know how to search for tiddlers using multiple tags. There's a variety of options for this: http://tiddlywiki.org/wiki/Enhanced_Search HTH. -- F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] How tiddlers containing specified combination of tags

2009-06-24 Thread Claudio
Hi all, Does any one know how to search for tiddlers using multiple tags. "Please show me things containing tag 1, tag 2, AND tag 3" that kind of search. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Tid

[tw] Re: Problems with importtiddlerplugin and CCTW

2009-06-24 Thread FND
> I'm using CCtiddlywiki, the latest version, and I'm having a problem > importing from an older version of CCTW to the new one. It's probably best if you ask the ccTiddly folks about that, as there might be some peculiarities to importing in ccT: http://groups.google.com/group/ccTiddly -

[tw] Glass and StyleSheetShortcuts - how to adjust...?

2009-06-24 Thread Måns
Hi TwWizards I've been playing around with elnoi's Glass for a few days. I've installed quickeditplugin and the StyleSheetShortcuts tiddler. I don't fancy the black background for the quickeedittoolbar, nor the greyish buttons when used with Glass - and the textcolour, when in editmode, has tur

[tw] Re: Bracketed strings in Custom Fields not stable.

2009-06-24 Thread Tone
This may not be the problem but I just solved a similar problem caused by listbox plugin 1.2.x fixed by Upgrading to http://www.TiddlyTools.com/#ListboxPluginInfo Version 1.2.3 fixed it however the field that were already populated needed re saving to fix their value. I think the field value was

[tw] Re: excessive linebreak when inserting <>

2009-06-24 Thread FND
> would it be good then, if there were some optional switch to remove any > following linebreak Macro execution and wikification are two different, independent processes. Therefore, making macros influence any subsequent rendering of wiki markup is not realistically possible. This recent discu

[tw] Re: Bracketed strings in Custom Fields not stable.

2009-06-24 Thread Alex Hough
Hi Tobias, OMM matrix shows the output of a questionnaire designed to test the maturity of an organisation. Its based on the Viable System Model, a model of management cybernetics dreamed up by Stafford Beer. (Any relation?) The version in this thread was to write the matrix. I had no previous