[tw] Re: convert sections to tiddlers?

2009-02-27 Thread Dave Parker

That worked great!! Thank you so much!

Live long and prosper!

Dave

On Feb 27, 9:53 pm, Eric Shulman  wrote:
> > Okay, I did get it to work the way it was designed to work - so I
> > don't have questions about that, but
>
> > I was trying to change the script so that the new tiddler had the
> > source tiddler's name at the beginning of the new name, e.g.
>
> ok.  interesting suggestion.  I just added a new checkbox:
>    [_] use source title as prefix
>    (default is UN-checked for backward-compatibility with current
> usage)
>
> Get the update here:
>    http://www.TiddlyTools.com/#SplitTiddler
>
> > p.s.  You didn't just write this, did you?
>
> I think I first wrote SplitTiddler about a year ago, and it's had a
> few refinements and added features since then based on requests (just
> like today's update).
>
> enjoy,
> -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: add collapseTiddler to MptwTheme

2009-02-27 Thread Eric Shulman

> Thanks for your help, Eric. I think it's better to see if the text is
> already there before adding it, since the next MptwTheme could come with
> "toolbar greatNewMacro closeTiddler".

OK, try this:

if (t && t.text.indexOf("collapseTiddler collapseOthers")==-1)
  t.text=t.text.replace(/ closeTiddler/," collapseTiddler
collapseOthers closeTiddler");

-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: convert sections to tiddlers?

2009-02-27 Thread Eric Shulman

> Okay, I did get it to work the way it was designed to work - so I
> don't have questions about that, but
>
> I was trying to change the script so that the new tiddler had the
> source tiddler's name at the beginning of the new name, e.g.

ok.  interesting suggestion.  I just added a new checkbox:
   [_] use source title as prefix
   (default is UN-checked for backward-compatibility with current
usage)

Get the update here:
   http://www.TiddlyTools.com/#SplitTiddler

> p.s.  You didn't just write this, did you?

I think I first wrote SplitTiddler about a year ago, and it's had a
few refinements and added features since then based on requests (just
like today's update).

enjoy,
-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: convert sections to tiddlers?

2009-02-27 Thread Dave Parker

Okay, I did get it to work the way it was designed to work - so I
don't have questions about that, but

I was trying to change the script so that the new tiddler had the
source tiddler's name at the beginning of the new name, e.g.

if source was

title = Bob
text =
!asdf
sdfgsdfgsdfg

!qwer
qwerqwerqwer


then the first new tiddler would be "Bob asdf" and the second "Bob
qwer" etc.

I tried adding "src+" in front of several places that looked like it
might be making the new tiddler's name but I couldn't get it to work.

would you mind pointing out what I'd have to change in order to get it
to do that please?
 (I feel like Oliver Twist: 'Please, sir, I want some more.' )

Thanks Eric,
Dave

p.s.  You didn't just write this, did you?

On Feb 27, 6:09 pm, Dave Parker  wrote:
> Thanks Eric! You are a master of time and space
>
> ok, at least a master of time - If I can get this to work right
> this'll save me hours (days? weeks?) of trying to write an autohotkey
> script to do (less than) the same thing.
>
> I'll tinker with it for a few days before I ask anything more about
> it... :-)
>
> Dave
>
> On Feb 27, 5:04 pm, Eric Shulman  wrote:
>
>
>
> > > Is there any existing method / plugin that would allow you to convert
> > > a tiddler with sections into a bunch of sub-tiddlers named by their
> > > former section name?
>
> > Although it's not a perfect fit, you might try this inline script:
> >    http://www.TiddlyTools.com/#SplitTiddler
> >    (requires InlineJavascriptPlugin)
>
> > Use a separator of "\n!", and choose "first word of item" as the title
> > option.  Then press the "split" button to generate the separate
> > tiddlers.  You might have to do a little bit of cleanup afterwards,
> > but it should get you most of the way there...
>
> > enjoy,
> > -e
> > Eric Shulman
> > TiddlyTools / ELS Design Studios- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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] TW Notes SAVE message

2009-02-27 Thread Bridgebum

I am running TW Notes locally.  The first time I save a tiddler in
each new session, I get the following pop-up message:

"A script from "file://" is requesting enhanced abilities that are
UNSAFE and could be used to compromise your machine or data:

"Run or install software on your machine

"Allow these abilities only if you trust this source to be free of
viruses or malicious programs."

  Allow or Deny?

Even tho I click on "remember this decision" and "Allow", it happens
again the first time I save in a new session.  Is there any way to put
a stop to this?  I am using FF3.  Thanks!

Bridgebum
--~--~-~--~~~---~--~~
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: convert sections to tiddlers?

2009-02-27 Thread Dave Parker

Thanks Eric! You are a master of time and space

ok, at least a master of time - If I can get this to work right
this'll save me hours (days? weeks?) of trying to write an autohotkey
script to do (less than) the same thing.

I'll tinker with it for a few days before I ask anything more about
it... :-)


Dave

On Feb 27, 5:04 pm, Eric Shulman  wrote:
> > Is there any existing method / plugin that would allow you to convert
> > a tiddler with sections into a bunch of sub-tiddlers named by their
> > former section name?
>
> Although it's not a perfect fit, you might try this inline script:
>    http://www.TiddlyTools.com/#SplitTiddler
>    (requires InlineJavascriptPlugin)
>
> Use a separator of "\n!", and choose "first word of item" as the title
> option.  Then press the "split" button to generate the separate
> tiddlers.  You might have to do a little bit of cleanup afterwards,
> but it should get you most of the way there...
>
> 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 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] setting options for Bookmarklets

2009-02-27 Thread RA

How can I set an option for a plugin that is not stored in my wiki but
is loaded as a bookmarklet? Any option I set the usual way, from a
sytemConfig tiddler, gets reset to the plugin's default when the
plugin is loaded.

Also, what about the plugins that are required by the one I'm calling?
How do I load those as well?

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: add collapseTiddler to MptwTheme

2009-02-27 Thread Rustem A.
Strange, I usually reply in the Groups, but your response had disappeared
from there. Luckily, I had set "email me updates" so I'm replying via email.

Thanks for your help, Eric. I think it's better to see if the text is
already there before adding it, since the next MptwTheme could come with
"toolbar greatNewMacro closeTiddler".

Now I'm guessing you've thought of that yourself and recalled your answer
for a better one?

2009/2/27 Eric Shulman 

>
> > var themeTiddler=store.getTiddler("MptwTheme");
> > if (themeTiddler) { themeTiddler.text.replace(/
> > closeTiddler/,"collapseTiddler collapseOthers closeTiddler"); }
> >
> > But this change becomes permanent on the next save so
> > a) the macros keep being added on each save
> > b) MptwTheme is now different from the original which is what I wanted
> > to avoid in the first place.
>
> You're almost there!  The trick is to make sure you match the text on
> *both* sides of the content you want to insert.  That is, you want to
> replace "toolbar closeTiddler" with "toolbar collapseTiddler
> collapseOthers closeTiddler".  That way, the next time the document is
> loaded, the "toolbar closeTiddler" pattern will no longer be matched,
> and the changes won't be done a second time.  Thus:
>
> var t=store.getTiddler("MptwTheme");
> if (t) t.text.replace(/toolbar closeTiddler/,"toolbar collapseTiddler
> collapseOthers closeTiddler");
>
> With regard to (b), although it's true that the [[MptwTheme]] in your
> document will be modified, this shouldn't present any real problems
> when upgrading.  When you get an update to MPTW, [[MptwTheme]] will be
> restored to it's default content, and then the above code 'tweak' will
> be re-applied, since the "toolbar closeTiddler" pattern will once
> again be present in the theme definition.
>
> 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 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: convert sections to tiddlers?

2009-02-27 Thread Eric Shulman

> Is there any existing method / plugin that would allow you to convert
> a tiddler with sections into a bunch of sub-tiddlers named by their
> former section name?

Although it's not a perfect fit, you might try this inline script:
   http://www.TiddlyTools.com/#SplitTiddler
   (requires InlineJavascriptPlugin)

Use a separator of "\n!", and choose "first word of item" as the title
option.  Then press the "split" button to generate the separate
tiddlers.  You might have to do a little bit of cleanup afterwards,
but it should get you most of the way there...

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 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: add collapseTiddler to MptwTheme

2009-02-27 Thread Eric Shulman

> var themeTiddler=store.getTiddler("MptwTheme");
> if (themeTiddler) { themeTiddler.text.replace(/
> closeTiddler/,"collapseTiddler collapseOthers closeTiddler"); }
>
> But this change becomes permanent on the next save so
> a) the macros keep being added on each save
> b) MptwTheme is now different from the original which is what I wanted
> to avoid in the first place.

You're almost there!  The trick is to make sure you match the text on
*both* sides of the content you want to insert.  That is, you want to
replace "toolbar closeTiddler" with "toolbar collapseTiddler
collapseOthers closeTiddler".  That way, the next time the document is
loaded, the "toolbar closeTiddler" pattern will no longer be matched,
and the changes won't be done a second time.  Thus:

var t=store.getTiddler("MptwTheme");
if (t) t.text.replace(/toolbar closeTiddler/,"toolbar collapseTiddler
collapseOthers closeTiddler");

With regard to (b), although it's true that the [[MptwTheme]] in your
document will be modified, this shouldn't present any real problems
when upgrading.  When you get an update to MPTW, [[MptwTheme]] will be
restored to it's default content, and then the above code 'tweak' will
be re-applied, since the "toolbar closeTiddler" pattern will once
again be present in the theme definition.

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 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: Project/Task

2009-02-27 Thread Jason Dunham
Hi Ronin and Jacques,
thanks for the ideas.

Realms won't really work for me, because I am already making use of them.
In fact I'm using most of the features of mGTD, and finding them useful.  If
that weren't true, I'd be more interested in finding another task manager
than fixing mGTD.

So I'm reluctant to overload one of those features with this function,
though I will probably start with more disciplined use of the stars.

I believe this is a real problem so I would love to hear if any of the
developers have an opinion, or if other people like Ronin are also grappling
with this.

Thanks,



On Fri, Feb 27, 2009 at 11:52 AM, RoninTDK  wrote:

>
> I have sort of similar problem:




> So what I do in monkeyGTD is create a
> seperate realm "IDEAS" where I put all that stuff.

--~--~-~--~~~---~--~~
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: Main Menu question

2009-02-27 Thread Eric Shulman

> Whenever I click on an item on the Main Menu it keeps adding the
> topics to the right.  How can I make it where it only opens the one I
> click on instead of stacking them?
>
> I know I can use "Close Others" but that gets annoying.

You can install this plugin:
   http://www.TiddlyTools.com/#SinglePageModePlugin

and, there's also a 'limit open tiddlers' feature in this plugin:
   http://www.TiddlyTools.com/#BreadcrumbsPlugin

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 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: tweak request

2009-02-27 Thread Ken Girard

Place the following into your system tweaks tiddler and tag it
systemConfig:

/***
AutoClearMessageMacro
***/
{{{
window.oldDisplayMessage = displayMessage;
displayMessage = function (text,linkText)
{oldDisplayMessage(text,linkText);
setTimeout( 'clearMessage()', 3000 );
}
}}}

It will automatically shut the display message after 3 seconds.

Ken Girard

On Feb 26, 3:19 pm, ike9898  wrote:
> When you save changes to your locally hosted mGTD file you get the
> little yellow box "Main TiddlyWiki file saved".
>
> I think that when you mark a task as being completed, the yellow box
> should disappear, because at that point you have unsaved changes.  If
> the box remains, you are more likely to neglect saving your changes
> before closing your browser. --ike9898
--~--~-~--~~~---~--~~
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] Main Menu question

2009-02-27 Thread Slappy

Whenever I click on an item on the Main Menu it keeps adding the
topics to the right.  How can I make it where it only opens the one I
click on instead of stacking them?

I know I can use "Close Others" but that gets annoying.

--~--~-~--~~~---~--~~
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: Project/Task

2009-02-27 Thread RoninTDK

I have sort of similar problem:
I have
- NA's and active projects.
- S/M actions and projects that i want to review every week or twice a
week because they're stuff that i need to make active somewhere in the
coming weeks. I suspect this is what you call the 'pending' items.
- S/M actions and projects that are just wild ideas and stuff i might
someday want to do.

The problem is that the third category is huge. I spill ideas
continuously. Sometimes small and dumb stuff, but nonetheless
important enough to write down. So what I do in monkeyGTD is create a
seperate realm "IDEAS" where I put all that stuff. And I don't review
it weekly, but monthly, nor do I review it as thorough as the
'pending' S/M list in my standard realm (which is called "NOW").

Maybe you can do something similar?


~RoninTDK

On Feb 26, 9:07 pm, jdunham  wrote:
> I wanted to brainstorm about making the mGTD system even more useful.
> So here's my problem:
>
> I have three kinds of projects or tasks:
> Things that I'm actively working on
> Things that are urgent, but have to wait until my active ones are done
> ("pending?")
> Things that I should do someday or maybe not at all.
>
> You can probably see where I'm going with this.  mGTD only has two of
> these categories.  If the pending stuff is made active, then it's hard
> to focus on next actions when there are 50 of them instead of 3 to 5.
> If the pending stuff is in the S/M (someday/maybe) list, then it gets
> lost, and when I do have space in the active list, I have to browse
> through many more items to find the best candidates to make active.
>
> I find I have this problem on both the action level and the project
> level.
>
> For now I am using the stars to flag the more important items, but I
> have to say I don't like it.  What I really want is "next and waiting
> actions", which I keep onscreen at all times to show all next and
> pending stuff, and I only want to see the S/M stuff during my weekly
> review.
>
> For stuff that I have absolutely no chance of working on today (today
> for actions, this week for projects), I don't want to see it in my
> active list, but I hate banishing it to S/M where its really going to
> get lost in the crowd.
>
> While I don't want to break the purity of the David Allen concept, I
> honestly feel that this is missing from his idea too.
>
> How hard would it be to add a third attribute? Obviously the hardest
> part would be changing the view tiddlers, but I hereby volunteer to
> help.  Does anyone know how/whether other GTD tools handle this?
>
> Any other ideas?

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



Re: Personal style of using MGTD - Do you have any use for completed actions?

2009-02-27 Thread Scott Kingery
Andrew,
Have you created a weekly report? Care to share? :)

Scott

On Sat, Feb 21, 2009 at 7:12 AM, acodring wrote:

>
> On Feb 6, 12:36 pm, jdunham  wrote:
> > So what benefit is there in keeping your records of completed
> > actions?
> > Feeling good is the only one I can think of, but it could be legitimate.
>
> Feel good factor is important, but for those with managers it's also
> nice to be able to point back over a week or month and show where
> you've made progress.
> MGTD is really nice for this since you can muck around with dashboard
> templates and format a semi-automated 'weekly summary report'.
>
> Cheers,
> Andrew
>
> >
>

--~--~-~--~~~---~--~~
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: add collapseTiddler to MptwTheme

2009-02-27 Thread RA

I'll try to rephrase.

I like MptwTheme. I want to modify ViewTemplate slightly (add fold/
unfold macros to the toolbar) but I don't want to create my own copy
of ViewTemplate as this way I will miss the new goodies when they
appear in the future MptwTheme##ViewTemplate. How can I modify it in
runtime?

I've stretched my abilities as far as this:

var themeTiddler=store.getTiddler("MptwTheme");
if (themeTiddler) { themeTiddler.text.replace(/
closeTiddler/,"collapseTiddler collapseOthers closeTiddler"); }

But this change becomes permanent on the next save so
a) the macros keep being added on each save
b) MptwTheme is now different from the original which is what I wanted
to avoid in the first place.

So basically I want to have my cake and eat it too. Any help? Thanks.


On Feb 24, 10:16 pm, RA  wrote:
> What would be the recommended way to "inject" colapseTiddler into
> MptwTheme? (I'd like to leave the actual theme tiddler untouched,
> instead modifying it "on the fly" from a systemConfig tiddler of my
> own)
>
> 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] horizontal sliding div?

2009-02-27 Thread MobileLibrary

Hi there,
I'm pretty sure i've read about this before, but couldn't find any
reference, so here goes:
is there a way to slide one div horizontally out of the viewport and
replace it with a second, on click of a small vertical bar/slice of
div #2 already in view ( i think it's accordion but then
horizontally?)
thanks for any pointers,
ML
--~--~-~--~~~---~--~~
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] convert sections to tiddlers?

2009-02-27 Thread Dave Parker

Is there any existing method / plugin that would allow you to convert
a tiddler with sections into a bunch of sub-tiddlers named by their
former section name?

(alternatively, is there a way to edit just a section and not the
entire tiddler?)


Thanks,
DP
--~--~-~--~~~---~--~~
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 cloud, link popularity

2009-02-27 Thread overett1

> behavior).  However, if you use "action:goto", then clicking a cloud
> item immediately opens the tiddler corresponding to that item
>
> Get the update (v1.6.0) here:
>    http://www.TiddlyTools.com/#TagCloudPlugin

Thanks, Eric. Just as I'd envisaged it.
--~--~-~--~~~---~--~~
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] Can't save changes to tiddlywiki as local file in ie8 RC1

2009-02-27 Thread Joseph

Anyone know a work around? It seems to work great other than that one
hiccup.

--~--~-~--~~~---~--~~
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: References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread cmari

Hi Eric,
I don't remember when it was, either, but I do remember that you
posted a message at the time that made it very easy for me to figure
out what was going on in the other plugins - thanks!
cmari

--~--~-~--~~~---~--~~
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: References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread Eric Shulman

> They need to be updated so that they're looking for
> "version.extensions.InlineJavascriptPlugin"
> (note the initial upper case letter I, and the full name of the
> Plugin)

Some time ago (I don't remember exactly when), I did an across-the-
board fixup to the  TiddlyTools plugins so that they would
consistently use the plugin tiddler's title in the definition for
version.extensions.*  Thus, "versions.extensions.inlineJavascript" was
corrected to "version.extensions.InlineJavascriptPlugin".

Although I greatly regret that this has caused a few glitches in some
other plugins, it was done for a good reason: by using the plugin
tiddler's title as the property name, it ties the version.extensions.*
information currently loaded into the runtime back to the specific
tiddlers that contain the actual javascript source code for those
extensions.

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 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: Carriage returns in monospaced text

2009-02-27 Thread Eric Shulman

> I assume you're using it like this:
>      {{{foo
>      bar
>      baz}}}
>
> Line breaks are important:
>      {{{
>      foo
>      bar
>      baz
>      }}}

Basically, the first syntax produces a ... block which
uses mono font, but does *not* preserve the whitespace.  The second
syntax produces a ... block, which uses mono font and does
preserve the whitespace as-is, without performing any automatic word-
wrapping.  However, the PRE format in TW also has some default CSS
styling that puts the content within a box with a yellow-ish
background.

Fortunately, there *is* a way to use the CODE format in TW and still
preserve the whitespace, while not also getting the other CSS styles
that are associated with the PRE format (such as display:block, which
forces a linebreak before/after the code).

Try this:

@@white-space:pre;{{{your code starts
here and includes multiple
linebreaks and such}}}@@

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 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] References to InlineJavascriptPlugin in other plugins

2009-02-27 Thread cmari

I'm a bit late with this, since I noticed it after an earlier update
to the InlineJavascriptPlugin, but in case it is helpful to anyone
else:

The current versions of
ToDoPluginDT and TaskOrganizerPlugin
look for old versions of the InlineJavascriptPlugin (so updating
InlineJavascriptPlugin will cause errors in ToDoList and taskorganizer
macros).

They need to be updated so that they're looking for
"version.extensions.InlineJavascriptPlugin"
(note the initial upper case letter I, and the full name of the
Plugin)

cmari
--~--~-~--~~~---~--~~
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: Another Print question

2009-02-27 Thread Eric Shulman

> you can print one tiddler only without SnapShot-Plugin by using the
> following command in ViewTemplate
>
> 
>
> only NewDocumentPlugin is needed.

You using an obsolete version of NewDocumentPlugin that is no longer
distributed on TiddlyTools and should be replaced:

All the snapshot/print functionality was moved to SnapshotPlugin (and
significantly improved, both in terms of features and the contents of
the resulting snapshot).

All new document functionality was moved to SaveAsPlugin (and also
improved significantly).

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 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: Ubiquity commands for searching tw groups , tiddywiki.org and trac.tiddlywiki

2009-02-27 Thread Ken Girard

Thanks. Haven't installed Ubiquity but your making me think I should.

Ken Girard

On Feb 25, 3:20 am, Alex Hough  wrote:
> Hello,
>
> To make is easier to search for help, I have made these two Ubiquity
> commands.
> I use Ubiquity to seach, tweet, email etc from my tw.
>
> Any thoughts most welcome.
>
> ALex
>
> To install open Command Editor and cut and paste.
>
> makeSearchCommand({
> name: "search-twgroup",
>   url: "http://groups.google.com/group/TiddlyWiki/search?
> group=TiddlyWiki&q={QUERY}&qt_g=Search+this+group",
> icon: "http://www.google.com/favicon.ico";,
> description: "Searches tw group for your words."
>
> });
>
> makeSearchCommand({
> name: "search-tworg",
>   url: "http://www.google.com/search?q=site%3Atiddlywiki.org/wiki+-site
> %3Atrac.tiddlywiki.org+{QUERY}&btnG=Search",
> icon: "http://www.google.com/favicon.ico";,
> description: "Searches tiddlywiki.org/wiki OR trac.tiddlywiki.org
> using Google for your words."
>
> });
--~--~-~--~~~---~--~~
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: How to fetch tiddlers tagged with THIS tiddlers title - in a template...

2009-02-27 Thread Ken Girard

Dissapering backslashes problem solved in a different posting list.
http://groups.google.com/group/TiddlyWiki/browse_thread/thread/e750e67cd4a0f7f9?hl=en

Ken Girard

On Feb 25, 8:42 pm, Måns  wrote:
> Alert - Alert!!!
>
> I don't know what makes it happen - but when I've saved the code - and
> reload -  it looses all the backslashes (\) - and the code doesn't
> work anymore!!!
>
> This:
> < (context.inTiddler.title)' write '(index < 200)?
>
> "|"+(index+1)+"|[["+tiddler.title+"]]|[["+tiddler.data("Gang")+"]] |
> [["+tiddler.data("Værelse") +"]] | <
> [["+tiddler.title+"]] nolabel \>\> | < +"]] nolabel \>\> |\n" : ""'begin
>
> '"|sortable|k\n|!#|Navn|Gang|Værelse|HU|Syg|h\n"'
> end 'count+" K-elever\n"' none '"Ingen K-elever i denne gruppe\n"'
>
>
>
> Becomes:
>
> < (context.inTiddler.title)' write '(index < 200)? "|"+(index+1)+"|
> [["+tiddler.title+"]]|[["+tiddler.data("Gang")+"]] | [["+tiddler.data
> ("Værelse") +"]] | <> |
> <> |n" : ""'begin '"|
> sortable|kn|!#|NavnGang|Værelse|[[HU]]|[[Syg]]|hn"'
> end 'count+" K-elevern"' none '"Ingen K-elever i denne gruppen"'>>
>
> As You can see ALL backslashed vanish in thin air!! When I put them in
> again everything works again.
>
> I am using BidiX's ITw ... and I've never experienced anything like
> this before... very very weird...
>
> Please help me...
>
> YS Måns Mårtensson
>
> On 26 Feb., 01:03, Måns  wrote:
>
> > Hi cmari and Ken
>
> > NOW IT WORKS - (almost) ALL OF IT!! (The rest is just refinements)
> > I'm very sorry for my outbursts and long sentences in this post - but
> > this is very great news for me - and i think you should know - Read it
> > or leave it ... It's just me getting excited beeing a novice and
> > all...
>
> > What you've just written makes everything fall into place. What Ken
> > wrote was essential for getting toggletags into my forEachTiddler
> > macro - and You made me understand why I couldn't make it work untill
> > I changed == into: contains  ...
>
> > When I asked the question, I thought that I needed the complete code
> > from someone who knows how to write code - because it's way too
> > complicated for me to figure out myself - but You just explained it in
> > a way that makes me understand what is going on.
>
> > Now after 3 weeks of fiddling around in the dark - it suddenly
> > works :-)
>
> > Thank You very very much -  Both of you
> > Now I'm able to populate tiddlers with "interactive" content (toggles
> > tags remotely) and I don't have to write all students names manually
> > -  as I've done up till now - You've really saved my day - and
> > next semester too
>
> > Now I'm curious if I can make a template where the toggletagging works
> > as it should - I've tried to include toggletags in templates before -
> > and they didn't work (maybe because the toggletagmacro worked inside
> > the templatetiddler instead of the actual tiddler it was copied to??).
>
> > I will give it a try - even so - if I don't succeed I won't give up -
> > I will also try to compose a newtiddler button with prefilled text to
> > see if it does the trick - and again if that doesn't work - I just
> > copy my code into each teachers tiddler by hand..
>
> > Here's the actual code combining everything I wanted to list in the
> > tables and IT WORKS LIKE A CHARM!!
> > I really hope that you understand that this has made my day - and days
> > to come!! -  Thank you again - VERY much!!
> > :
>
> > < > (context.inTiddler.title)' write '(index < 200)? "|"+(index+1)+"|
> > [["+tiddler.title+"]]|[["+tiddler.data("House")+"]] | [["+tiddler.data
> > ("Room") +"]] | < > nolabel \>\> | <
> > \> |\n" : ""'begin '"|sortable|k\n|!#|Name|House|Room|
> > HereForTheWeekend|SickLeave|h\n"'
> > end 'count+" students\n"' none '"No students for this teacher\n"'
>
> > YS Måns Mårtensson
>
> > On 25 Feb., 23:59, cmari  wrote:
>
> > > Hi Måns,
> > > I started with the most recent of your messages so I don't know
> > > whether this will get you any further toward your ultimate goal, but
> > > you can make the last version you posted work by adding back in the
> > > word "write" .
>
> > > When I tested that, I noticed that of course using a checkbox to add a
> > > tag to a tiddler listed on your table will have the result that the
> > > tiddler will have two tags - which means it won't meet the search
> > > criteria of 'tiddler.tags == context.inTiddler.title' anymore.  If you
> > > want a more inclusive approach, you could use "contains" instead of
> > > "==".  So if you were going to do that, the new version restoring the
> > > somehow lost "write" would start like this:
>
> > > < > > (context.inTiddler.title)' write '(index < 200) ? "|"+.
> > > cmari
>
> > > On Feb 25, 3:40 pm, Måns  wrote:
>
> > > > When I write this:
> > > > < > > > where
> > > > ' tiddler.tags == context.inTiddler.title '
> > > > '(index < 200) ? "|"+(index+1)+"|[["+tiddler.title+"]]|[["+tiddler.data
> > > > ("A")+"]] | [["+tiddler.data("B") +"]] | < > > > [["+tiddler.title+"]] 

[tw] Re: Carriage returns in monospaced text

2009-02-27 Thread feucht

Thanks, that's fantastic, knew it had to something simple...

J

On Feb 27, 11:22 am, FND  wrote:
> > Just getting started with a first TW to keep code snippets. Worked out
> > how tomonospacethem, but any CRs or line feeds while visible in edit
> > view, are lost in normal view
>
> I assume you're using it like this:
>      {{{foo
>      bar
>      baz}}}
>
> Line breaks are important:
>      {{{
>      foo
>      bar
>      baz
>      }}}
>
> FWIW, this might be of interest:
>      http://tiddlywiki.org/wiki/TiddlyWiki_Markup#Preformatted
>      http://tiddlywiki.org/wiki/Syntax_Highlighting
>
> -- 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: Carriage returns in monospaced text

2009-02-27 Thread FND

> Just getting started with a first TW to keep code snippets. Worked out
> how to monospace them, but any CRs or line feeds while visible in edit
> view, are lost in normal view

I assume you're using it like this:
 {{{foo
 bar
 baz}}}

Line breaks are important:
 {{{
 foo
 bar
 baz
 }}}

FWIW, this might be of interest:
  http://tiddlywiki.org/wiki/TiddlyWiki_Markup#Preformatted
  http://tiddlywiki.org/wiki/Syntax_Highlighting


-- 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] Carriage returns in monospaced text

2009-02-27 Thread feucht

Hi,

Just getting started with a first TW to keep code snippets. Worked out
how to monospace them, but any CRs or line feeds while visible in edit
view, are lost in normal view, making code pretty much unreadable.
Must be something simple methinks...

Thanks in advance,

Jez

--~--~-~--~~~---~--~~
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: Another Print question

2009-02-27 Thread Michael.Tarnowski

Hi folks,

you can print one tiddler only without SnapShot-Plugin by using the
following command in ViewTemplate



only NewDocumentPlugin is needed.

Cheers Michael

On Feb 25, 11:22 pm, Richard Berg  wrote:
> Thanks  Måns,  works like a charm!
>
> Dick
>
> On Wed, Feb 25, 2009 at 3:23 PM, Måns  wrote:
>
> > I'm also using Mr. Shulmans SnapshotPlugin "standalone" in another TW,
> > where I don't want to change the tools bar, like this:
> > < > id:viewer>>
>
> > Regards Måns Mårtensson
>
> > On 25 Feb., 21:13, Måns  wrote:
> > > Hi Richard
>
> > > You'll need SnapshotPlugin from mr. Eric Shulman:
> >http://www.tiddlytools.com/#SnapshotPlugin.
> > > I'm using it in ViewTemplate:
> > > 
> > > 
>
> > > "when invoked via toolbar commands, the "id:ask" option is
> > > automatically applied, and a droplist of elements to choose from is
> > > displayed."
>
> > > Regards Måns Mårtensson
>
> > > On 25 Feb., 19:59, Richard Berg  wrote:
>
> > > > To print tiddlers, I typically right-click inside the tiddler and
> > select
> > > > "print" from the popup menu.  What is printed is the whole collection
> > of all
> > > > tiddlers that are in the display area.  I would like to be able to
> > print
> > > > only the one active (selected) tiddler rather than all of them.  Is
> > this
> > > > possible?
>
> > > > Dick
--~--~-~--~~~---~--~~
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: Recommendations for incorporating email messages into a TW?

2009-02-27 Thread Henk

doing this in FF: that's where the java applet will be needed (similar
to the TiddlySaver.jar).

Henk

On Fri, Feb 27, 2009 at 8:30 AM, Anthony Muscio
 wrote:
> Here is another Outlook integration lead,
>
> Using IE one can have a tiddlywiki with the following HTML in a tiddler;
>
> 
>  width="600" height="650">
> 
> 
>  value="0">
> 
>
> as far as I recall as long as the wiki has the embedded HTML working it will
> display the content of the folder with click-able mail. The above example
> points to a specific folder of mine in an offline PST
>
> The following are the generic outlook folders;
>
> 
> 
> 
> 
> 
>
> Outlook needs to be running at least when you open an email.
>
> In Outlook you can set a home page for some folders, use properties on the
> folder and browse to your special wiki. When you click on the folder name it
> will load a browser subwindow of that tiddlywiki. From within that wiki you
> can use the above code to review mails in the nominated folder. Or just
> access the wiki directly from IE.
>
> The emails never actually get into your wiki, but they can be reviewed from
> there. You could create a tiddler for each outlook Folder say then use all
> the great Tagging features on those tiddlers, or add keywords into the
> tiddler so the required one comes up during a search.
>
> I would love to get this working in FireFox but have no idea how.
>
> Regards TonyM
>
>
>
> On Wed, Feb 25, 2009 at 14:56, roger  wrote:
>>
>> Henk: I'm using FF, so the part about this not working in IE isn't a
>> problem.  As I understand it, you have the VB macro in Outlook that
>> drops the message ID into the clipboard.  But then do you just paste
>> that ID into a tiddler from the clipboard?  In other words, the TW
>> plugin you mention just acts on the ID in the tiddler?  Despite my
>> reference to FileDropPlugin, I think I'd prefer not to be forced to
>> have the TW file open just to associate an email message to the TW.
>>
>> Anthony: I was thinking about creating an Outlook macro that saves a
>> selected message(s) to an "email" folder for the chosen TW.  That way,
>> as email messages come in that I want to associate with a specific TW
>> file, I could execute a macro to save the message to a specific
>> location in msg format.  When I'm in the TW file, I could access the
>> email messages. Obviously, creating a macro in Outlook to facilitate
>> the process wouldn't be required, but for my purposes, I think it
>> would speed things along considerably.
>>
>> Roger
>>
>> On Feb 24, 2:16 am, Henk  wrote:
>> > Hi,
>> >
>> > I have made a setup wich creates a link in a tiddler to an Outlook
>> > email message.  It works fine, but I involves a rather complicated
>> > setup (mainly because I don't want to use IExplorer).
>> > This is how it works:
>> > - a VB macro in Outlook fetches the unique message ID from a selected
>> > email message and pasts it to the clipboard
>> > - a tiddlywiki plugin provides a macro which takes the ID and uses
>> > javascript to open the message in Outlook
>> > - the browser uses a java applet to communicate with Outlook (not
>> > needed if you use IExplorer though)
>> >
>> > The tricky part is that you need to edit your java.policy file in
>> > order to get out of the browser java sandbox.
>> > If people are interested, I can put alle the files and code on my
>> > website.
>> >
>> > cheers
>> >
>> > Henk
>> >
>> > On Sat, Feb 21, 2009 at 8:20 AM,roger wrote:
>> >
>> > > I'd really like to have my TW's set up so that emails that I want to
>> > > associate with a specific TW can somehow be connected.  I don't want
>> > > to just copy and paste the body of the email as I'd loose all the data
>> > > associated with the message.  It would be awesome if the drag & drop
>> > > functionality that FileDropPlugin provides could work with email
>> > > messages.  Just drag and drop an email from the inbox onto the TW file
>> > > and have the email embedded into the TW.
>> >
>> > > As an alternative, I'm thinking about creating a macro in Outlook (our
>> > > email client at the office) that would facilitate saving an email
>> > > message into a directory that is a subfolder to the location of the TW
>> > > file.  Then I could just use LaunchApplicationPlugin to open the
>> > > "emails" folder as needed.
>> >
>> > > I'm curious if others have come up with satisfactory ways to get email
>> > > messages associated with a TW file.
>> >
>> > > ~Roger
>>
>
>
>
> --
> TonyM
>
> If you have not found an easy way to do it with TiddlyWiki, you have missed
> something.
> 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: Recommendations for incorporating email messages into a TW?

2009-02-27 Thread Henk

Hello Roger,

I guess our workflows are different then.   What I wanted to achieve
is to use it in my MonkeyGTD system.  I receive an email which leads
to a certain task I need to perform.  I create the task in mGTD and
add the link to the mail in the description (via the macro).  That
way, at the moment that I have the time to get to the actual doing, I
can click the link and see all the info from the mail directly.  This
saves me the time of having to look up the mail(s) again in my Outlook
folder structure.
I understand that you need a way to actually incorporate the mail
message in your TW.

cheers

Henk

On Wed, Feb 25, 2009 at 4:56 AM, roger  wrote:
>
> Henk: I'm using FF, so the part about this not working in IE isn't a
> problem.  As I understand it, you have the VB macro in Outlook that
> drops the message ID into the clipboard.  But then do you just paste
> that ID into a tiddler from the clipboard?  In other words, the TW
> plugin you mention just acts on the ID in the tiddler?  Despite my
> reference to FileDropPlugin, I think I'd prefer not to be forced to
> have the TW file open just to associate an email message to the TW.
>
> Anthony: I was thinking about creating an Outlook macro that saves a
> selected message(s) to an "email" folder for the chosen TW.  That way,
> as email messages come in that I want to associate with a specific TW
> file, I could execute a macro to save the message to a specific
> location in msg format.  When I'm in the TW file, I could access the
> email messages. Obviously, creating a macro in Outlook to facilitate
> the process wouldn't be required, but for my purposes, I think it
> would speed things along considerably.
>
> Roger
>
> On Feb 24, 2:16 am, Henk  wrote:
>> Hi,
>>
>> I have made a setup wich creates a link in a tiddler to an Outlook
>> email message.  It works fine, but I involves a rather complicated
>> setup (mainly because I don't want to use IExplorer).
>> This is how it works:
>> - a VB macro in Outlook fetches the unique message ID from a selected
>> email message and pasts it to the clipboard
>> - a tiddlywiki plugin provides a macro which takes the ID and uses
>> javascript to open the message in Outlook
>> - the browser uses a java applet to communicate with Outlook (not
>> needed if you use IExplorer though)
>>
>> The tricky part is that you need to edit your java.policy file in
>> order to get out of the browser java sandbox.
>> If people are interested, I can put alle the files and code on my website.
>>
>> cheers
>>
>> Henk
>>
>> On Sat, Feb 21, 2009 at 8:20 AM,roger wrote:
>>
>> > I'd really like to have my TW's set up so that emails that I want to
>> > associate with a specific TW can somehow be connected.  I don't want
>> > to just copy and paste the body of the email as I'd loose all the data
>> > associated with the message.  It would be awesome if the drag & drop
>> > functionality that FileDropPlugin provides could work with email
>> > messages.  Just drag and drop an email from the inbox onto the TW file
>> > and have the email embedded into the TW.
>>
>> > As an alternative, I'm thinking about creating a macro in Outlook (our
>> > email client at the office) that would facilitate saving an email
>> > message into a directory that is a subfolder to the location of the TW
>> > file.  Then I could just use LaunchApplicationPlugin to open the
>> > "emails" folder as needed.
>>
>> > I'm curious if others have come up with satisfactory ways to get email
>> > messages associated with a TW file.
>>
>> > ~Roger
> >
>

--~--~-~--~~~---~--~~
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: cook vs ck?

2009-02-27 Thread mahemoff

Apologies, please ignore - I've reposted this to tiddlywiki dev, where
it belongs.
--~--~-~--~~~---~--~~
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] cook vs ck?

2009-02-27 Thread mahemoff

Seems like "cook" and "ck" do almost the same thing, but not quite.
Couldn't they be folded into a single script?

As I've noted in this ticket - http://trac.tiddlywiki.org/ticket/957 -
"cook" doesn't support the full recipe filename, whereas "ck" does.
--~--~-~--~~~---~--~~
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 cloud, link popularity

2009-02-27 Thread alex

Great stuff.

The reference function and the opentiddler is spot on. really useful
in education.

The references example throws out references in my tw!


Thanks Eric

Alex


On Feb 27, 12:08 am, Eric Shulman  wrote:
> > Eric, would it be possible to add a parameter that means that the
> > links generated by the cloud take you directly to the relevant tiddler/
> > tag rather than producing a popup?
>
> I've added a new optional parameter:
>    <> OR <>
>
> If you use "action:popup" (or omit the param), then clicking a cloud
> item shows a popup with links to related tiddlers (i.e, the familiar
> behavior).  However, if you use "action:goto", then clicking a cloud
> item immediately opens the tiddler corresponding to that item
>
> Get the update (v1.6.0) here:
>    http://www.TiddlyTools.com/#TagCloudPlugin
>
> 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 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
-~--~~~~--~~--~--~---