Re: [tw] mini TW - no edit / password plugin

2010-11-25 Thread FND
 Is it possible to build a custom TW with a recipe, but excluding edit
 and save capabilities.

It's possible to cook a custom TiddlyWiki with a recipe that excludes
modules like FileSystem and Upgrade. Editing functionality would
probably be quite hard to exclude though.

FWIW, we'll probably look into the former for TiddlySpace, eventually:
http://tiddlyspace.tiddlyspace.com/Default%20Client%20Bloated

 Are there in TW already crypt/hash functions present?

There's the jQuery.encoding module - in particular, you probably want
jQuery.encoding.digests.hexSha1Str.
However, that's probably gonna be removed from the core soon, to be
moved into an optional plugin:
http://trac.tiddlywiki.org/ticket/1271


-- 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.
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: mini TW - no edit / password plugin

2010-11-25 Thread PMario
On Nov 25, 3:15 pm, FND f...@gmx.net wrote:
 There's the jQuery.encoding module - in particular, you probably want
 jQuery.encoding.digests.hexSha1Str.
 However, that's probably gonna be removed from the core soon, to be
 moved into an optional plugin:http://trac.tiddlywiki.org/ticket/1271
@FND
I may be wrong, but isn't the _hash field at tiddlyspace a sha1? I
know, that it is calculated serverside.
But there has been some discussion about hashing the rest of the
tiddlers metadata. As far as I can remember, there was the tenor, to
make this client side plugins, if really needed. Removing the sha1
functions from the core, would be imo counterproductive.
-m

-- 
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.
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.



Re: [tw] Re: mini TW - no edit / password plugin

2010-11-25 Thread FND
 I may be wrong, but isn't the _hash field at tiddlyspace a sha1? I
 know, that it is calculated serverside.

That's right, it's a SHA1 hash calculated server-side.

 But there has been some discussion about hashing the rest of the
 tiddlers metadata. As far as I can remember, there was the tenor, to
 make this client side plugins, if really needed. Removing the sha1
 functions from the [TiddlyWiki core, would be imo counterproductive.

TiddlyWiki != TiddlySpace
http://en.wikipedia.org/wiki/Decoupling#Software_Development


-- 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.
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: Navigating through tiddlers without flooding

2010-11-25 Thread Yakov
Thanks, whatever. However, I was looking for somewhat that doesn't
lose the tiddlers representation, something optional. Can anyone say
what handles clicking PrettyLinks (for some dev perspective)?

On 23 ноя, 20:13, whatever kbrezov...@gmail.com wrote:
 Tryhttp://www.TiddlyTools.com/#SinglePageModePlugin
 w

 On Nov 23, 5:21 pm, Yakov yakov.litvin.publi...@gmail.com wrote:



  Hi guys.

  Is there any solution that allows to open tiddlers with automatical
  closing the tiddler in which someone activates a pretty link?

  I mean, somewhat like shift+click on prettylink in tiddler A to
  tiddler B
   =
  open tiddler B and close tiddler A
   or
  open tiddler B with visual effect that look like tiddler A transforms
  to tiddler B.

  This would be useful not to flood the page with tiddlers while
  working and somewhat comfortable for site visitors..

-- 
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.
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: Navigating through tiddlers without flooding

2010-11-25 Thread Eric Shulman
 Thanks, whatever. However, I was looking for somewhat that doesn't
 lose the tiddlers representation, something optional. Can anyone say
 what handles clicking PrettyLinks (for some dev perspective)?

SinglePageModePlugin doesn't lose the tiddlers representation.   It
merely extends the core's story.displayTiddler() functionality so that
story.closeAllTiddlers() is invoked whenever a tiddler is displayed,
resulting in only one tiddler being displayed at a time (i.e., single
page), much like a regular web page.  This mode can be toggled
easily, simply by checking/clearing an option checkbox:

   option chkSinglePageMode show one tiddler at a time

You might also want to try this transclusion:
   http://www.tiddlytools.com/#NextTiddler
Usage:
   tiddler NextTiddler with: NextTiddlerTitle linktext

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios



-- 
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.
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: Navigating through tiddlers without flooding

2010-11-25 Thread Tobias Beer
I guess, what Yakov is after is to be able to only invoke
SinglePageMode, when ctrlKey, shiftKey or altKey of the event is set.
However, implementing such might be tricky, as browsers usually have
their own link-click-modifiers that do different things when clicking
a link while holding such a modifier key. Dunno if one can cancel
event bubbling such that the browser default is being prevented from
firing.

Cheers, Tobias.

-- 
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.
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] TagCloudPlugin problems

2010-11-25 Thread Dave Parker
Hi,
I'm not sure if I'm misunderstanding the examples at tiddlytools

this works:
cloud action:popup  (this diplays all the tags)


but this doesn't do anything:
cloud action:popup =today

What I was expecting was to get a cloud of all the tags that occur in
tiddlers that also have the tag today

E.g.
tiddler today has children tiddlers testsA and testsB (i.e. they
are both tagged with today)
tiddler testsA is tagged with Dx1 and Dx2
tiddler testsB is tagged with Dx2 and Dx3

therefore the cloud macro above should display all three tags and
Dx2 should be bigger.  Unfortunately nothing is displayed.  I tried
this on TW version 2.3 and 2.6.1


Anything obvious I'm doing wrong?

-- 
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.
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: Create a template

2010-11-25 Thread Mike
http://groups.google.com/group/tiddlywiki/browse_thread/thread/cdac69adf55b34e7/ab9a7824b1bd333d?lnk=gstq=template#ab9a7824b1bd333d

HTH,

Mike

On Nov 25, 2:37 pm, redshirtred heyns.pie...@gmail.com wrote:
 Hi, I would like to make notes. But, every time I create a new Tiddly
 entry, I have to type default information, such as Name, Company, Time
 and date, etc.
 Can I create a template, that includes the text each time I create a
 new Tiddly?

 How does it work.

 Thank you

-- 
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.
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: Create a template

2010-11-25 Thread Mike
A little more concise example here:

http://tiddlywiki.org/wiki/NewTiddler

Mike

On Nov 25, 5:47 pm, Mike eris...@gmail.com wrote:
 http://groups.google.com/group/tiddlywiki/browse_thread/thread/cdac69...

 HTH,

 Mike

 On Nov 25, 2:37 pm, redshirtred heyns.pie...@gmail.com wrote:

  Hi, I would like to make notes. But, every time I create a new Tiddly
  entry, I have to type default information, such as Name, Company, Time
  and date, etc.
  Can I create a template, that includes the text each time I create a
  new Tiddly?

  How does it work.

  Thank you

-- 
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.
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] Strange Behaviour in Vista

2010-11-25 Thread skye riquelme
Hi All

Some time ago I reported a strange behaviour where my TWs sometimes
just suddenly refuse to save...giving me a message that the tiddler
was not saved.although the backup is made (but without the edition
change).

I never got a solution to this problem.and it seemed to go
away...and then return...and then..very disconcerningnot being
able to save editions makes TW inoperative.

Tonight, it started happening againand I have been trying to
understand what is happening. At this stage it seems that when I have
the folder view (I am running under windows vista home edition) set to
visualise the file (not the icon or list...a preview of the
contents)the display for TW files shows a red message saying this
page needs javascript to function properly..if you are using internet
explorer  and then on opening the TW it gives me the can´t
save file error.

NOW, if I turn off the folder visualization in vista.and open the
TW.. it works perfectly !!!

I have tried turning this off and on and the ability of saving/not
saving is consistant!!!

SO, I have a solution to the problembut I have no idea why the
display settings in the folder interferes with the javascript
operation in the TW.  Anyone have any ideas

Can anyone indicate a html file that is not TW and has javascript
heavily emdebbed like TWjust to see if the same thing happens

Thanks...hope this observation is useful to others..

Skye

-- 
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.
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: Strange Behaviour in Vista

2010-11-25 Thread Eric Shulman
 the folder view ... set to visualise the file...
 gives me the can´t save file error.
 turn off the folder visualization... it works perfectly !!!
 I have tried turning this off and on and the ability of saving/not
 saving is consistant!!!

 SO, I have a solution to the problembut I have no idea why the
 display settings in the folder interferes with the javascript
 operation in the TW.  Anyone have any ideas

I think I know *why* it is happening, but I don't have any solutions :-
(

Here's the idea: Vista is *previewing* the file content.  That means
it opens the HTML file for *read* access.  Even though it can't
display an actual preview for the TW HTML file (because the folder-
based preview won't run Javascript), I suspect that as long as the
content is being previewed by Vista, the file is probably being *left
opened* for reading.  As a result, when TW attempts to gain write
access to the main file, it fails (because it is 'in use' by Vista),
even while write access to create a *new* backup file is successful.

-e

-- 
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.
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.