Re: [tw] A special save and keep editing function, possible?

2010-08-23 Thread FND
I'm wondering if it is possible to have a special save and keep editing button that keeping the tiddler remained in edit mode This might be of interest: http://svn.tiddlywiki.org/Trunk/contributors/FND/plugins/QuickSavePlugin.js -- F. -- You received this message because you are subscribed

Re: [tw] Re: refactoring tiddler-s

2010-08-23 Thread FND
Correct me if I'm wrong, but there definetely is no internal authentication or integrity key that would disallow using a simple text-editor. Correct - nevertheless, editing the raw source can be dangerous, as it circumvents the usual verifications (e.g. escaping special characters). -- F.

Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
Your script works nice. But what if I want to add a column for a custom field called Keyword? out.push(|!Title|!Date|!Keyword|h); // create tabel header [...] out.push( |[[ + tids[i].title + ]] + | + tids[i].created +| + tids[i].fields.keyword +|); (Personally, I'd construct the table using

Re: [tw] Re: Using TW as database

2010-08-23 Thread Claudio Li
Thx. FND. One more question there. Can I change the date format? It shows Mon Aug 23 2010 14:26:00 GMT+080, which is too long... On 23 August 2010 15:07, FND f...@gmx.net wrote: Your script works nice. But what if I want to add a column for a custom field called Keyword?

Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
One thing I thought of, might be to use 'couchdb' with TiddlyWiki to fabricate a shared. distributed REST-ful TiddlyWiki style wiki. Using CouchDB as backend would indeed be awesome. There has been some interest in this before[1][2] - personally, I think it'd be great if there was a couch app

Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
Can I change the date format? tids[i].created.formatString(-0MM-0DD 0hh:0mm); see http://tiddlywiki.org/wiki/Timestamps -- F. -- 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.

Re: [tw] Re: TiddlyWiki 2.6.1 released

2010-08-23 Thread FND
2.6.1 releas message says: *enhance toolbar macro syntax to render tiddler/slice/section content inline (ticket #610) [...] I couldn't get it to work. That entry is a bit misleading, due to it being copied verbatim from the ticket. The solution we went with in the end was to provide a hook

Re: [tw] Re: TWeb (TSpace) vs vanilla regarding speed?

2010-08-23 Thread FND
BTW, is anything executed on the TSpace server or is it only local CPU/ memory time that decide speed (other than algorithms in core+plugins)? It's still just a regular TiddlyWiki (though augmented with a variety of plugins, of course) - so the basic paradigm of computation happening on the

[tw] Re: Write down a title and hit create to create a new tiddler

2010-08-23 Thread twgrp
Tobias, you're right. I take back my last comment. :-) On Aug 22, 9:31 am, Tobias Beer beertob...@googlemail.com wrote: Hi everyone, I don't quite understand in what sense this would be beneficial over the way things currently work. Why bloating your template with input fields in order to

Re: [tw] Modifier name in RSS feed?

2010-08-23 Thread FND
I'd like to know if it's possible to include the modifier's name [...] on every RSS feed? You could use a small plugin that hijacks and extends tiddlerToRssItem: (function() { var _tiddlerToRssItem = tiddlerToRssItem; tiddlerToRssItem = function(tiddler, uri) { var author =

[tw] Re: A special save and keep editing function, possible?

2010-08-23 Thread octw
Wow, great FND. It worked just the way I want. Great thanks. Btw, does it support keyboard shout cut? Cheers, octw On Aug 23, 2:59 pm, FND f...@gmx.net wrote: I'm wondering if it is possible to have a special save and keep editing button that keeping the tiddler remained in edit mode This

[tw] Re: A special save and keep editing function, possible?

2010-08-23 Thread octw
Further one. FND, is it possible that make the plugin auto saving the tiddler every few minutes? octw On Aug 23, 6:59 pm, octw blog...@gmail.com wrote: Wow, great FND. It worked just the way I want. Great thanks. Btw, does it support keyboard shout cut? Cheers, octw On Aug 23, 2:59 pm,

Re: [tw] Re: A special save and keep editing function, possible?

2010-08-23 Thread FND
does it support keyboard shout cut? There's nothing built into the plugin, and adding access keys to toolbar commands is a tricky issue anyway (if there are multiple tiddlers opened in the story, which one should be acted upon?). You could make it the the default command* for the EditTemplate

[tw] Re: refactoring tiddler-s

2010-08-23 Thread will
You are 'right' I will not edit a tiddler HTML file again myself in scite or textedit or notepad because the resulting save file was a mess and didn't show my tiddlers that were touched during the edit. I don't know why. I just don't see the point wasting time when what I want is a high-level

[tw] Re: refactoring tiddler-s

2010-08-23 Thread will
YES and when your knowledge becomes meaningful ... changes in syntax have huge impacts on meaning, semantics and the semeiotics! I used to deal in software, and my interest was in the semantics for tiddlers. Refactoring is a recognised tool to keep thing working 'better'. On Aug 23, 5:01 pm,

Re: [tw] Re: refactoring tiddler-s

2010-08-23 Thread FND
Concerning this specific comment -- There probably SHOULD be an authentication MAC5 or similar tag applied to edits. That's a very simple way to prevent anyone making changes you didn't know about or authorise (etc.) That's not exactly the wiki spirit... -- F. -- You received this message

[tw] Re: refactoring tiddler-s

2010-08-23 Thread will
Thanks Anthony ... I'll stop here. I may be witty or even have a bit of souse on programming, languages and the web. My thinking is ALWAYS about users like my grandmother. TiddlyWiki especially is not a programmer/hacker tool, its for simple hypernotebook-scaffolds that my gran can use. If my

[tw] Re: A special save and keep editing function, possible?

2010-08-23 Thread octw
does it support keyboard shout cut? There's nothing built into the plugin, and adding access keys to toolbar commands is a tricky issue anyway (if there are multiple tiddlers opened in the story, which one should be acted upon?). You could make it the the default command* for the

[tw] Announcing: TiddlyAir - an experiment bringing TiddlyWiki to Adobe AIR

2010-08-23 Thread jnthnlstr
Hello, I've made a TiddlyWiki that is wrapped up in an Adobe AIR container as a standalone app. The original TiddlyWiki still opens in a browser and functions normally (although its store is kept separate in the AIR app's storage directory). Point of this: to try out a TiddlyWiki in a controlled

[tw] Re: display tabs in tiddly wiki micro

2010-08-23 Thread Yang Li
Further to this thread, is there any way that I can replace tiddler file name with a macro plus parameter, i.e. instead of using (a) tabs txtMoreTab job no job no wikiinthefield_job_$1, I intend to use something like (b) tabs txtMoreTab job no job no JobDisplay wikiinthefield_job_$1 . The

[tw] Re: display tabs in tiddly wiki micro

2010-08-23 Thread Yang Li
I may mis-presented the problem. The real problem is assume that I can handle individual job display via tiddler CustomerTabs with: 001 .. tiddler CustomerTabs with: 00K Now if I want to display each job in a tab, do I have to generate K tiddlers each containing a line like tiddler CustomerTabs

[tw] Re: Using TW as database

2010-08-23 Thread okido
Hi FND, Could you give us an example how to build a table by changing the DOM directly. I am interested because I have a large table that builds rather slow, 120rows and 6 cols, it is sortable by clicking on the headers. I thought it might be quicker when a would replace the script by a plugin.

[tw] Re: TiddlyTagMindmap in ShowPopup ?

2010-08-23 Thread Cyrill
Hi, do you know how to force the font-size in the tiddlers title in the mindmap for all tiddlers (without using custum labels). In many cases the plugin show too small letters. Best Regards On 11 Aug., 13:29, rakugo jdlrob...@gmail.com wrote: I can take a guess.. Try specifying a width and

[tw] How to access tiddlerdataplugin data from another tiddler without FET

2010-08-23 Thread Dave Gifford - http://www.giffmex.org/
Hi guys I am sure this is simple, but, if I wanted a 'display' tiddler that accessed the data from a form field or drop down list in a data entry tiddler, what would I do? I am guessing something like tiddler 'dataentrythingy' 'tiddler.data(nameofformfield)' How would I write something like

[tw] Re: Nothing works anymore!

2010-08-23 Thread Dave Gifford - http://www.giffmex.org/
Since no one came to my rescue on the bits below, I found a workaround for IE and Firefox that involves importing, then clicking permit on a dialog box, then saving, then clicking permit on a dialog box. If anyone still wants to give me an easier way, I'd love to hear it. And it doesn't work on

[tw] Re: Announcing: TiddlyAir - an experiment bringing TiddlyWiki to Adobe AIR

2010-08-23 Thread jnthnlstr
Have realised that you also need the Adobe AIR developer tools[1] to compile the package. Have added the built app installer to the repo, so you can just get that if you want: http://github.com/jayfresh/TiddlyAIR/raw/master/AIR/TiddlyAIR.air J. On Aug 23, 2:33 pm, jnthnlstr jnthnl...@gmail.com

[tw] Re: Announcing: TiddlyAir - an experiment bringing TiddlyWiki to Adobe AIR

2010-08-23 Thread jnthnlstr
...and that dev tools link: http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk On Aug 23, 7:15 pm, jnthnlstr jnthnl...@gmail.com wrote: Have realised that you also need the Adobe AIR developer tools[1] to compile the package. Have added the built app installer to the repo, so you