[tw] Re: Howto - get Tiddlers tagged with a custom field value

2009-10-30 Thread Alex Hough
The code it suggests is nearly identical to the TW code, which is included in the core to ensure cross-browser support, regardless of the JS implementation in any given browser. Ahah I see. When I first saw your solution, I went looking for map. I didn't know it was a TW functuion or plain js

[tw] Re: Create a Tiddler with Date from calendar but with a Tag predefined

2009-10-30 Thread ChrisToonet
ok I'll try ! thanks for your answer to you and to eric Chris On 30 oct, 04:45, Anthony Muscio anthony.mus...@gmail.com wrote: Eric, I recieved this advice from you before and do things differently as a result. I understand the implementation and why this happens. However as this question

[tw] A single click deletion of a list of tiddlers.

2009-10-30 Thread Morris Gray
I looking for a way to delete a dedicated list of tiddlers. I think the ideal way would be a list of tiddler titles as opposed to tags for they may be a combination of normal tiddlers (possibly with multiple tags) and also plugins. Also it should be able to be used by a novice user by simply

[tw] Re: Search Plugin

2009-10-30 Thread Eric Shulman
Usinghttp://www.tiddlytools.com/#SearchOptionsPluginI keep getting Error in macro search messages - having done nothing but import the plugin, save, update and trying it out in a blank tiddlywiki. I have tested my plugin in both FF and IE7, and it does *not* produce any errors, and works as

[tw] Re: Search Plugin

2009-10-30 Thread Jakob Graulund Jørgensen
Hi The following is shown when the SearchOptionsPluginInfo is displayed: === +++*[search wood report=list See also:]... Error in macro search === +++*[search wood report]... Error in macro search === +++*[search wood report=]... Error in macro search === +++*[search wood

[tw] Re: Search Plugin

2009-10-30 Thread Eric Shulman
And it is completely blank say for the SearchOptionsPlugin which I got from tiddlytools.com. I don't understand what you mean... what it is completely blank? -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: Search Plugin

2009-10-30 Thread Jakob Graulund Jørgensen
I'm sorry for being so consistently unhelpful. The it is the tiddlywiki. I downloaded an empty tiddlywiki of the lastest verion and importede the SearchOptionsPlugin and the SearchOptionsPlugininfo tiddler. So it (ie the tiddlywiki) is completely blank other than those two tiddlers and the

[tw] Re: Does jquery provide TW ability to query ODBC database?

2009-10-30 Thread FND
Based on a brief review of previous posts I got the impression that using TW as a tool to query an ODBC database wasn't really very feasible. If your ODBC has some kind of web exposure (i.e. an HTTP API), any web app (TiddlyWiki among them) can use AJAX to access the database. -- F.

[tw] Re: Create a Tiddler with Date from calendar but with a Tag predefined

2009-10-30 Thread ChrisToonet
hello I would like to apologize for the 3 messages on 3 different channels! but I had not made the connection at first! This demonstrates, in all cases your availability and we must thank you! my question remains! that must be changed or added for creation of a new journal (or a tiddler tagged

[tw] manipulating the dom using jQuery

2009-10-30 Thread Tobias - http://tbGTD.tiddlyspot.com
Hi jk, May I suggest you moved on and consider any of [1], e.g.: jQuery(someDomNode).append('pHello world/p'); jQuery(.someCssClass).append('pHello world/p'); - adds to all of this class jQuery(.someCssClass:first).append('pHello world/p'); - adds to first element of this class

[tw] Accessing my wiki from other computers???

2009-10-30 Thread DPL needs a wiki
Hi, I am new to the wikiworld and would like to build a wiki for my non- profit consulting business. From my research it seems that a personal wiki would work best...but I am uncertain as to which program would be able to deliver all the features that I need, namely: 1. Confidentiality/Security

[tw] Re: manipulating the dom using jQuery

2009-10-30 Thread FND
May I suggest you moved on and consider [using jQuery] I believe one should have a firm grasp of JavaScript and the DOM before using abstractions like jQuery. (Although that's not necessarily a strictly linear progression; experimenting with jQuery can be educational WRT the underlying

[tw] Re: How to insert a char '|' in the URL of [img[http://xxx]]

2009-10-30 Thread FND
1) Are there any core-code functions to URL-Encode? There are, in fact, native JavaScript functions: http://xkr.us/articles/javascript/encode-compare/ 2) Shouldn't the core code's regex take only care of the first '|' and ignore all the others, so that... [img[my

[tw] Re: Accessing my wiki from other computers???

2009-10-30 Thread wolfgang
Hi DPL, 1. Confidentiality/Security -- access by only members of my team/ business by password protection or something of that nature so I know only the assigned people have access to the information on the wiki A TW hosted at tiddlyspot.com can be password protected and doesn't cost you

[tw] Re: A single click deletion of a list of tiddlers.

2009-10-30 Thread wolfgang
Hi Morris, I looking for a way to delete a dedicated list of tiddlers. I think the ideal way would be a list of tiddler titles as opposed to tags for they may be a combination of normal tiddlers (possibly with multiple tags) and also plugins. Would you like to elaborate a bid more,

[tw] Re: search folder text files from TW?

2009-10-30 Thread wolfgang
Hi Dave, Using Archive plugin to load external text files, but currently can't search for text from within them until those tiddlers are edited and closed again. I'd like to be able to have a huge amount of tiddlers Archived, but be able to search within them immediately upon opening the

[tw] Re: Dropdowns and Tags

2009-10-30 Thread FND
My test tiddler look like this: html select name=morphtiddler DropdownOptionList with: Morph/ select /html I assume you're using a plugin to allow nesting macro calls in raw HTML sections? Without the html tags the test tiddler looks fine but doesn't create a dropdown list. With them it

[tw] Re: Does jquery provide TW ability to query ODBC database?

2009-10-30 Thread Mark S.
Looking around the net, it appears that it might be possible to access a local database via ODBC using an ActiveX object in the IE browser. This would pretty much cement your TW to a particular platform, browser, and machine. In which case, why use TW? It might be better to simply dump your

[tw] Re: Does jquery provide TW ability to query ODBC database?

2009-10-30 Thread FND
Looking around the net, it appears that it might be possible to access a local database via ODBC using an ActiveX object in the IE browser. Presumably one could write an application to provide the necessary interface (similar to the way the TiddlySaver Java applet enables loading and saving

[tw] Re: Accessing my wiki from other computers???

2009-10-30 Thread Alex Hough
Hi DPL I think dropbox is the be way to go [1] If you use the link below we both get an extra 250 MB. Dropbox is good because you just put you TW in a dropbox folder on your machine then it updates automatically. There are private, public and share options. I think someone was using a load

[tw] Re: manipulating the dom using jQuery

2009-10-30 Thread shavinder
Wow FND! I could have never guessed. Thanks! Its here too at https://developer.mozilla.org/En/DOM/Node.appendChild: var appendedElement = element.appendChild(child); The returned element is the child which is *appended*. So this line does NOT return element p, it returns the helloworld

[tw] Re: importing a directory of .html files into a tiddly

2009-10-30 Thread wolfgang
Hi Jerimiah, 2. Is there a plugin or similar that will take a dir full of html files and convert them into tiddles? It would be nice if it kept the links, but I don't mind rebuilding them if need be. I think AttachFilePlugin and FileDropPlugin are able to import whole directories of

[tw] Re: Spams

2009-10-30 Thread wolfgang
Hi everyone, could someone explain to me how my profile could become associated with such spam?? Eric has mailed me: For the past three days, a spam posting has appeared in the TiddlyWiki group, with your return email address. It seems that someone may be posting spam to the by spoofing

[tw] Re: Spams

2009-10-30 Thread wolfgang
I can't see anything indicating that my Gmail account would have been hacked. However, since if been locked out from TiddlyWiki GG I received 2 noreply mails by Gmail - on 25. and 28. of October - which say: Hello ... We're writing to let you know that the group that you tried to contact

[tw] Re: Spams

2009-10-30 Thread shavinder
wow. I hope this solves quickly and on the plus side provides an insight into how these spammers works, leaving us a bit more empowered if possible. -shavinder On Oct 30, 10:13 pm, FND f...@gmx.net wrote: could someone explain to me how my profile could become associated with such spam??

[tw] Re: Spams

2009-10-30 Thread ocal TW
2009/10/30, wolfgang wolfgangl...@gmail.com: I can't see anything indicating that my Gmail account would have been hacked. However, since if been locked out from TiddlyWiki GG I received 2 noreply mails by Gmail - on 25. and 28. of October - which say: Hello ... We're writing to let

[tw] Can't get the RightSidebar to hide by default

2009-10-30 Thread Septimus
Hi people! I like the RightSidebar to be hidden by default, and only show if I, myself and me, log in. This should be easily configured and is explained here http://tiddlywiki.org/wiki/How_To/Setting_Up_TiddlyWiki_As_a_Website under heading Hide right side bar. I followed the instructions to

[tw] Re: Placing an image across the entire header

2009-10-30 Thread LoB
Thank you for the reply Tobbe. I apologize for my slow response. I did actually try to use the coe provided in the link that you provided. It was one of the first things I tried. For some reason it didn't work. I tried to use each of the linking options provided by photobucket for the url

[tw] Re: Can't get the RightSidebar to hide by default

2009-10-30 Thread shavinder
Did you confirm that zzTweak tiddler has a systemConfig tag? Is it being loaded during startup? if you have firebug you could check the value of the config.options.chkShowRightSidebar by entering it on the firebug console and pressing enter. If you dont use FF I think you could import jash from

[tw] Re: Spams

2009-10-30 Thread wolfgang
This might be of interest: http://ejohn.org/blog/google-groups-is-dead/ Thanks for the link: QUOTE The final straw was placed upon my patience with the Google Groups system a few weeks ago. Spammers are now spoofing the email addresses of existing group participants to sneak their

[tw] Re: manipulating the dom using jQuery

2009-10-30 Thread FND
Is the element p being created? I would hazard a guess that it *is* being created. But in the following line the element p is not appended to the body but is left orphan It is being created in-memory, but does not persist in the document. Thus the object's memory will be deallocated (freed)

[tw] Re: Spams

2009-10-30 Thread ocalTW
ooops, my previous email was a blank one and didn't include my post. Sorry for that. I just wanted to add that on the French speaking TiddlyWiki group (TiddlyWikiFR) we do moderate members that have recently joined the group. This saved us from quite some spam messages. Thanks for providing

[tw] Re: Can't get the RightSidebar to hide by default

2009-10-30 Thread Eric Winter
Hi Shavinder, Good suggestion, well done! First of all, yes, I have tiddler zzTweak preperly tagged systemConfig. I took a look with Firebug and found that when I am logged in as user admin, config.options.chkShowRightSidebar is TRUE. When I change the username to another user and reload the

[tw] Re: Can't get the RightSidebar to hide by default

2009-10-30 Thread Eric Winter
BTW, here's my content of tiddler zzTweak: if(config.options.txtUserName != admin) { config.options.chkSinglePageMode = true; config.options.chkShowRightSidebar = false; readOnly = true; showBackstage = false; } Septimus On Fri, Oct 30, 2009 at 7:32 PM, Eric Winter

[tw] Re: search folder text files from TW?

2009-10-30 Thread Dave Parker
Thanks Wolfgang, I'll try that (I was using SearchOptionsPlugin) On Oct 30, 9:55 am, wolfgang wolfgangl...@gmail.com wrote: Hi Dave, Using Archive plugin to load external text files, but currently can't search for text from within them until those tiddlers are edited and closed again.  

[tw] Re: Does jquery provide TW ability to query ODBC database?

2009-10-30 Thread roger
The database is the back end of a CMS and it is on a local network without any web exposure. The files are associated with specific cases, but of course, you need to query the index table to know which files are associated with which cases. One reason for considering TW as an alternative

[tw] Re: How to insert a char '|' in the URL of [img[http://xxx]]

2009-10-30 Thread Tobias - http://tbGTD.tiddlyspot.com
Hi FND, On 30 Okt., 16:11, FND f...@gmx.net wrote: 1) Are there any core-code functions to URL-Encode? There are, in fact, native JavaScript functions: http://xkr.us/articles/javascript/encode-compare/ Thanks for the pointers... I should've figured that myself. Well, loads of trees,

[tw] Re: More on SaveAs Plugin

2009-10-30 Thread skye riquelme
Thanks...sorry I misunderstood your original explanation... And still on the topic of SaveAsPlugin What I am wanting to do is use a combination of SaveAs and LoadTiddlers to effectively create a system whereby the data tiddlers entered by a student (to his own local TW) are effectively

[tw] Re: Calendar plug-in and Removing Tags from displaying

2009-10-30 Thread sonomakid2002
On Oct 28, 11:08 am, Eric Shulman elsdes...@gmail.com wrote: 2. Use the calendar plug-in to show the julian date. Along with the calendar date. Import    http://www.TiddlyTools.com/#DatePlugin    http://www.TiddlyTools.com/#DatePluginConfig    http://www.TiddlyTools.com/#DatePluginInfo

[tw] Blogging

2009-10-30 Thread sonomakid2002
The company I work for uses the WIKI format for a learning/resource tool. I am working on one at this time and we upload the WIKI as a 'read-only' format. I am wondering is there a way, to include a blog in the wiki that can be used by end users of the WIKI to leave feedback/comments/updates that

[tw] Re: Can't get the RightSidebar to hide by default

2009-10-30 Thread shavinder
Are you calling the [[ToggleRightSidebar]] from somewhere? ToggleRightSidebar is a script (transclusion now) which is not tagged with systemConfig and therefore in order to run it one needs to call it like this from somewhere: tiddler ToggleRightSidebar with:sidebar. This can either be done after