[tw] Re: Encryption

2011-04-14 Thread FND
FWIW, I'm still happily using TiddlerEncryptionPlugin, using
<> to decrypt all tiddlers on
keypress - so after loading the document, I simply press ALT+D to
bring up the decryption dialog, enter my password, then hit ALT+F to
search. This has worked well for me for years.


-- 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: some general help?

2011-04-14 Thread sanna
Hi, whatever and Bauwe!

Thanks so much for your help! I had set google groups to notify me
when anyone replied to this thread, and for some reason I either set
it wrong or the notification didn't work so I only just saw your
replies. I will look at them in the next couple days and see how it
all works! I really appreciate your help

Sanna

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



Re: [tw] Re: Encryption

2011-04-14 Thread Lyall
Obviously, once the tiddlers are decrypted, they are searchable, depending 
on how you have tagged them. 

Tiddlers can be tagged as unsearchable!

Read the docs in the plugin.

-- 
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: Beautify external url link text

2011-04-14 Thread PMario
Hi,
Just use
[[Pretty text|http://your/long/url/comes/here]] will create a "Pretty
text" link.

see: http://docs.tiddlyspace.com/#[[Links%20formatting]] for more
-m

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



Re: [tw] Re: Encryption

2011-04-14 Thread Dani Zobin
Lyall, thanks.

"No point in searching the content, it's encrypted!" well, unless you
decrypt them before searching, and then there is a point
This is one of the reasons why I'm trying to get the EncryptedVault plugin
working for me: It encrypts all tiddles, then when you open, it decrypts
them, and than *all are searchable*.

On Fri, Apr 15, 2011 at 12:40 AM, Lyall  wrote:

> The title of the tiddly may be searchable, depending upon the options
> checked.
> No point in searching the content, it's encrypted!
> There is a macro which you can embed in your main menu, which will decrypt
> all tiddlers, prompting for passwords as required, if you have more than one
> password prompt.
> Encrypted tiddlers have the option of not even showing up in menus, unless
> you decrypt them using the decrypt all macro or load them by specific links.
> Unencrypted tiddlers can include encrypted tiddlers.
>
> Regarding the discussion with FND, it turned out that his plugin operated
> at a completely different and incompatible level to the one I wrote.
> Mine targets local tiddlywikis whereas his targets remotely hosted
> tiddlywikis using different events to decrypt/encrypt.
>
> Read the docs in the plugin. :-)
>
> Feel free to fiddle and provide feedback.
>
>  --
> 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.
>

-- 
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] Beautify external url link text

2011-04-14 Thread Sub
Hi, want to beuatify the external links that are created from a plain
text URL (I think they are called "urlLink"):

Remove http://, https:// and www. prefixes:
http://www.google.com returns "google.com" as link text

Shorten long URLs:
http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=nyc&aq=&sll=43.071878,-92.865534&sspn=46.773316,78.75&ie=UTF8&hq=&hnear=New+York&z=11
returns maps.google.com/maps?f=q&source=s_q&hl=e...r=New+York&z=11

The algorithm could be: if link text without prefix is longer than 60
chars, split into 25 chars behind domain, "..." and 15 chars at the
end.

Combined:
http://www.google.com/calendar?hl=en&tab=gc returns
google.com/calendar?hl=en&tab=gc

Is there an extension that could do this?

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



Re: [tw] Re: Encryption

2011-04-14 Thread Lyall
The title of the tiddly may be searchable, depending upon the options 
checked.
No point in searching the content, it's encrypted!
There is a macro which you can embed in your main menu, which will decrypt 
all tiddlers, prompting for passwords as required, if you have more than one 
password prompt.
Encrypted tiddlers have the option of not even showing up in menus, unless 
you decrypt them using the decrypt all macro or load them by specific links.
Unencrypted tiddlers can include encrypted tiddlers.

Regarding the discussion with FND, it turned out that his plugin operated at 
a completely different and incompatible level to the one I wrote.
Mine targets local tiddlywikis whereas his targets remotely hosted 
tiddlywikis using different events to decrypt/encrypt.

Read the docs in the plugin. :-)

Feel free to fiddle and provide feedback.

-- 
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 there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread tiddlygrp
Hi rroque,

I think the haloscan plugin used an external service.  The tiddlywiki
plugins mentioned by the others allow comments, but require a server
side on a public website.  Maybe the haloscan plugin can be replaced
by something using disqus?



On Apr 14, 7:33 am, "rro...@renatoroque.com" 
wrote:
> I have just installed last version of tiddlywiki. I used version 2.3
> for a long time and I have used haloscan to implement comments, but is
> has been discontnued.
>
> Is there any solution to introduce coments in this version of
> tiddlywiki?
>
> Thanks in advance

-- 
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: link autocomplete

2011-04-14 Thread Eric Shulman
> Try Eric's GoToPlugin (1).
>
> (1)http://www.TiddlyTools.com/#GotoPlugin

GotoPlugin can be used to go to any tiddler by entering a partial name
and pressing ENTER.  If there are multiple partial matches, a drop
list is displayed with the current set of matches.  As you type, the
list is dynamically updated.  If there are no matches to your input,
pressing ENTER still goes to the non-existing tiddler (so you can
double-click to create).  Pressing SHIFT-ENTER submits the input to
the TW search macro for processing as full text search (with optional
case-sensitivity/regular expressions).

Unfortunately, while GotoPlugin is great for navigation and searching,
it doesn't help with *editing* a tiddler.  To select a tiddler title
from a list and then insert a link into tiddler source content, you
want to use:
   http://www.TiddlyTools.com/#QuickEditPackage
which includes
   http://www.TiddlyTools.com/#QuickEditLink

Note that input to QuickEditLink doesn't do the same 'partial title
match' lookup to narrow the list of titles.  Rather, it does a 'filter
by tag' lookup, narrowing the list to show only tiddlers with a
matching *tag* value.  To match a *title* in the QuickEditLink list,
just start typing the first few letters.  As long as the input focus
is in the *listbox* itself, the standard listbox "starts with"
handling for text input will be applied, and it will auto-scroll to
the first matching title (if any).  Press ENTER and you will be
prompted for display text (default=tiddler title) and a 'pretty
link' (e.g., "[[display text|TiddlerTitle]]") will be inserted into
the tiddler source you are editing.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--
Was this answer useful? If so, please help support TiddlyTools:

   TiddlyTools direct contributions: (paypal)
  http://www.TiddlyTools.com/#Donate
   UnaMesa tax-deductible contributions:
  http://about.unamesa.org/Participate (paypal)
   TiddlyWiki consulting:
  http://www.TiddlyTools.com/#ELSDesignStudios
  http://www.TiddlyTools.com/#Contact

-- 
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 there any smart editor for tiddlers in this version of tiddlywiki?

2011-04-14 Thread Eric Shulman
> (1)http://www.TiddlyTools.com/#QuickEditPlugin

Note: the above referenced tiddler is just the *supporting code*
functions for QuickEdit.  You must install the entire
   http://www.TiddlyTools.com/#QuickEditPackage
to add QuickEdit toolbar definitions.

-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] Re: Is there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread whatever
Did you also import the commentViewTemplate tiddler?
Otherwise, Eric's plugins add to the end of the containing tiddler (or
a new tiddler or at a special location within the tiddler, depending
on your parameters).

w

On Apr 14, 4:37 pm, "rro...@renatoroque.com" 
wrote:
> Thanks Colm
>
> I tried it adding <> to ViewTemplate but the Plugin creates
> a new tiddler for each comment name coment_NN and the comments are
> therefore not readable after I send it. Any thing misinterpreted by
> me?
>
> Renato
>
> On Apr 14, 12:36 pm, colmjude  wrote:
>
>
>
>
>
>
>
> > > Is there any solution to introduce coments in this version of
> > > tiddlywiki?
>
> > You can use Mike's Comments 
> > pluginhttp://tiddlywiki.mahemoff.com/CommentsPlugin.html
>
> > Hope that helps
>
> > Colm

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



Re: [tw] Re: Refresh on TiddlySpace

2011-04-14 Thread Jeremy Ruston
OK, that makes sense. You can work around the edit conflicts for a
particular tiddler by setting the "server.page.revision" field to the
string "false". Then, whenever that tiddler is saved, it is just
jammed over the previous value, without concern for whether another
user has modified it. There are more details in this thread:

http://groups.google.com/group/tiddlyweb/browse_thread/thread/3fc5f2e0ebc64d63/04d322348c730d19?show_docid=04d322348c730d19

However, it sounds like in your scenario this would still cause
problems by overwriting and losing data.

An alternative might be to generate the name of the log file tiddler
from the current username (so my stuff is logged to "log_Jermolene"
and Matt's to "log_matt");

Best wishes

Jeremy

On Thu, Apr 14, 2011 at 3:28 PM, teukon  wrote:
> Yes, some form of callback would be good here.  I've had a //very
> brief// glance on line for documentation on this but came up empty-
> handed.  I'm afraid I'll be quite busy over the next couple of days
> and this feature is not of critical importance so I think I'll leave
> it for now.
>
> A little more detail about what I was trying to do if you're
> interested:
> Essentially I want to have a specific named tiddler to act as a log
> file for my macro.  Whenever my macro is called an entry is made in
> the log by grabbing the text for the log tiddler, adding a line to the
> start, calling {{{store.saveTiddler(...)}}} to set the text, and
> finally calling {{{autoSaveChanges()}}}.
>
> But when two people are using the site it is very easy for this log
> tiddler to start giving the overwrite/cancel message about conflicting
> versions.  I can accept this for regular tiddlers where one might be
> editing for 30mins or more but it seems this ought be rarer in the
> case of a simple log.
>
> Are tiddlers the appropriate objects for keeping logs?  If so do you
> think it's possible to design a dumb/simple log that uses a callback
> or similar to add a line to the end of the most recent version
> available on the server?  I'm thinking of a macro <> which simply
> posts "I'm a log entry.\n" to the start of a tiddler.
>
> I was originally also doing some clean-up; reducing the size of the
> log if its text is longer than 200 lines.
>
> Thanks for all your help.
>
> --
> 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.
>
>



-- 
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.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: Is there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread rro...@renatoroque.com
Thanks Colm

I tried it adding <> to ViewTemplate but the Plugin creates
a new tiddler for each comment name coment_NN and the comments are
therefore not readable after I send it. Any thing misinterpreted by
me?

Renato

On Apr 14, 12:36 pm, colmjude  wrote:
> > Is there any solution to introduce coments in this version of
> > tiddlywiki?
>
> You can use Mike's Comments 
> pluginhttp://tiddlywiki.mahemoff.com/CommentsPlugin.html
>
> Hope that helps
>
> Colm

-- 
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: Refresh on TiddlySpace

2011-04-14 Thread teukon
Yes, some form of callback would be good here.  I've had a //very
brief// glance on line for documentation on this but came up empty-
handed.  I'm afraid I'll be quite busy over the next couple of days
and this feature is not of critical importance so I think I'll leave
it for now.

A little more detail about what I was trying to do if you're
interested:
Essentially I want to have a specific named tiddler to act as a log
file for my macro.  Whenever my macro is called an entry is made in
the log by grabbing the text for the log tiddler, adding a line to the
start, calling {{{store.saveTiddler(...)}}} to set the text, and
finally calling {{{autoSaveChanges()}}}.

But when two people are using the site it is very easy for this log
tiddler to start giving the overwrite/cancel message about conflicting
versions.  I can accept this for regular tiddlers where one might be
editing for 30mins or more but it seems this ought be rarer in the
case of a simple log.

Are tiddlers the appropriate objects for keeping logs?  If so do you
think it's possible to design a dumb/simple log that uses a callback
or similar to add a line to the end of the most recent version
available on the server?  I'm thinking of a macro <> which simply
posts "I'm a log entry.\n" to the start of a tiddler.

I was originally also doing some clean-up; reducing the size of the
log if its text is longer than 200 lines.

Thanks for all your help.

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



Re: mgsd: tickler reminder does not blink in Opera, Chromium

2011-04-14 Thread Neal
My guess on the blinking is that those browsers don't support the
"blink" tag or the corresponding CSS attribute.  Try going to the
OpenSSH site at http://www.openssh.org and see if the "Donate to stop
the blinking!" link at the bottom of the navigation sidebar blinks for
you.

-- 
You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@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: link autocomplete

2011-04-14 Thread whatever

Try Eric's GoToPlugin (1).

(1) http://www.TiddlyTools.com/#GotoPlugin

w

On 14 apr., 15:32, FrancescoD  wrote:
> Hallo all. I have this problem, that I often find myself using the
> search function just to remember how exactly I named the tiddler I
> want to link.
> Is there any plugin that can automatically do the lookup for me, take
> what I typed after a double opened square bracket and present a list
> of the names that could complete it? Eventually not always, but maybe
> afer a "tab" pressure.

-- 
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: transclusion macro

2011-04-14 Thread whatever
Hi!

Try Eric's AliasPlugin (1).

(1) http://www.TiddlyTools.com/#AliasPlugin

1

On 14 apr., 15:27, "andrew.j.harrison84"
 wrote:
> Hi, I was wondering if there is an easy way of making a macro that
> does transclusion. I already use <> but I
> realize it takes up more room than <> where t would be the
> tiddler with the source and h would be the heading?

-- 
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] link autocomplete

2011-04-14 Thread FrancescoD
Hallo all. I have this problem, that I often find myself using the
search function just to remember how exactly I named the tiddler I
want to link.
Is there any plugin that can automatically do the lookup for me, take
what I typed after a double opened square bracket and present a list
of the names that could complete it? Eventually not always, but maybe
afer a "tab" pressure.

-- 
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] transclusion macro

2011-04-14 Thread andrew.j.harrison84
Hi, I was wondering if there is an easy way of making a macro that
does transclusion. I already use <> but I
realize it takes up more room than <> where t would be the
tiddler with the source and h would be the heading?

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



Re: [tw] Re: Encryption

2011-04-14 Thread Dani Zobin
And,

Want to remind again my original post.

Does anybody has idea about EncyptedVault plugin. Contacting the author?
What can cause a difference in processing non English characters?

On Thu, Apr 14, 2011 at 3:49 PM, PMario  wrote:

> Hi Lyall,
> You had a discussion with FND in the dev group some time ago.
> Was there some progress?
> -m
>
> [1]
> http://groups.google.com/group/tiddlywikidev/browse_thread/thread/82ca070af96353e0
>
> --
> 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.
>
>

-- 
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: Encryption

2011-04-14 Thread PMario
Hi Lyall,
You had a discussion with FND in the dev group some time ago.
Was there some progress?
-m

[1] 
http://groups.google.com/group/tiddlywikidev/browse_thread/thread/82ca070af96353e0

-- 
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 there any smart editor for tiddlers in this version of tiddlywiki?

2011-04-14 Thread whatever
Hi!

There's Eric's QuickEditPlugin (1), WikiBar (2) and FCKeditor (3) to
name a few.

(1) http://www.TiddlyTools.com/#QuickEditPlugin
(2) http://aiddlywiki.sourceforge.net/wikibar_demo_2.html
(3) http://users.volja.net/headmaster/FCKeditor 2.6.4.1.zip - this is
a version that I'm hosting, the original is supposed to be at
http://visualtw.ouvaton.org/VisualTW.html, but it appears to be down

w

On 14 apr., 13:41, "rro...@renatoroque.com" 
wrote:
> Is there any smart editor for tiddlers in this version of tiddlywiki
> to alow easier formating of text, etc?

-- 
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 there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread whatever
Hi!
Eric also has CommentPlugin (1) and DiscussionPlugin (2).

(1) http://www.TiddlyTools.com/#CommentPlugin
(2) http://www.TiddlyTools.com/#DiscussionPlugin

w

On 14 apr., 13:36, colmjude  wrote:
> > Is there any solution to introduce coments in this version of
> > tiddlywiki?
>
> You can use Mike's Comments 
> pluginhttp://tiddlywiki.mahemoff.com/CommentsPlugin.html
>
> Hope that helps
>
> Colm

-- 
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] Is there any smart editor for tiddlers in this version of tiddlywiki?

2011-04-14 Thread rro...@renatoroque.com
Is there any smart editor for tiddlers in this version of tiddlywiki
to alow easier formating of text, etc?

-- 
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 there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread colmjude

> Is there any solution to introduce coments in this version of
> tiddlywiki?
>

You can use Mike's Comments plugin
http://tiddlywiki.mahemoff.com/CommentsPlugin.html

Hope that helps

Colm

-- 
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] Is there any solution to introduce coments in this version of tiddlywiki?

2011-04-14 Thread rro...@renatoroque.com
I have just installed last version of tiddlywiki. I used version 2.3
for a long time and I have used haloscan to implement comments, but is
has been discontnued.

Is there any solution to introduce coments in this version of
tiddlywiki?

Thanks in advance

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



Re: [tw] Re: Encryption

2011-04-14 Thread Dani Zobin
Lyall,

Thank you for this

I guess that the amount of encrypted tiddlers varies vastly depending on the
sphere of usage, and usage patterns.

Are the encrypted tiddlers searchable once decrypted?
Let's take the following scenario: I use one encryption group, and want to
decrypt it uppon loading my tiddly wiki. Can I run one decryption command,
and then freely search all the tiddlers?


On Thu, Apr 14, 2011 at 11:00 AM, Lyall  wrote:

> Try
> http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html
>
> It takes a slightly different approach, in that it encrypts individual
> tiddlers that are tagged for encryption, but leaves the rest unencrypted.
> This is not to say that you can't encrypt all tiddlers, but in my
> experience, only a few tiddlers contain sensitive information whilst the
> rest are fairly generic.
>
> You can have different passwords for different groups of tiddlers by simply
> setting the 'Encrypt(passwordPrompt)' tag to have a different
> 'passwordPrompt'.
>
> I use it (as well as wrote it) daily.
>
> You can also distribute your tiddler, knowing that public tiddlers are
> searchable and visible but the 'encrypted' tiddlers are not.
>
> Keep us informed if you try it and whether it suits your needs. :)
>
>
>
>  --
> 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.
>

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



Re: [tw] Re: adaptor woes

2011-04-14 Thread Jeremy Ruston
> So how do tiddlers get their server fields?  I imagine in tiddlyweb
> the server just writes them.  But what happens when I create a new
> tiddler?  How are then the server fields created and what defaults do
> they get?

The global variable config.defaultCustomFields contains a hashmap of
default fields to be added to new tiddlers.

> Related that would allow a single tiddlywiki to connect to different
> servers (hosts).  Probably a file based tiddlywiki could do that
> because it may circumvent cross-site scripting restrictions.

That is correct, it is possible to have a file-based TiddlyWiki sync
with multiple servers at once.

> Is it also possible to have a tiddlywiki file which syncs with a
> server AND saves to a file later?

Yes, that is possible.

>> > - What is the interaction between adaptors and formatters?  E.g. when
>> > I use the mediawiki adaptor, do I also must use the mediawiki
>> > formatter, or is it optional?
>>
>> It is optional. The formatters are managed independently, and the
>> correct one is used depending on the "server.format" field of a
>> tiddler.
>
> Is it really server.format or just wikiformat?

Apologies, you're right, it is "wikiformat".

Cheers

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



-- 
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.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: Encryption

2011-04-14 Thread Lyall
Try http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html

It takes a slightly different approach, in that it encrypts individual 
tiddlers that are tagged for encryption, but leaves the rest unencrypted. 
This is not to say that you can't encrypt all tiddlers, but in my 
experience, only a few tiddlers contain sensitive information whilst the 
rest are fairly generic.

You can have different passwords for different groups of tiddlers by simply 
setting the 'Encrypt(passwordPrompt)' tag to have a different 
'passwordPrompt'.

I use it (as well as wrote it) daily.

You can also distribute your tiddler, knowing that public tiddlers are 
searchable and visible but the 'encrypted' tiddlers are not.

Keep us informed if you try it and whether it suits your needs. :)



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