Re: Error in Macro Help

2009-08-04 Thread Brad
Thanks for the reply. I updated and saved and it is still appearing. In the plugin manager area by mgtd help it has : Error: SyntaxError: missing ; before statement By YourSearchPlugin it has: Error: SyntaxError: missing } after property list These were happening yesterday as well, they

Re: Clear Completed Actions

2009-08-04 Thread tmray
I tried searching for that and nothing showed up. On Aug 3, 2:29 am, Thomas Zahr thomasz...@googlemail.com wrote: There's a tiddler called cleanup that does the job Thomas Am 02.08.2009 um 20:39 schrieb tmray tmr...@gmail.com: Is there a way to clear/delete the list of completed

[tw] Re: Is possible to create a remark IE REM out code for information only?

2009-08-04 Thread DaveP
Sorry I had not realised that it was Mark S. that gave me the tip, that's what happens when you're up at midnight tinkering with TW. As for putting comments in code er no actually i don't use do or use any html, css, java/script code as such yet, i would like to but that's for another day :) As

[tw] tiddlywiki: Toggling tags with CheckboxPlugin macro syntax to prevent recursion overflow?

2009-08-04 Thread ccahua
Hi, Toggling tags works fine with ToggleTagPlugin, but I can't seem to get it to work with CheckboxPlugin. Despite the documentation in CheckboxPluginInfo, I'm finding that the syntax for the checkbox target works in reverse (e.g., tiddlername| tagname) When I add this macro syntax to the

[tw] Re: Links to tiddlers irrespective of capitalization

2009-08-04 Thread Jason
Thanks Eric, Wolfgang and Jeroen for all the information! Eric, your plugin is really exactly what I was looking for, thank you very much!! Regards, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: tiddlywiki: Toggling tags with CheckboxPlugin macro syntax to prevent recursion overflow?

2009-08-04 Thread tony
On Aug 4, 12:28 am, ccahua cca...@gmail.com wrote: The checkbox behavior works, but has erroneous consequences. Hmm, maybe the error is just coincidental to CheckboxPlugin because Firebug is flagging the error to a line from the Sizzle CSS Selector Engine - v0.9.3 starting with this hairy

[tw] Re: tiddlywiki: Toggling tags with CheckboxPlugin macro syntax to prevent recursion overflow?

2009-08-04 Thread Eric Shulman
When I use span macro=checkbox |tag1/span, it too works this time toggling tag1 for all tiddlers, but I'm coming up with a RangeError: Maximum call stack size exceeded on Safari and InternalError: too much recursion in Firefox when I click on a WikiWord or reload the Tiddlywiki document I

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-08-04 Thread Jeremy Ruston
That's exactly the reason why I don't understand jQuery hasn't been made available as a plugin. There are already plugins dependent on other plugins. The logic for incorporating jQuery in the core code rather than as a plugin is: 1) To allow the core code itself to use jQuery 2) To simplify

[tw] Re: Links to tiddlers irrespective of capitalization

2009-08-04 Thread Jason
Oh, one more question: Is there any way to get the references ToolbarButton to work with LooseLinks? (Such that also [[example]] is counted as a reference to the tiddler with title Example?) Jason --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: question about matchtags

2009-08-04 Thread Trent Jordan
Thanks Eric, This almost worked. If I just use the line: matchTags {{tiddler CheckboxToggleTag with: Done ToDo %0\\ %0}} \n {{tiddler.title}} it works a dream. The only problem is that I have other tags and I want to limit it to just the task tagged tiddlers that also have the {{tiddler title}}.

[tw] Re: question about matchtags

2009-08-04 Thread yardbird
I also tried (in a slightly different tact)... forEachTiddler where 'tiddler.tags.containsAll([context.inTiddler.title, task])' write '{{tiddler CheckboxToggleTag with: Done ToDo [[{{tiddler.title}}]]}}+\n' but again don't have it right. On Aug 4, 8:08 pm, Trent Jordan

[tw] Re: question about matchtags

2009-08-04 Thread Eric Shulman
matchTags {{tiddler CheckboxToggleTag with: Done ToDo %0\\ %0}} \n task {{tiddler.title}} I get the error: looking for 'task Phone call to MichaelVincent (27-Jul-09)' using expression: '/\~task Phone call to MichaelVincent \~/.test(tiddlertags) ( /\~27-Jul-09\~/.test(tiddlertags) ) '

[tw] Re: question about matchtags

2009-08-04 Thread Eric Shulman
I also tried (in a slightly different tact)... forEachTiddler     where         'tiddler.tags.containsAll([context.inTiddler.title, task])'     write          '{{tiddler CheckboxToggleTag with: Done ToDo [[{{tiddler.title}}]]}}+\n' This approach avoids the problem of tags containing

[tw] Any plugin to manage plugins?

2009-08-04 Thread Amzg
Ah, finally it struck me that the hazzle to manage plugins might not have be that way! Is there any plugin that lists plugins (other than the core feature)? What I'm hoping, but doubt, exist would be something that; * let's me deal with batches of plugins (more and more plugins seem to come

[tw] CreatePath Fails on Network Drive v2.5.2

2009-08-04 Thread Kevin Kleinfelter
Problem: Version 2.5.2 fails to save backup on a network drive in a Windows domain environment with IE7. I've got two empty TiddlyWikis. One is v2.5.0 and the other is v2.5.2. I have saved each in the same folder on a network folder (i.e. \\servername\sharename\foldername). I have defined

[tw] Re: CreatePath Fails on Network Drive v2.5.2

2009-08-04 Thread FND
Problem: Version 2.5.2 fails to save backup on a network drive in a Windows domain environment with IE7. Thanks for reporting this. We're in the process of preparing the next release, which should fix a variety of saving-related bugs. Could you check whether one of the following alpha

[tw] Re: CreatePath Fails on Network Drive v2.5.2

2009-08-04 Thread Kevin Kleinfelter
twFile.html, renamed to twFile.hta works SOMETIMES. FileSystem.html, renamed to FileSystem.hta works ALWAYS. twFile.hta works when accessed via Y:\Kevins-Useful-Pointers \twFile.hta. twFile.hta fails when accessed via \\servername\sharename\folder name with spaces\twFile.hta. I don't know

[tw] Javascript Alert

2009-08-04 Thread aliases
Newbie to TiddlyWiki here. When trying to Modify the SiteTitle, after editing I receive a Javascript Alert Box in my Chrome Browser that says: Failed to save main TiddlyWiki file. Your changes have not been saved Any suggestions? --~--~-~--~~~---~--~~ You

[tw] Re: SaveAsPlugin rss feed produces list in alphabetic and not date sorted order??

2009-08-04 Thread rouilj
Hi Eric: On Aug 4, 1:11 am, Eric Shulman elsdes...@gmail.com wrote: I am using the NewsFeed/RSS writing function of the SaveAs plugin fromhttp://www.tiddlytools.com/#SaveAsPluginversion2.5.2. was expecting the rss feed to be sorted by last published date. I concur... RSS (xml) output is

[tw] Re: SaveAsPlugin rss feed produces list in alphabetic and not date sorted order??

2009-08-04 Thread Eric Shulman
It appears the limit functionality always ends up with a value that causes 0 tidders to be written. The problem only occurred if the limit:nnn param was not specified, and has now been fixed. Get the update (v2.6.1) here: http://www.TiddlyTools.com/#SaveAsPlugin enjoy, -e

[tw] How to access custom field passed through NewTiddler macro?

2009-08-04 Thread shavinder
i have this macro call: newTiddler label:try custom field template:myTemplate fields:k:v and this in myTemplate: !--{{{-- div class=toolbar border macro=toolbar [[ToolbarCommands::EditToolbar]]/div div class=title macro=edit title/div div macro=edit k/div !--}}}-- But in the new Tiddler

[tw] Looking for tag transclusion tree

2009-08-04 Thread jarble
Is it possible to modify the TagsTree plugin (from VisualTW) so that it will display a series of tiddlers transcluded inside each other instead of simply displaying a navigation menu? If not, is there a plugin which will have this function? -Jarble

[tw] Re: SaveAsPlugin rss feed produces list in alphabetic and not date sorted order??

2009-08-04 Thread rouilj
On Aug 4, 4:03 pm, Eric Shulman elsdes...@gmail.com wrote: It appears the limit functionality always ends up with a value that causes 0 tidders to be written. The problem only occurred if the limit:nnn param was not specified, and has now been fixed.  Get the update (v2.6.1) here:    

[tw] Re: How to access custom field passed through NewTiddler macro?

2009-08-04 Thread LostCreation
Udo Borkowski uses a custom field for his TiddlerAliasPlugin. May want to see how he does it, and if that answers your question: http://tiddlywiki.abego-software.de/#TiddlerAliasPlugin On Aug 4, 4:22 pm, shavinder shavinderpalsi...@gmail.com wrote: i have this macro call: newTiddler

[tw] 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-04 Thread AlanBCohen
Here is a ForEachTiddler macro I'm trying to include in an application and it is returning 'undefined' instead of what I expect. It could be a typo on my part, but... forEachTiddler where 'tiddler.title.contains(2009-08-04) ! tiddler.tags.contains(status)' sortBy 'tiddler.tag+tiddler.title'

[tw] Missing function in ForEachTiddler

2009-08-04 Thread AlanBCohen
As part of a macro I'm writing, I'm trying to use a function that is not defined in the macro. where 'tiddler.title.containsAny ([2009-08-03,2009-08-04,2009-08-05,2009-08-06,2009-08-07])' The following function works fine: 'tiddler.tag.containsAny

[tw] Re: Any plugin to manage plugins?

2009-08-04 Thread Anthony Muscio
Amzg, Why not make your own tiddler with ForEachtiddler to manage plugins and their tags ? Try this tricky one forEachTiddler where 'tiddler.tags.contains(systemConfig)' sortBy 'tiddler.title.toUpperCase()' write ' [[+tiddler.title+ ]] \view [+tiddler.title+]\

[tw] Re: Missing function in ForEachTiddler

2009-08-04 Thread Anthony Muscio
This not an answer but I suggest you revisit how and what you are trying to achieve. Putting dates into titles suggests to me you are mixing fields. If you must why not tag the tiddlers inWeekyReports, use this as the first criteria for identifying thoes in the report not (with dates in there

[tw] Taking Template macros into tiddlers

2009-08-04 Thread Anthony Muscio
If some one with expierence on this could please assist. In the view and edit templates we can use commands such as; showWhenTagged hideWhenTagged hideWhen showWhen showWhenExists etc... and perhaps other 'macros' such as hideWhenExists ToggleTag These may be in the core or in my tiddlywiki

[tw] FormTiddler in ViewTemplate

2009-08-04 Thread skye riquelme
Hi All Still can´t get the code right to open a newtiddler with a form from the ViewTempalte tool bar... newTiddler label:novo livro text:{{formTiddler [[RealText]] + }} tag:Livros tag:bibliography - when I put this into atiddler it creates the newtiddler button that works perfecty but

[tw] Re: FormTiddler in ViewTemplate

2009-08-04 Thread skye riquelme
Note that I get the same message even when I try putting the FormTiddler in the toolbarCommand.like |~ViewToolbar|RealText closeTiddler closeOthers closeAll +editTiddler deleteTiddler fields syncing permalink references jump| |~EditToolbar|+saveTiddler saveCloseTiddler -cancelTiddler

[tw] Autosave of Tiddler while editing it within an open TiddlyWiki?

2009-08-04 Thread interlooper
Hi, I learned about TiddlyWiki only today and am already in love with it. I want to use it as my scientific notebook, but one thing is troubling me: say I work on a tiddler and make lots of changes, and my browser crashes -- then all my work is gone. Had I pressed done when editing the Tiddler,

[tw] Re: Javascript Alert

2009-08-04 Thread cmari
I'm unfortunately very familiar with this error message (though I can't say I have learned much despite my many encounters with it). I keep hoping to see a pattern so I'd be interested to know more details: was this the very first thing you did (empty TW file? no plugins?), and did your new

[tw] Re: FormTiddler in ViewTemplate

2009-08-04 Thread skye riquelme
Fantastic once I remembered to take out the Google linebreak it worked perfectly thanks skye On 5 Ago, 00:04, Eric Shulman elsdes...@gmail.com wrote: span macro = 'newTiddler label:novo livro text:{{formTiddler [[RealText]] + }} tag:Livros tag:bibliography '/span in a ViewTemplate

[tw] Re: Javascript Alert

2009-08-04 Thread Eric Shulman
... Chrome Browser ... Failed to save... Chrome does not include built-in file I/O functions. To address this, you must install a companion TiddlySaver.jar file that adds the necessary methods: http://www.tiddlywiki.com/#TiddlySaver enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios

[tw] Re: How to access custom field passed through NewTiddler macro?

2009-08-04 Thread cmari
The syntax for adding both a fieldname and fieldvalue inside the newTiddler macro uses both single and double quotes: fields:'testfield:hello world' Accordingly, for your macro: newTiddler label:try custom field template:myTemplate fields:'k:v' cmari i have this macro call: newTiddler

[tw] LoadTiddlersPlugin

2009-08-04 Thread skye riquelme
Having difficulties with LoadTiddlersPluginam I right in understanding that I have to use the whole adress of a local file for it to work The file I want to load is in the same directorty...just putting its name like in loadTiddlers tag:config empty.html doesn´t workbut if I

[tw] Re: 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-04 Thread cmari
Try tiddler.tags instead of tiddler.tag (in both the sortBy and the write) cmari On Aug 4, 7:59 pm, AlanBCohen alanbco...@gmail.com wrote: Here is a ForEachTiddler macro I'm trying to include in an application and it is returning 'undefined' instead of what I expect.  It could be a typo on

[tw] Multiple word search

2009-08-04 Thread infernoape
I am looking for an alternate search plugin like simple search but only able to use multiple words separated with spaces. If any of the words searched in the string don't match anything it doesn't take away from the search and list no tiddlers found. Words that have no matches doesn't erase all

[tw] Re: Multiple word search

2009-08-04 Thread Eric Shulman
doesn't allow multiple word searching unless you seperate words with the pipe symbol but then if a word isn't listed anywhere, it displays no results instead of the few matches it did find. That's not how it works for me... Try this: 1) Go to http://www.TiddlyWiki.com 2) In sidebar options,

[tw] Blog Spam plugins

2009-08-04 Thread Senthil Nambi
Hey guys, Is there a blog plugin for tiddlywiki that actually works? Google search brings me this plugin (http://www.anshul.info/blogwiki.html) but it doesn't seem to work me. Also I'm afraid if I switch to Tiddlywiki as my primary blogging platform, I'll be swarmed with spam. Any Captcha