Re: Can't Create Duplicate Tiddlers

2009-11-10 Thread Simon Baird
I should mention this is now in the latest release of MGTD. On Tue, Sep 1, 2009 at 9:32 PM, Simon Baird simon.ba...@gmail.com wrote: While I sort out my release procedures, here's how to do the fix: Look for this in MgtdProcessInbox //alert(action +title);

[tw] Re: Controlling Order of Tiddlers

2009-11-10 Thread Alex Hough
Another way is to use Rearrange Tiddlers [1] Alex http://www.TiddlyTools.com/#RearrangeTiddlersPluginhttp://www.tiddlytools.com/#RearrangeTiddlersPlugin 2009/11/10 Kris Fremen krisfre...@gmail.com On Nov 9, 6:04 pm, George gfos...@cambridge911.org wrote: Two questions: 1. How do I

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-10 Thread Alexander Tsvetkov
Thanks for the suggestion. Just tried it but there's no change - it's still not encrypting anything on save. On Nov 10, 1:17 am, Lyall lyall.pea...@gmail.com wrote: Maybe, if you renamed TiddlerEncryptionPlugin to 'ZTiddlerEncryptionPlugin', so that it loads after UploadTiddlerPlugin, that

[tw] Re: Timeline/History with UserName?

2009-11-10 Thread Måns
Thanks Morris - I didn't know that.. So taught by Alex H's thread: (prevent wikification in a script) http://groups.google.dk/group/tiddlywiki/browse_thread/thread/86dcc6f966aaf79a?hl=da I've added three double quotes on each side of '+who+' to prevent wikification of usernames:

[tw] Re: plugin to edit/manage custom fields

2009-11-10 Thread FND
Is there a plugin to support editing of tiddlywiki fields, and perhaps creation/delete of fields? http://plugins.tiddlywiki.org/plugins/search/?query=fields http://visualtw.ouvaton.org/VisualTW.html#FieldsEditorPlugin HTH. -- F. --~--~-~--~~~---~--~~ You

[tw] Re: prevent wikification in a script

2009-11-10 Thread Måns
Hi Alex I like commas and brackets and usercases because they help me maintain and develop a *very basic understanding* of the script snippets I use on a daily basis.. Example: http://groups.google.dk/group/tiddlywiki/msg/b1c72c6f6eb1bf11?hl=da As long as your questions are based on practical

[tw] TW Flatpack beta testing

2009-11-10 Thread Morris Gray
Hi Måns I have sent you an invitation to join the Dropbox beta sharing folder as Chief Beta Tester. Morris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Can UploadTiddlerPlugin and EncryptionPlugin work together?

2009-11-10 Thread Lyall
Ok, I have had a quick look at upload. I wrote TiddlerEncryptionPlugin (TEP) quite a while ago. TEP overrides store.getSaver().externalizeTiddler and saveChanges(). saveChanges() is the code that is executed when you click the 'save changes' button. The Upload plugin does not override the save

[tw] Re: Taking Template macros into tiddlers

2009-11-10 Thread Simon Baird
Perhaps this is useful: http://mptw.tiddlyspot.com/#HideWhenPlugin The functionality is part of MPTW and not found in a standard TW. It's designed for use in ViewTemplate however you can use it in a tiddler body by employing the following technique: {{x{ showWhen 'someexpression' Content to be

[tw] Re: Done/Close problem

2009-11-10 Thread Simon Baird
I'm reasonably sure this is fixed in the latest version of the MPTW plugin. http://mptw.tiddlyspot.com/#SaveCloseTiddlerPlugin (Yep, seems to work now on http://mptw.tiddlyspot.com/empty.html for both new and renamed tiddlers. Let me know if you find otherwise) On Fri, Sep 18, 2009 at 3:45 PM,

[tw] (att: ELS) RefreshTiddler

2009-11-10 Thread Amzg
http://www.tiddlytools.com/#RefreshTiddler ...is a valuable little cutie for refreshing a tiddler. Can it be used to refresh *another* pre-specied tiddler, i.e not the tiddler where the macro-call is located? My reason for asking is because I'm using Pearces TiddlerEncryptionPlugin (TEP) for the

[tw] Re: plugin to edit/manage custom fields

2009-11-10 Thread Michael Mahemoff
Thanks FND. On Tue, Nov 10, 2009 at 9:05 AM, FND f...@gmx.net wrote: Is there a plugin to support editing of tiddlywiki fields, and perhaps creation/delete of fields? http://plugins.tiddlywiki.org/plugins/search/?query=fields http://visualtw.ouvaton.org/VisualTW.html#FieldsEditorPlugin

[tw] Re: Any examples of actual slice use?

2009-11-10 Thread Simon Baird
On the topic of things that use slices... MPTW can display tiddler slices in tagging lists. For example go to the link below and click 'slices'. It's one of the small buttons above the list. You can do a neat contacts list in this way. http://mptw.tiddlyspot.com/#systemConfig --

[tw] Re: tiddlyspot security issue?

2009-11-10 Thread Simon Baird
Apologies for the lack of response. I don't know why you're seeing what you're seeing in Analytics. However your concern has caused me realise we don't really warn people about Tiddlyspot's lack of security. In short, because tiddlyspot doesn't use SSL it's not a good idea to a). consider your

[tw] Re: Timeline/History with UserName?

2009-11-10 Thread Morris Gray
My last submission ;-) Next - script var out=['| !Script by Shulman, Mårtensson Gray |\|']; var who=''; var tids=store.getTiddlers('modifier'); for (i=0; itids.length; i++) { var t=tids[i]; if (who!=t.modifier) {

[tw] Auto-update tiddler references?

2009-11-10 Thread Amzg
A recurring problem (for everyone I must assume); Tiddlers, i.e tiddler names, are (of course) often referenced in other tiddlers. But, upon changing the name of the source tiddler, the references do not update, effectively making the references invalid - and even without any alert, typically

[tw] Re: manipulating the dom using jQuery

2009-11-10 Thread jk
I understand what's happening but what I want to know is why. Because I expect it work one way, and it works another. Therefore, if I can understand the underlying concept, I won't assume a logical conclusion that is incompatible with javascript (because there is surely a difference in mental

[tw] Re: Links

2009-11-10 Thread ChrisToonet
hello ! thanks for this answer reagrds On 9 nov, 14:59, Måns humam...@gmail.com wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Uploadplugin error can't get original file in IE8

2009-11-10 Thread Marc Stober
Hi, I'm using the UploadPlugin and getting an error, can't get original file why I try to save. This only occurs in Internet Explorer 8 - the exact same file and settings in Firefox is successful. Any ideas how to fix this? Thanks in advance, Marc

[tw] Re: TW Flatpack beta testing

2009-11-10 Thread Måns
Morris I don't have the vocabulary needed to express how awesome Flatpack is! A surreal CSSCornucopiaTW You get the impression that everything can be changed with a few clicks and in almost any individual direction possible... - but still the overview is clean and intuitive - VERY WELL DONE

[tw] Re: three star ratings in RatingsMacro and rating Summary

2009-11-10 Thread jnthnlstr
Dickon, If I understand correctly, Tobias' plugin works on the tiddler itself to add a rating, so you'd need an expansion of this plugin to work with multiple people rating tiddlers. You might also be interested in this TiddlyWeb discussion about a voting system:

[tw] Re: tiddlyspot security issue?

2009-11-10 Thread Måns
Hi Simon Thanks for making it clear. Btw. your permalink (http://faq.tiddlyspot.com/#[[Is%20Tiddlyspot %20secure%3F]]) from your blog is pointing to an empty tiddler titled: Is Tiddlyspot secure%3F A better permalink might be: http://faq.tiddlyspot.com/#%5B%5BIs%20Tiddlyspot%20secure%3F%5D%5D

[tw] Re: tiddlyspot security issue?

2009-11-10 Thread Måns
Hmm - same problem... It's google chrome which makes trouble - sorry for the false alert.. Regards måns Mårtensson On 10 Nov., 18:51, Måns humam...@gmail.com wrote: Hi Simon Thanks for making it clear. Btw. your permalink (http://faq.tiddlyspot.com/#[[Is%20Tiddlyspot %20secure%3F]]) from

[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-10 Thread Tobias - http://tbGTD.tiddlyspot.com
Ok Morris, ...let's see if we can get into the fixing business. However, I am not sure, what actually needs fixing. What is the exact issue with TiddlersBar that it needs special treatment as to core functions? I understand that tiddlers won't open correctly if someone disables TiddlersBar

[tw] LoadTiddlers Woes

2009-11-10 Thread skye riquelme
Hi All for some time the LoadTiddlers plugin was working...but gives me a - 1. Erro ao executar a macro loadTiddlers: 2. [Exception... Component returned failure code: 0x8000 (NS_ERROR_UNEXPECTED) [nsIScriptableUnicodeConverter.ConvertToUnicode] nsresult: 0x8000

[tw] Encrypting my TiddlyWiki

2009-11-10 Thread Alex
Hello everyone, I really need on encrypting my TiddlyWiki. I have tried using two different plugins, EncryptedVaultPlugin and the TiddlerEncryptionPlugin. Using the TiddlerEcryptionPlugin, i got it to somewhat work, but I had to add a DecryptAll button in the sidebar on the right. I want a way to

[tw] Re: Timeline/History with UserName?

2009-11-10 Thread Måns
Very neat Morris On 10 Nov., 14:07, Morris Gray msg...@symbex.net.au wrote: My last submission ;-) Next One question though - Is it necessary to change it into a fET to make use of TablesortingPlugin ( http://tw.lewcid.org/#TableSortingPlugin ) or is it possible to make the table sortable

[tw] Re: Encrypting my TiddlyWiki

2009-11-10 Thread Mark S.
With the TEP, if prior plugins have altered your set up, you may have to add the decryptThis button manually to the ToolbarCommands tiddler, like: |~ViewToolbar|newHere decryptThis closeTiddler +editTiddler deleteTiddler fields syncing permalink references jump| Of course, your ViewToolbar

[tw] Setting all but one of the TiddlyWiki instances as read-only

2009-11-10 Thread leeand00
Is is possible to set all but one of the open instances TiddlyWiki of the same TiddlyWiki to read only? I think that'd be kinda cool, cause then if you were referencing one of them and editing another, you wouldn't have to worry about accidentally overwriting the changes.

[tw] Re: LoadTiddlers Woes

2009-11-10 Thread skye riquelme
Hi Again Almost forgot..TW version 2.5.3 As a workaround.what would be the code to to detect the file adress of the local TW...if I could calculate the local file path and put it into a config.options parameter I could generate local absolute urls. Thanks Skye On 10 Nov, 17:10, skye

[tw] Re: TW Flatpack beta testing

2009-11-10 Thread Morris Gray
On Nov 11, 4:30 am, Måns humam...@gmail.com wrote: Morris I don't have the vocabulary needed to express how awesome Flatpack is! A surreal CSSCornucopiaTW You get the impression that everything can be changed with a few clicks and in almost any individual direction possible... - but still

[tw] Can not download plugins with FireFox anymore

2009-11-10 Thread grant...@gmail.com
Hi, I have firefox 3.5.5. I know I upgraded it a bit ago, but I am not sure if that was before or after this problem. I am running Windows 7 too, but have been using that for some time (beta trial). Today, when I tried to download some plugins the browswer stopped responding after I got the

[tw] Re: Installing fckeditor

2009-11-10 Thread Mick
Mans, I'm having a similar problem and can't see the shockwave flashguide clearly. I'm with you up to step 4 on the MarkupPreHead. What is that? I cannot find a tiddler with that name in TiddlyWiki. Do I make a tiddler with that name? I haven't got that far yet but step 6 looks a bit

[tw] Re: EasyEditPlugin

2009-11-10 Thread Seremela
Thanks a lot! Quickedit is indeed a better solution than EasyEdit. I like the wikisyntax more than the html (and adding links and images is a lot easier this way). You might here from me with the custum buttons, I'm going to give it a try. --~--~-~--~~~---~--~~ You

[tw] Re: Encrypting my TiddlyWiki

2009-11-10 Thread Lyall
Quoted from a gmail reply, I figure others may be interested in the answer... Firstly, as you may have gathered, a tiddler can only be encrypted with one password. You can have 2 tiddlers with a password each, or both tiddlers with the same password - all driven by the prompt - the prompt is

[tw] Re: Installing fckeditor

2009-11-10 Thread Måns
Hi Mick I think you'll have to upgrade your standard TW to get ToolbarCommands as a shadowed tiddler, however you can experiment - change your ViewTemplates toolbar to: div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]' and (optionally) your EditTemplates toolbar to div

[tw] Re: Installing fckeditor

2009-11-10 Thread Måns
Oh I forgot to answer this one: I'm with you up to step 4 on the MarkupPreHead. What is that? I cannot find a tiddler with that name in TiddlyWiki. MarkupPreHead is also a socalled shadowed tiddler and you find it in the sidebarmenu in the sidebartabs section (Where the timeline is)

[tw] Re: Encrypting my TiddlyWiki

2009-11-10 Thread Amzg
Hoping to catch the opportunity to ask the creator himself; Mr. Pearce, do I understand this correct; A tiddler is only encrypted when it is rendered. For a TW on a remote server (such as tiddlyspot) this means that when I use my local copy, a tiddler tagged with Encrypt(something) is *not*

[tw] Best solution for connecting TWs

2009-11-10 Thread Amzg
Has any decent/practical solution come up for collaborating with multiple TWs? I'd guess a generally desired setup would be; - one central and general TW, possibly local, connected to; - multiple specialized TWs perhaps online (e.g on tiddlyspot) to invite other topic-interested users. Clearly

[tw] Re: Timeline/History with UserName?

2009-11-10 Thread Måns
Hi Mike Thanks for the hint.. I understand that I should write sth like (I know this is wrong - : var out=[]; var fmt='| %0 | %1 | %2 | %3 |'; for (var i=0; itids.length; i++) { var val1=tids[i].title; if (2!=t.modifier) var val2=t.modifier; var