Re: tbGTD

2009-11-11 Thread Tobias

Will we be able to use tbGTD on a tiddlyspot account?

Of course, the original is hosted there. A simple How-To for doing so
is described in the readme file...

- to use it with http://tiddlyspot.com
  - create a tiddlyspot site, then import all content from this empty
tbGTD

...maybe I skipped the part where you might want to upgrade your
tiddlywiki core (to 2.5.3) before importing.
As for the import, you should (theoretically) be able to just import -
ALL tiddlers tagged tbGTD - from http://tbGTD.tiddlyspot.com ...though
that won't provide you with the tiddlyspot plugins.

For importing I highly recommend http://tiddlytools.com/#ImportTiddlersPlugin
...which sits in my browsers bookmarks as an instant
bookmarklet ...loaded into (most) any tiddlywiki with 1 click.


Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to gtd-tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Encrypting my TiddlyWiki

2009-11-11 Thread Lyall

An encrypted tiddler is tagged with 'Decrypt(prompt)'

A decrypted tiddler, that will be encrypted, on save, is tagged with
'Encrypt(prompt)'

The process of saving the tiddlywiki looks for all tiddlers tagged
Encrypt(prompt), encrypts them and changes the tag to 'Decrypt(tag)'

An encrypted tiddler is loaded, as is, from the tiddlywiki (you can
look at the contents), whether it is from a local file or a remote
server.

When a tiddler is retrieved for display from an already loaded
tiddlywiki, the 'getTiddler' function has been overridden to look for
the 'Decrypt(prompt)' tag. If it finds it, it decrypts the tiddler,
otherwise, it does nothing and simply allows normal tiddler retrieval.

If you have not entered the password for a prompt, then encrypted
tiddlers will not automatically decrypt, you will need to press the
'decrypt' or 'decrypt all' buttons to enter the password. Once a
password is entered, it is not normally asked for again (unless you
configure it that way) - and all encrypted tiddlers will automatically
decrypt, from that point on.

When you hit the 'save changes' button or an auto-save happens,
TiddlerEncryptionPlugin searches for any tiddlers with 'Encrypt
(prompt)' in their tags - for each one, it encrypts and re-tags with
'Decrypt(prompt)'. Once all tiddlers have been checked and encrypted,
the save is handled using the existing save functionality.

So, the only time a tiddler is decrypted is when you display it and
press the decrypt button, or you use 'decrypt all'.

If a tiddler is downloaded from the net with encrypted tiddlers, the
tiddlers are encrypted whilst in transit. They only ever are decrypted
in your browser.

If the UploadPlugin had default upload urls as configuration settings
and overrode the 'save changes' method, like TiddlerEncryptionPlugin,
then the 'saved tiddlywiki', as uploaded, would be encrypted, in
transit, with no changes to the 'server side' - all the encryption is
done on the client.

It is even possible, to have a 'external tiddler' plugin (I think Eric
wrote one, amongst seemingly millions...), that if it overrode the
getTiddler and getTiddlerText functions, then TiddlerEncryptionPlugin
would even process 'external' tiddlers correctly - assuming the
plugins loaded 'external tiddlers' then TiddlerEncryptionPlugin

Note that if you close the tiddlywiki page or press the browser re-
load button, all cached passwords are lost.

Hopefully that answers your question.

:-)

...Lyall

On Nov 11, 12:26 pm, Amzg matiasg...@gmail.com wrote:
 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* necessarily
 encrypted when I send it *to* that remote server, only later when the
 TW is reloaded from there is it encrypted. Correct?

 Thank you!

 On Nov 11, 2:12 am, Lyall lyall.pea...@gmail.com wrote:





  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 simply a
  reminder for the password.
  However, you cannot have multiple passwords to decrypt the same
  tiddler.

  However, you could create a group of tiddlers with a prompt of 'Office
  Users' and spread the password to that group, and another group of
  tiddlers with 'Secret users' and spread the password there as well.
  But, you won't be able to give both Office Users and Secret users
  access to both groups, unless both groups know both passwords.

  Personally, I only encrypt the tiddlers that need encrypting, leaving
  the rest of the tiddlers open. After all, when encrypted, you can't
  search (at least, until you decrypt them all).

  That said, if TiddlerEncryptionPlugin is still for you, feel free to
  send me a sanitised version of your tiddlywiki and I can see if I can
  spot the problem with the menu bar. I don't need to know the passwords
  as I only need to be able to confirm the 'button' appears.

  ...Lyall

  On Nov 11, 7:57 am, Mike eris...@gmail.com wrote:

   I have tried both, I am currently using TiddlerEncryption vs
   EncryptedVault (had some problems with the vault, and random
   characters appearing inside my tiddlers in TW 2.4.2)

  http://visualtw.ouvaton.org/demo/EncryptedVaultPlugin.html(last
   update 12/07)
   set the password in the plugin (one password protects entire 
   document)http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.ht...
   (last update 10/08)
   set the password for a tag or group of tiddlers (one password per
   group)
   If encryption is not required you could 
   try:http://www.tiddlytools.com/#TiddlerPasswordPlugin
   password via template  user level 

[tw] Re: Is anyone using TW with Opera 10?

2009-11-11 Thread Anthony Coates
Interesting.  I'm running 64-bit openSUSE, curious about the difference with
Ubuntu.  Cheers, Tony.

2009/11/9 FND f...@gmx.net


  I also find that TiddlyWiki works with Opera 10 under OS X, but
  not Linux

 Works fine for me on Ubuntu Karmic.
 After opening a fresh TiddlyWiki, I approved the applet, created a few
 tiddlers, saved - and after a few seconds (no idea why it's so slow) I
 got the confirmation.


 -- F.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Best solution for connecting TWs

2009-11-11 Thread Måns

Hi Matias

I've been through several of your suggestions - and now I use four
different methods.
1) UploadTiddlerPlugin by Bidix 
http://tiddlywiki.bidix.info/#UploadTiddlerPlugin
in a TW which makes extensive use of checkboxes and quick upload of
individual tiddlers -ø thereby minimizing the risk of overwrites...
(sickleavelists etc..)
Example: http://maans.bplaced.net/hu

2) Your last suggestion is the one I use for some of my students
individual TWs. They fill out forms in a local copy and give it back
to me. I upload the result to individual TiddlySpotsites with a
password and integrate their TW's in a MainTW with iframes. They
simply click a sliderbutton (with their name as label) and edits the
TW online. Some students go directly to their own TW and make edits
there - but most students remember the address of the MainTW and use
it as a portal to edit their own TW..
Example: http://tinyurl.com/yjq5moj

3) I use LoadTiddlersPlugin http://www.tiddlytools.com/#LoadTiddlersPlugin
in a TW which acts as a server for copies used by my collegues. Only
tiddlers with certain tags are loaded - to avoid conflicts with
individual preferences - and I'm carefull with tiddlerTitles..
Example - (to many data of confidential nature - sorry)

4) I've tried to setup TiddlyChatter 
http://tiddlychatter.tiddlyspot.com/index.html
in another TW which I use as a blog - in the hope that it could
provide easy cooperation - but the setup  ended up beeing too hairy
and I had to give up...
Example: http://edb.tiddlyspot.com/#TiddlyChatter

Regards Måns Mårtensson

On 11 Nov., 03:40, Amzg matiasg...@gmail.com wrote:
 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 it'd be desirable to be able to both read and write on those
 remote TWs **via the central one** - and so without storing copies of
 individual tiddlers in the central one (other than perhaps
 temporarily) and also without having to pre-specify which individual
 tiddlers that are to be edited.

 Has any best practice evolved for this?

 After some digging I have identified the following tools touching
 parts of the issue, but it seems none quite does it - or do I
 misunderstand something?

 From TiddyTools;
 ImportTiddlersPlugin - copies new/updated tiddlers from an external TW
 ExternalTiddlersPlugin - (similar to previous but also importing non-
 TW files into tiddlers)
 LoadTiddlersPlugin - (very similar to previous? No snappy description
 in documentation.)
 ...but using LTP together with TemporaryTiddlersPlugin lets you each
 time you open your document, [...] automatically retrieve an up-to-
 date set of common tiddlers that are stored in another document
 (either local or via remote URL), without those tiddlers being
 retained when you save your document.
 - As I understand this, it means I cannot meaningfully edit the source
 tiddlers though.

 ...and the latter also sounds like;
 AbegoExtensions IncludePlugin - i.e where you also can only edit
 included tiddlers in their original TiddlyWiki. Hence included
 Tiddlers are readonly in a main TiddlyWiki.

 An idea is to import a copy via the above into the central TW, and
 then to **force-push** that into the source TW;

 More from TiddlyTools:
 ExportTiddlersPlugin - lets you push individual tiddlers to a file,
 but as far as I can tell not as tiddlers into an existing TW.
 UploadPlugin - lets you push a full TW but not individual tiddlers.

 ...there's also the Imtiaz/Alm;
 TiddlySnip Firefox extension - this *does* let you push pieces of any
 text - but not quite tiddlers - into a new tiddler in a TW.
 Unfortunately not maintained anymore.

 An workable option would be an iframe, i.e loading a whole external TW
 into a tiddler on the central TW. Workable but not very elegant. Maybe
 it is possible to make the external TW show up in singlepagemode and
 without mainmenu etc? Anyone done this?

 Does anyone have a practical setup for a central TW that can edit
 external TWs?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Best solution for connecting TWs

2009-11-11 Thread Eric Shulman

 ImportTiddlersPlugin - copies new/updated tiddlers from an external TW
   note: interactive control panel

 ExternalTiddlersPlugin - (similar to previous but also importing non-
 TW files into tiddlers)
   note: only works via tiddler macro transclusion

 LoadTiddlersPlugin - (very similar to previous? No snappy description
 in documentation.)
   macro version of ImportTiddlers functionality

 ExportTiddlersPlugin - lets you push individual tiddlers to a file,
 but as far as I can tell not as tiddlers into an existing TW.

Both ExportTiddlersPlugin (interactive) and SaveAsPlugin (macro) can
be used to *merge* selected tiddlers into an existing TW document.

-e



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Amount of tiddlers

2009-11-11 Thread nbg

Hi,
how many tiddlers can one tiddlywiki file bear? I want to use is as a
CRM, with circa 200 tiddlers a month. Will this work for several
years?

Thank you,

  andreas

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Amount of tiddlers

2009-11-11 Thread FND

 how many tiddlers can one tiddlywiki file bear?

There is no fixed limit:
 http://tiddlywiki.org/wiki/Performance

HTH.


-- F.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Best solution for connecting TWs

2009-11-11 Thread skye riquelme

Hi All

I have been developing something similar. I also use UploadPlugin to
individually load tiddlers (from students) as they are edited to my
server...in some cases these save data to a TW in PureStore
format..just the actual text of the tiddler...not the whole core.
I then use the LoadTiddlers macro to selectively read tiddlers
(normally filtered by tag) into a mother TW..these incoming
tiddlers are marked temporary, so the motherTW refreshes each time
I  request the specific infornomation.

To make the system easier for me to use...I have a local TW loaded
with great editing plugins.into which I write the data.new
course modules, notices, rminders..this TW uploads (purestore
format) to a central TW and the next time students open their local TW
(often on a pendrive due to lack of internet access in rural brasil)
the TW uses LoadTiddlers to actualise itself. Have even used this
system to do things like update Plugins in the students TW.

The main difficulty I am having is that all this works fine as long as
the data is stored on-line.when you try to use this system locally
LoadTiddlers falls over.it can´t handle local, relative URLs.a
major drawback for me ... as I have some information (personal
learning journal for example) which is not uploaded but rather saved
locally via SaveAs..and LoadTiddlers cant seem to handle that...as
recently reported - 
http://groups.google.com.br/group/tiddlywiki/browse_thread/thread/f0dfa3af5433b339#

Haven't yet found a quick work around for this short coming in
LoadTiddlers.

Thanks
Skye

On 11 Nov, 09:41, Eric Shulman elsdes...@gmail.com wrote:
  ImportTiddlersPlugin - copies new/updated tiddlers from an external TW

    note: interactive control panel

  ExternalTiddlersPlugin - (similar to previous but also importing non-
  TW files into tiddlers)

    note: only works via tiddler macro transclusion

  LoadTiddlersPlugin - (very similar to previous? No snappy description
  in documentation.)

    macro version of ImportTiddlers functionality

  ExportTiddlersPlugin - lets you push individual tiddlers to a file,
  but as far as I can tell not as tiddlers into an existing TW.

 Both ExportTiddlersPlugin (interactive) and SaveAsPlugin (macro) can
 be used to *merge* selected tiddlers into an existing TW document.

 -e
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Search

2009-11-11 Thread nbg

Hi,

how can i search for two or more words in tiddlywiki? E.g. i'm
searching for all tiddlers which contain London OR Chicago /London AND
Chicago? RegExp is activated.

Thank you,

  NBG

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Vertical Text

2009-11-11 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi everone,

Can anyone explain how TiddlyPocketBook achieves the vertical text-
layout using the 'PrintTheme'?
Is that just working for chrome?

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Consolidate Tiddlers script needed

2009-11-11 Thread Morris Gray

I need to get the contents of several tiddlers and put the whole lot
into another,
This is painfully obviously wrong but perhaps you'll see the logic
behind it,

script
var out=;
var append;
var title=$1;
var tids=store.getTaggedTiddlers(varinested);
var txt=store.getTiddlerText('$1');
for (var t=0; ttids.length; t++)
append+=txt[t]+\n;
store.saveTiddler(title,title,append);
return out;
/script

Can you help?

Morris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Is anyone using TW with Opera 10?

2009-11-11 Thread Mark S.

Do you have the saver jar file? And/or, does the 64 bit version (linux
and Opera) support Java?

On Nov 11, 1:18 am, Anthony Coates abcoa...@googlemail.com wrote:
 Interesting.  I'm running 64-bit openSUSE, curious about the difference with
 Ubuntu.  Cheers, Tony.

 2009/11/9 FND f...@gmx.net



   I also find that TiddlyWiki works with Opera 10 under OS X, but
   not Linux

  Works fine for me on Ubuntu Karmic.
  After opening a fresh TiddlyWiki, I approved the applet, created a few
  tiddlers, saved - and after a few seconds (no idea why it's so slow) I
  got the confirmation.

  -- F.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread FND

Just some quick syntactic observations, not sure if that's helpful:

 var append;

missing a =

 for (var t=0; ttids.length; t++)

You might wanna use braces - or at least indentation, if it's just a 
single line - to indicate what belongs into that loop.

 append+=txt[t]+\n;

txt is a string, you treat it as an array (which works, but is probably 
not intended - s/txt/tids/ ?)

Also, you might wanna use the array join method instead.

 store.saveTiddler(title,title,append);

You might also wanna supply the fields argument:
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=11166#L309

 var title=$1;

I assume IJSP replaces that with the current tiddler title?
(I don't use IJSP myself.)


-- F.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Vertical Text

2009-11-11 Thread Paul Downey (psd)

Hi Tobias,

 Can anyone explain how TiddlyPocketBook achieves the vertical text-
 layout using the 'PrintTheme'?

It's the print stylesheet which uses webkit CSS transform features,
but which can be applied to other browsers ..

http://tiddlypocketbook.com/#StyleSheetPrintA4

the source code is here:


http://svn.tiddlywiki.org/Trunk/contributors/PaulDowney/verticals/TiddlyPocketBook/shadows/StyleSheetPrintA4.tiddler

 Is that just working for chrome?

That feature is currently supported by Safari and Chrome, but I can
add the moz versions for Firefox 3.5

One of the issues is that the pocket book is scaled for A4 printing
and it would be nice to support US letter as well. I've been
considering changing it to output credit-card sized pages which should
leave room to print instructions around the edge on A4/letter sheets.

We've also been wondering about pre-scored or perforated paper, but
have no idea on where to get that sourced?

--
Paul (psd)
http://blog.whatfettle.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Search

2009-11-11 Thread nbg

 That would be an or search, so use the pipe symbol |

Thank you. And to find all tiddlers which contain London AND Chicago?

CU,

  NBG
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Vertical Text

2009-11-11 Thread Tobias Beer

I was wondering if one could come up with a class definition that
would allow vertical text with ''all'' current versions of major
browsers, like vR  vL (indicating orientation)

So, the moz variant would be cool and maybe IE's tb-lr too. That way
having a neat working solution accross browsers.

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Vertical Text

2009-11-11 Thread Paul Downey (psd)

On Nov 11, 4:45 pm, Tobias Beer beertob...@googlemail.com wrote:
 I was wondering if one could come up with a class definition that
 would allow vertical text with ''all'' current versions of major
 browsers, like vR  vL (indicating orientation)

 So, the moz variant would be cool and maybe IE's tb-lr too. That way
 having a neat working solution accross browsers.

I'm very happy to incorporate code/css contributions, should you or
anybody
else come up with a cross-browser solution.

--
Paul (psd)
http://blog.whatfettle.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] IE 6 Cuts Off Images In TW Rendering | Possible Slow Load

2009-11-11 Thread Digital Doctor

Blessings and Peace:

I'm finding that an image(s) which load perfectly in Chrome,
are truncated in IE6. (http://www.knightvisonllc.net)

Can any one suggest a remedy?

-

Also, it seems as though the TW might be loading a bit
slow. I'd appreciate an objective opinion on that, and if so
what might be done about it.

Thanks, in advance, for your time and helping hand.

RC The DD
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Accessing a TiddlyWiki on a Network Drive

2009-11-11 Thread Chad

I have a TiddlyWiki file on a network drive named index.html. I can
access it in one of two ways.  Directly (file:\xxx\yyy\index.html)
or via http (http://xxx/yyy/).

Via http I am unable to save and get the message asking me to
download. Via file I can save with no problems.

Is there a way for me to be able to save regardless of how I am
accessing it?

Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Is anyone using TW with Opera 10?

2009-11-11 Thread Alex Hough

Here is an opera Querk.
When checking
Use the tab key to insert tab characters instead of moving between
fields

The tab space is inserted AND the curser moves to the tags section

I have found that some errors shown up by IE but not Firefox and
Safari show up in Opera. I've started to look into the errors and
found that my first two were more Firefox being kind rather than Opera
being quirky.

Alex




On Nov 11, 2:10 pm, Mark S. throa...@yahoo.com wrote:
 Do you have the saver jar file? And/or, does the 64 bit version (linux
 and Opera) support Java?

 On Nov 11, 1:18 am, Anthony Coates abcoa...@googlemail.com wrote:



  Interesting.  I'm running 64-bit openSUSE, curious about the difference with
  Ubuntu.  Cheers, Tony.

  2009/11/9 FND f...@gmx.net

I also find that TiddlyWiki works with Opera 10 under OS X, but
not Linux

   Works fine for me on Ubuntu Karmic.
   After opening a fresh TiddlyWiki, I approved the applet, created a few
   tiddlers, saved - and after a few seconds (no idea why it's so slow) I
   got the confirmation.

   -- F.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Search

2009-11-11 Thread Måns

Hi NBG

From YourSearch Help:

!Boolean Search
The Boolean Search is useful when searching for multiple words.
|!What you want|!What you type|!Example|
|''All words'' must exist|List of words|{{{jonny jeremy}}} (or
{{{jonny and jeremy}}})|
|''At least one word'' must exist|Separate words by ''or''|{{{jonny or
jeremy}}}|
|A word ''must not exist''|Start word with ''-''|{{{-jonny}}} (or
{{{not jonny}}})|

''Note:'' When you specify two words, separated with a space,
YourSearch finds all tiddlers that contain both words, but not
necessarily next to each other. If you want to find a sequence of
word, e.g. '{{{John Brown}}}', you need to put the words into quotes.
I.e. you type: {{{john brown}}}.

Using parenthesis you may change the default left to right
evaluation of the boolean search. E.g. {{{not (jonny or jeremy)}}}
finds all tiddlers that contain neither jonny nor jeremy. In
contrast to this {{{not jonny or jeremy}}} (i.e. without parenthesis)
finds all tiddlers that either don't contain jonny or that contain
jeremy.

Regards Måns Mårtensson

On 11 Nov., 17:41, nbg n...@merkwerk.de wrote:
  That would be an or search, so use the pipe symbol |

 Thank you. And to find all tiddlers which contain London AND Chicago?

 CU,

   NBG
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Morris Gray

On Nov 12, 1:38 am, FND f...@gmx.net wrote:
 Just some quick syntactic observations, not sure if that's helpful:

Unfortunately it isn't.  I need a bit more detail than that..  Can
anyone else add anything please?

Morris

On Nov 12, 1:38 am, FND f...@gmx.net wrote:
 Just some quick syntactic observations, not sure if that's helpful:

  var append;

 missing a =

  for (var t=0; ttids.length; t++)

 You might wanna use braces - or at least indentation, if it's just a
 single line - to indicate what belongs into that loop.

  append+=txt[t]+\n;

 txt is a string, you treat it as an array (which works, but is probably
 not intended - s/txt/tids/ ?)

 Also, you might wanna use the array join method instead.

  store.saveTiddler(title,title,append);

 You might also wanna supply the fields 
 argument:http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=11...

  var title=$1;

 I assume IJSP replaces that with the current tiddler title?
 (I don't use IJSP myself.)

 -- F.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread wolfgang

  Just some quick syntactic observations, not sure if that's helpful:

 Unfortunately it isn't.  I need a bit more detail than that..  Can
 anyone else add anything please?


Can't help with code really, but Eric's ready solution:

http://www.tiddlytools.com/#EmbedTiddlers

Regards..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Accessing a TiddlyWiki on a Network Drive

2009-11-11 Thread Marc Stober

Short answer, no.

But, there are adaptations of TiddlyWiki that allow this, such as the
UploadPlugin, which I use, although it requires some setup. See here:
http://tiddlywiki.com/#ServerSide

I think there is also a WebDav plugin which is possibly the closest
thing to actually saving over HTTP, but I can't remember where I saw
it.

On Nov 11, 3:12 pm, Chad scr...@gmail.com wrote:
 I have a TiddlyWiki file on a network drive named index.html. I can
 access it in one of two ways.  Directly (file:\xxx\yyy\index.html)
 or via http (http://xxx/yyy/).

 Via http I am unable to save and get the message asking me to
 download. Via file I can save with no problems.

 Is there a way for me to be able to save regardless of how I am
 accessing it?

 Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Måns

Hi  Morris

Don't know if you can use this in your case - but it might give a
clue?:
It takes a hr-separated list of tiddler titles and renders the
tiddlers text in a table.
Use it like this: tiddler NameOfTiddlerWithScript with:
NameOfTiddlerWithHrSeparatedList


script
var out=;
var items=store.getTiddlerText('$1','') .split(\n\n);
for (var i=0; iitems.length; i++) {
if (i0  i/5==Math.floor(i/5)) out += |\n; // start a new row
out += |+items[i]; // add item to row
}

out += |\n; // end last row
return out;
/script

Regards Måns Mårtensson

On 11 Nov., 14:53, Morris Gray msg...@symbex.net.au wrote:
 I need to get the contents of several tiddlers and put the whole lot
 into another,
 This is painfully obviously wrong but perhaps you'll see the logic
 behind it,

 script
 var out=;
 var append;
 var title=$1;
 var tids=store.getTaggedTiddlers(varinested);
 var txt=store.getTiddlerText('$1');
 for (var t=0; ttids.length; t++)
 append+=txt[t]+\n;
 store.saveTiddler(title,title,append);
 return out;
 /script

 Can you help?

 Morris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Search

2009-11-11 Thread Mark S.

Er, of course that only happens if you install the Yoursearch plugin
from http://tiddlywiki.abego-software.de/

For searches without the plugin, and the question:

  And to find all tiddlers which contain London AND Chicago?

You might be able to use:

  (London.*Chicago)|(Chicago.*London)

as long as London  Chicago were on the same line. To find them when
on different lines, the /m switch might work. Unfortunately, I don't
see any way of getting the /m switch to work in the conventional
search box.


On Nov 11, 1:12 pm, Måns humam...@gmail.com wrote:
 Hi NBG

 From YourSearch Help:

 !Boolean Search
 The Boolean Search is useful when searching for multiple words.
 |!What you want|!What you type|!Example|
 |''All words'' must exist|List of words|{{{jonny jeremy}}} (or
 {{{jonny and jeremy}}})|
 |''At least one word'' must exist|Separate words by ''or''|{{{jonny or
 jeremy}}}|
 |A word ''must not exist''|Start word with ''-''|{{{-jonny}}} (or
 {{{not jonny}}})|

 ''Note:'' When you specify two words, separated with a space,
 YourSearch finds all tiddlers that contain both words, but not
 necessarily next to each other. If you want to find a sequence of
 word, e.g. '{{{John Brown}}}', you need to put the words into quotes.
 I.e. you type: {{{john brown}}}.

 Using parenthesis you may change the default left to right
 evaluation of the boolean search. E.g. {{{not (jonny or jeremy)}}}
 finds all tiddlers that contain neither jonny nor jeremy. In
 contrast to this {{{not jonny or jeremy}}} (i.e. without parenthesis)
 finds all tiddlers that either don't contain jonny or that contain
 jeremy.

 Regards Måns Mårtensson

 On 11 Nov., 17:41, nbg n...@merkwerk.de wrote:

   That would be an or search, so use the pipe symbol |

  Thank you. And to find all tiddlers which contain London AND Chicago?

  CU,

    NBG


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Mark S.

I don't know where the dollar sign $1 variable was coming from.
Perhaps you were going to use it as a template?

For this rewrite, I manually put in the name of the target tiddler to
be created. And I changed the tag to something that worked with my
data, so you'll need to change that back. If you see processed after
closing out your edit window, you'll know it (or something) worked.

script
var out=Processed;
var append=store.getTiddlerText(title);
var title=ActivityArchive;
var tids=store.getTaggedTiddlers(Activity);

for (var t=0; ttids.length; t++)
append+=store.getTiddlerText(tids[t].title)+\n;
store.saveTiddler(title,title,append);
return out;
/script

Be sure that the target tiddler isn't tagged the same as the tiddlers
to be collected, or you might end up with an endless loop!

Mark



On Nov 11, 1:06 pm, Morris Gray msg...@symbex.net.au wrote:
 On Nov 12, 1:38 am, FND f...@gmx.net wrote:

  Just some quick syntactic observations, not sure if that's helpful:

 Unfortunately it isn't.  I need a bit more detail than that..  Can
 anyone else add anything please?

 Morris

 On Nov 12, 1:38 am, FND f...@gmx.net wrote:

  Just some quick syntactic observations, not sure if that's helpful:

   var append;

  missing a =

   for (var t=0; ttids.length; t++)

  You might wanna use braces - or at least indentation, if it's just a
  single line - to indicate what belongs into that loop.

   append+=txt[t]+\n;

  txt is a string, you treat it as an array (which works, but is probably
  not intended - s/txt/tids/ ?)

  Also, you might wanna use the array join method instead.

   store.saveTiddler(title,title,append);

  You might also wanna supply the fields 
  argument:http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=11...

   var title=$1;

  I assume IJSP replaces that with the current tiddler title?
  (I don't use IJSP myself.)

  -- F.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: IE 6 Cuts Off Images In TW Rendering | Possible Slow Load

2009-11-11 Thread Mark S.

The URL you provided doesn't seem to exist. Making a guess, I tried:

  http://www.knightvisionllc.net

But I don't see a TW file there, and it doesn't look like something
I'd associate with blessings and peace ;-)

Mark

On Nov 11, 10:56 am, Digital Doctor rafiki...@gmail.com wrote:
 Blessings and Peace:

 I'm finding that an image(s) which load perfectly in Chrome,
 are truncated in IE6. (http://www.knightvisonllc.net)

 Can any one suggest a remedy?

 -

 Also, it seems as though the TW might be loading a bit
 slow. I'd appreciate an objective opinion on that, and if so
 what might be done about it.

 Thanks, in advance, for your time and helping hand.

 RC The DD
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Accessing a TiddlyWiki on a Network Drive

2009-11-11 Thread Måns

http://tiddlywiki.bidix.info/
http://tiddlywiki.bidix.info/#WebDAVSaving
Not maintained : Use SaqImtiaz WebDavPlugin:
http://tw.lewcid.org/#WebDavPlugin
Alas Saq's site is down...
http://tinyurl.com/ykwu5az
http://tinyurl.com/ygsghy5

And you can't find it in the internet archives either :-(
Last change June 13 2007 http://web.archive.org/web/*/tw.lewcid.org
http://tinyurl.com/yku92nv

Regards Måns Mårtensson

On 11 Nov., 22:28, Marc Stober marcsto...@gmail.com wrote:
 Short answer, no.

 But, there are adaptations of TiddlyWiki that allow this, such as the
 UploadPlugin, which I use, although it requires some setup. See 
 here:http://tiddlywiki.com/#ServerSide

 I think there is also a WebDav plugin which is possibly the closest
 thing to actually saving over HTTP, but I can't remember where I saw
 it.

 On Nov 11, 3:12 pm, Chad scr...@gmail.com wrote:



  I have a TiddlyWiki file on a network drive named index.html. I can
  access it in one of two ways.  Directly (file:\xxx\yyy\index.html)
  or via http (http://xxx/yyy/).

  Via http I am unable to save and get the message asking me to
  download. Via file I can save with no problems.

  Is there a way for me to be able to save regardless of how I am
  accessing it?

  Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: IE 6 Cuts Off Images In TW Rendering | Possible Slow Load

2009-11-11 Thread Måns

http://www.knightvisionllc.net/website.htm
Is a TW

Regards Måns Mårtensson

On 11 Nov., 23:15, Mark S. throa...@yahoo.com wrote:
 The URL you provided doesn't seem to exist. Making a guess, I tried:

  http://www.knightvisionllc.net

 But I don't see a TW file there, and it doesn't look like something
 I'd associate with blessings and peace ;-)

 Mark

 On Nov 11, 10:56 am, Digital Doctor rafiki...@gmail.com wrote:



  Blessings and Peace:

  I'm finding that an image(s) which load perfectly in Chrome,
  are truncated in IE6. (http://www.knightvisonllc.net)

  Can any one suggest a remedy?

  -

  Also, it seems as though the TW might be loading a bit
  slow. I'd appreciate an objective opinion on that, and if so
  what might be done about it.

  Thanks, in advance, for your time and helping hand.

  RC The DD
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Morris Gray

On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:

 Can't help with code really, but Eric's ready solution:

 http://www.tiddlytools.com/#EmbedTiddlers

Thanks everyone. Wolfgang this is great but I want to move the content
to another TiddlyWiki. The results of this script can't be moved
because the containing tiddler is just a script.

Here's the latest 'what won't work'  I really need help.

Usage
tiddler AppendToFile##script with: VariableContent 'VariableContent'
ASectionFile

/%
!script
script label=($2);
var out=;
var append=;
var title=$3;
txt=store.getTaggedTiddlers($1);
for (var t=0; ttids.length; t++)
append+=txt+\n;
var out='';
for (var i=0; itids.length; i++) out+='tiddler [['+tids[i]+']]\';
out;
/script
!end
%/

Morris



On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:
   Just some quick syntactic observations, not sure if that's helpful:

  Unfortunately it isn't.  I need a bit more detail than that..  Can
  anyone else add anything please?

 Can't help with code really, but Eric's ready solution:

 http://www.tiddlytools.com/#EmbedTiddlers

 Regards..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Done/Close problem

2009-11-11 Thread Anthony Muscio
It works,

Thanks for dredging up this old post and responding. Much appeciated.
Interesting observation is as I use
http://visualtw.ouvaton.org/VisualTW.html TiddlersBarPlugin I find on a
normal close (with no name change) the nearest tab becomes active however
using Done/Close this no longer happens. All the tabs are visible but none
are active. This is not a problem, in fact almost a feature because I do not
have to wait for a particular tiddler/tab to render, however I must click on
a tab to make the tiddler content visable.

Thanks very much Tony


TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Tue, Nov 10, 2009 at 23:04, Simon Baird simon.ba...@gmail.com wrote:

 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, Anthony Muscio 
 anthony.mus...@gmail.comwrote:

 If some one is looking at Done/Close perhaps they can find away to make it
 work when the tiddler is new or the title is renamed.

 It never closes for me if the tiddler name changes. I can provide more
 info to someone doing this.



 --
 simon.ba...@gmail.com


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: EasyEditPlugin

2009-11-11 Thread steved

The multifunctioned link button is nice too, I am always forgetting
the exact tiddly name nice to have a pulldown of all of them with tag
filtering.
-steve


On Nov 10, 4:25 pm, Seremela sereme...@gmail.com wrote:
 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 received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Mark S.

Hi Morris,

Did you look at the code I posted? It does work ... at least as
written.

Mark

On Nov 11, 3:53 pm, Morris Gray msg...@symbex.net.au wrote:
 On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:

  Can't help with code really, but Eric's ready solution:

 http://www.tiddlytools.com/#EmbedTiddlers

 Thanks everyone. Wolfgang this is great but I want to move the content
 to another TiddlyWiki. The results of this script can't be moved
 because the containing tiddler is just a script.

 Here's the latest 'what won't work'  I really need help.

 Usage
 tiddler AppendToFile##script with: VariableContent 'VariableContent'
 ASectionFile

 /%
 !script
 script label=($2);
 var out=;
 var append=;
 var title=$3;
 txt=store.getTaggedTiddlers($1);
 for (var t=0; ttids.length; t++)
 append+=txt+\n;
 var out='';
 for (var i=0; itids.length; i++) out+='tiddler [['+tids[i]+']]\';
 out;
 /script
 !end
 %/

 Morris

 On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:

Just some quick syntactic observations, not sure if that's helpful:

   Unfortunately it isn't.  I need a bit more detail than that..  Can
   anyone else add anything please?

  Can't help with code really, but Eric's ready solution:

 http://www.tiddlytools.com/#EmbedTiddlers

  Regards..


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Consolidate Tiddlers script needed

2009-11-11 Thread Morris Gray

On Nov 12, 11:05 am, Mark S. throa...@yahoo.com wrote:
 Hi Morris,

 Did you look at the code I posted? It does work ... at least as
 written.

I'm sorry Mark our posts must have crossed in the mail.  YES it does
work.  I can't thank you enough it was really holding me up as you can
see I was getting in deeper and deeper.

I added a label to make it execute on demand

script label=Backup
var out=.Processed;

The skies are blue again  :-)

Morris




On Nov 12, 11:05 am, Mark S. throa...@yahoo.com wrote:
 Hi Morris,

 Did you look at the code I posted? It does work ... at least as
 written.

 Mark

 On Nov 11, 3:53 pm, Morris Gray msg...@symbex.net.au wrote:

  On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:

   Can't help with code really, but Eric's ready solution:

  http://www.tiddlytools.com/#EmbedTiddlers

  Thanks everyone. Wolfgang this is great but I want to move the content
  to another TiddlyWiki. The results of this script can't be moved
  because the containing tiddler is just a script.

  Here's the latest 'what won't work'  I really need help.

  Usage
  tiddler AppendToFile##script with: VariableContent 'VariableContent'
  ASectionFile

  /%
  !script
  script label=($2);
  var out=;
  var append=;
  var title=$3;
  txt=store.getTaggedTiddlers($1);
  for (var t=0; ttids.length; t++)
  append+=txt+\n;
  var out='';
  for (var i=0; itids.length; i++) out+='tiddler [['+tids[i]+']]\';
  out;
  /script
  !end
  %/

  Morris

  On Nov 12, 8:21 am, wolfgang pamo...@googlemail.com wrote:

 Just some quick syntactic observations, not sure if that's helpful:

Unfortunately it isn't.  I need a bit more detail than that..  Can
anyone else add anything please?

   Can't help with code really, but Eric's ready solution:

  http://www.tiddlytools.com/#EmbedTiddlers

   Regards..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Portableapps (att: Ruston)

2009-11-11 Thread Amzg

TiddlyWiki would possibly do well by being included here;

http://portableapps.com/

Ref. to the personal wiki on a stick aspect.

(Not sure Mr.Ruston participates in here, but it's not a
tiddlydevgroup issue and don't know who else to mention this to... so
I'm just throwing it out here...)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



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

2009-11-11 Thread Marc Stober

For anyone else who comes here - short answer is that I was using HTTP
authentication, and UploadPlugin uses your password both for HTTP
authentication and to pass to the script. Making the password the same
worked - seems to be what TiddlySpot does.

Although I'm not sure about the wisdom of taking the same cleartext
password and putting it in even more places, which was why I'd had a
password in my store.php file that was different from the HTTP
authentication password.

As far as it working on Firefox, my guess is that it's a different
password caching implementation (perhaps Firefox tries the previously-
saved password even if supplied with a different one).

- Marc

On Nov 10, 11:24 am, Marc Stober marcsto...@gmail.com wrote:
 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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: LoadTiddlers Woes

2009-11-11 Thread skye riquelme

Hi All

Back answering my own question!!!

Continuing to study this problem and the results have taken a strange
turn. It seems that the problem is not the URL, but rather the fact
that the pureStoreCode file that I was reading in, using
LoadTiddlersPlugin...was created on a Tuesday!!!

Guess that´s a bit hard to follow. I work in portugues...and in
portugues Tesday is terça-feira.seems the problem is the letter
çin the creation date of the file (not the individual tiddlers).
If I change the date to terca-feira..it loads from the local
file...no problems. When I change the date back to terça (using
Notepad+++) the macro falls and gives me that same crazy error

So..I plan to wait to next Tuesday to see what happens (in portugues
only tuesday has that strange letter!!!)...if so I will probably mess
around with the Portugues plugin and simply  mispell the name of the
day!!.--sorry Paulo Soares

I don´t understand what is causing it...but I have a useful solution.]

Thanks

Skye

On 10 Nov, 20:19, skye riquelme riquelme.s...@gmail.com wrote:
 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.adingad

 Thanks
 Skye

 On 10 Nov, 17:10, skye riquelme riquelme.s...@gmail.com wrote:

  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 (NS_ERROR_UNEXPECTED) location: JS frame ::
  file:///C:/Users/Skye/EduCore/PDC21/EcoVida2009/PDC.html ::
  mozConvertUTF8ToUnicode :: line 25185 data: no]

  message when I try to access a local file using a relative URL.

  Around the same time II updated to FireFox 3.5.5 (Vista Home Premium)
  and also updated LoadTiddlersPlugin to 3.8.1.

  If I manually write in the full URL (file://...) URL it works
  fine. However I am using this plugin within a course TW...so I have to
  assume that each student has a different drive/folder name for thier
  course TW - many are even using pendrives so the drive number could
  change frequently ..so absolute urls wont be easy to
  use

  Any way this plugin can be made to work with relative local file URLs.

  An example is here -http://dl.dropbox.com/u/284644/PDC.html-(click
  the open book icon and try the open (abrir) the learningJournal (Meu
  Diario))

  Thanks in Advance
  Skye
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Mediawiki import not working

2009-11-11 Thread Raghu

Hello,

I got a tiddlyspot wiki based on MPTW.

I have a few mediawiki pages that I wanted to import, so I installed
Martins MediaWikiFormatterPlugin and MediaWikiAdaptorPlugin and
tried importing a page. But I get the following error :

Error in importTiddlers.onGetWorkspaceList: Error parsing result from
server: SyntaxError: syntax error

One possibility this might be occurring is because the mediawiki needs
authentication to view the pages. Anyway I can specify this in the
plugin?

Also, I tried the plug-in with a locally saved mediawiki file, but it
still doesn't work. This is what I get :

Error in importTiddlers.onGetWorkspaceList: Not Found

Thanks

Raghu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Is anyone using TW with Opera 10?

2009-11-11 Thread Alex Hough
I have found that some errors shown up by IE but not Firefox and

 Safari show up in Opera. I've started to look into the errors and
 found that my first two were more Firefox being kind rather than Opera
 being quirky.


For example a missing  closing a div in viewtemplate had no effect in
Firefox or safari, but it did in Opera.
I also found that an array in zzConfigs was not available in inline tiddler
scripts. I had to put the array into the particular script.

ALex





 Alex




 On Nov 11, 2:10 pm, Mark S. throa...@yahoo.com wrote:
  Do you have the saver jar file? And/or, does the 64 bit version (linux
  and Opera) support Java?
 
  On Nov 11, 1:18 am, Anthony Coates abcoa...@googlemail.com wrote:
 
 
 
   Interesting.  I'm running 64-bit openSUSE, curious about the difference
 with
   Ubuntu.  Cheers, Tony.
 
   2009/11/9 FND f...@gmx.net
 
 I also find that TiddlyWiki works with Opera 10 under OS X, but
 not Linux
 
Works fine for me on Ubuntu Karmic.
After opening a fresh TiddlyWiki, I approved the applet, created a
 few
tiddlers, saved - and after a few seconds (no idea why it's so slow)
 I
got the confirmation.
 
-- F.
 



-- 
http://www.multiurl.com/g/64

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---