[tw] TwitterTabs

2009-05-12 Thread Morris Gray

I don't seem to be able to get http://tiddlytools.com/#TwitterTabs to
work for me.  Could someone tell me what is required besides those
listed in the plugin header? I'm using TW 2.5.0 and and the latest
InlineJavascriptPlugin.

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



[tw] Re: TagglyTaggingPlugin suggestion

2009-05-12 Thread Simon Baird
I don't think I understand what you are achieving here. Can you explain a
little?

Simon.

On Tue, Mar 24, 2009 at 10:42 AM, RA  wrote:

>
> The code will explain it better than I can. BTW, is there a more
> efficient way to add multiple tags?
>
> // hijack config.taggly.setTagglyOpt()
> if (config.taggly.setTagglyOpt_zPluginTweaks==undefined) {
>
> config.taggly.setTagglyOpt_zPluginTweaks=config.taggly.setTagglyOpt;
>config.taggly.setTagglyOpt=function(title,opt,value)
>{
>var r = config.taggly.setTagglyOpt_zPluginTweaks.apply
> (this,arguments);
>if (store.getValue(title,"changecount")=="1" && !
> store.getTaggedTiddlers(title).length) {
>store.setTiddlerTag(title,true,"excludeSearch");
>store.setTiddlerTag(title,true,"excludeLists");
>store.setTiddlerTag(title,true,"tagglyExpression");
>}
>return r;
> }
> }
>
>
> On Mar 23, 3:09 pm, RA  wrote:
> > There is a good reason - what if it's just a tag? What I really meant
> > is add "excludeSearch excludeLists" to a new tiddler that is
> > expression, not a simple tag name.
> > -- R
> >
> > On Mar 22, 2:26 pm, RA  wrote:
> >
> > > Perhaps there is a good reason this hasn't been done, but I'd like to
> > > see "excludeSearch excludeLists" added to the new tiddler created by
> > > setTagglyOpt. I posted the fix here:
> http://tiddlywiki.pastebin.com/m3c318a11
> >
> > > Thanks.
> >
> > > --R.
> >
>


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

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



[tw] Re: any recommendation for an IE-proof tiddlywiki template?

2009-05-12 Thread pat toche

I noticed a curious behavior in IE7: the page resizing is garbled when
I call CTRL++ or CTRL+-, but if I select from the menu View -> Text
Size -> Largest or Smallest the page looks fine, with characters,
spaces, and boxes shrinking and expanding in the correct proportions.

Hence my follow-up question: Is there a way to place code into the
page to disable character resizing via CTRL++ and CTRL+- in IE7? or to
force it to behave like the pull-down menu call ?

thanks,

Patrick.
--~--~-~--~~~---~--~~
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: TW as a glossary back-end. Concerned about performance

2009-05-12 Thread FND

> I think it's easier if I switch to a file-based wiki.

FWIW, TiddlyWeb uses a file-based store (one file per tiddler/revisions) 
by default:
 http://tiddlywiki.org/wiki/TiddlyWeb


-- 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: just code, no tiddlywiki

2009-05-12 Thread FND

> Ok, I have made a little progress here. [...]
> When I try to open and change empty.html I generate new files every
> time I save.

Just to clarify: The original problem has been solved?


-- 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: just code, no tiddlywiki

2009-05-12 Thread Eric Shulman

> When I try to open and change empty.html I generate new files every
> time I save.  They all seem to have something like a string appended
> to the name that includes info like the date and time I modified the
> file.    Any hints on how I can make this more user-friendly?    I'd
> like to have just one file, and keep the same name as I use it.

Those are automatic backup files.  When you press the "save changes"
command in the sidebar, rather than just overwriting the existing file
on your hard drive, the current file (e.g., "empty.html") file is
*renamed* by adding the timestamp, so that it becomes something like
"empty.20090512.1210290866.html".

This ensures that, should an error occur during the rest of the "save
changes" processing, the previously saved file contents won't be
lost.  Only then are the current in-memory tiddler contents (with any
changes you have made) written to a *new* file with the original name,
"empty.html".

Of course, this means that each time you "save changes", another file
is created.  However, regardless of how many files exist, the one
without the timestamp (e.g. 'empty.html') is always the *current*
document with whatever changes you have most recently saved.

As such, you don't actually need to keep the time-stamped backup files
around if you don't want to, and can freely throw them away whenever
you certain that they are no longer necessary.

Also, though I don't recommend doing so, you can completely *disable*
the automatic backup handing by clearing the "save backups" checkbox
in the sidebar options panel.  From then on, TiddlyWiki will directly
overwrite the current document each time it is saved, without creating
any more backup files.

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: just code, no tiddlywiki

2009-05-12 Thread wolfgang

Hi Dawn,

> When I try to open and change empty.html I generate new files every
> time I save.  They all seem to have something like a string appended
> to the name that includes info like the date and time I modified the
> file.Any hints on how I can make this more user-friendly?I'd
> like to have just one file, and keep the same name as I use it.

 that's the default backup function of TW. Open the option panel in
the right hand menu and tick this function off.

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



[tw] A Curly One - exporting Tags

2009-05-12 Thread skye riquelme

Hi All

I am thinking about a rather large biblioteca and how to organise
it.my own computer info in this case.

I am thinking of small fast TWs that sit in each major topic heading/
classification folder. The same folder also has a empty/no frills TW
that TiddlySnips will dump my bookmarks into...and loadTiddlers in the
main TW picks them up (that way I can TidlySnip and have the main TW
open at the same time and not over-ride information)

So each classification is simple to set-up.

How to cross-referencethe  items in other classifications?

ideally my "Mother" TW can read the TAGs of the sub-TWs and I can
use the tags to navegate to the appropriate folder/TWor maybe a
local "serach engine" TW that reads the TAGS and then does a
loadTiddlers...on the item I select.

So...first part...how can I have one TW read the tags of another TW -
and remember from which TW each tag came???
Having identified an "external tag" how can I read in the appropriate
tiddlers (or maybe just navegate to the classification header TW -
open it in an IFrame for example)?

I have no idea which plugins can do this sort of thing!!! Any ideas
very welcome.

Its seems like a way-out, "mission impossible" task - and I am used to
having you guys solving impossible requests either instantly...or
sometimes even before I ask...sometimes even before I get to
articulate the request!

Seriously..this is the most useful, eficient group I have come
across..BIG HUGS to you ALL

Skye


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



[tw] Re: just code, no tiddlywiki

2009-05-12 Thread Dawn.Morales

Ok, I have made a little progress here.  I am on my 11th version of
empty.When I modify the downloaded zipped version I get two files:
empty.html, TiddlerSaver.jar.

When I try to open and change empty.html I generate new files every
time I save.  They all seem to have something like a string appended
to the name that includes info like the date and time I modified the
file.Any hints on how I can make this more user-friendly?I'd
like to have just one file, and keep the same name as I use it.

On May 12, 10:41 am, "Dawn.Morales"  wrote:
> Thanks for the quick response.  I tried your suggestion:
>
> I downloaded the zip and extracted it.  Named the file empty2 and
> changed the Main Tiddler title.  Saved from the upper right hand
> corner.  Closed.  Double clicked, and got the code again.    I closed
> it and then chose file open in FF, got  text only again.  Tried the
> same sequence in Explorer (what the heck...) got the same thing.
>
> Dawn
>
> On May 12, 10:28 am, FND  wrote:
>
> > > every time I open the file in FF all I see is code
>
> > That sounds like the file might be corrupted:
> >    http://tiddlywiki.org/wiki/Corruption
>
> > You could try downloading the ZIP archive:
> >    http://tiddlywiki.com/#%5B%5BAdvanced%20download%20options%5D%5D
>
> > HTH.
>
> > -- F.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: TW as a glossary back-end. Concerned about performance

2009-05-12 Thread aless

Thanks Okido and Mark for your answers.

Okido, I had a look at Drupal and tried the online demo, it looks nice
but I think it's a bit too much for what I need.

Mark, I tried your solution to make the listing case-insensitive, but
it doesn't make any difference, e.g., the list is still ordered case-
sensitive. The problem of alphabetically ordering a list of words,
anyway, is more complex than just the case sensitive issue, and a
collation algorithm shoul be used for each specific language,
something I guess it's not going to be implemented in TW. See for
example this page:

http://unicode.org/reports/tr10

and this post:

http://lists.mysql.com/mysql/211582

I also had a look at the inclusion macro, but at the end I think it's
easier if I switch to a file-based wiki. I chose Moinmoin, it allows
page renaming/deletion, it does a better job at ordering words
alphabetically and, of course, it scales better. It also has a script
to flatten the whole wiki to the last page revision. Categories are
less flexible than tags, but I figured out I can batch-rename them, in
case I need to, running Wingrep on the data folder.

But I'm going to keep using TW for my personal notetaking :)

cheers,
 aless
--~--~-~--~~~---~--~~
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] any recommendation for an IE-proof tiddlywiki template?

2009-05-12 Thread pat toche

I'm a newbie. It has just occurred to me that my tiddlywiki page looks
awful on internet explorer. I use firefox so I was blissfully unaware
of this issue. Until now. I have tried several templates available out
there like Mptw and MonkeyGTD, advertised at tiddlyspot.com : they too
don't display well with internet explorer. For instance, when you
resize the character size (CTRL+ or CTRL-) the relative position of
the menu items gets garbled (the characters and the space between them
don't shrink or expand in proportion to one another). For instance,
the subtitle disappears under the main title. Since I expect some of
my visitors to use internet explorer, this is a concern. (I understand
that tiddlywiki was initially conceived as a personal diary of sorts,
but more and more it is used to create websites with visitors.)

Any recommendation for a template that renders reasonably well with
internet explorer?

many thanks,

Patrick.
--~--~-~--~~~---~--~~
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: Linking to tiddlers from hotspot on image

2009-05-12 Thread Mark

Eric, the ImageMapPlugin works great in FF3, but my colleagues at work
mostly use IE and the plugin doesn't work in that environment. The
picture opens up fine in a tiddler, but fails to open the relevant
tiddler when you click on the mapped zone.
Would appreciate your assistance. Thanks.
Mark
--~--~-~--~~~---~--~~
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 Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread pat toche

> You should not have to edit the script in any way.

correct, I think I did something wrong with the tagging -- it's
working correctly now. Well, except in internet explorer, but that's a
problem for another day!

thanks Eric,

Patrick.


--~--~-~--~~~---~--~~
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 Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread pat toche

>    http://www.tiddlytools.com/faq.html#FAQ_ScriptsAndPlugins

fantastic -- very clear summary on scripts v plugins, thanks a lot.

by the way, I just realized that the scripts I wrote above render well
in firefox, but generate problems with explorer, any good reference on
that?

(I did google but couldn't find anything useful that way)

Patrick.
--~--~-~--~~~---~--~~
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: MPTW slow down with "sitemap"

2009-05-12 Thread Mike

dukeja,

If you get this working would you mind sharing an example, I tried
TagsTreePlugin, and I can't remember why I didn't use it.
Maybe it had something to do with the loss of TagglyTagging &
TagglyTagged being combined.

I use TagglyTagging strictly in SiteMap Mode also :D

Thx,
Mike

On May 11, 10:25 pm, Simon Baird  wrote:
> TagsTree sounds pretty good. I guess MPTW is a bit slow at traversing trees.
>
>
>
> On Tue, Feb 10, 2009 at 4:16 AM, dukeja  wrote:
>
> > Now it seems that TagsTree may be used in the place of the
> > tagglyTagging "sitemap" display and do not show much slowing down.
> > Another advantage of TagsTree alternative is that user can selectively
> > (manually) open up desired "branches" of tags tree.  (And the last
> > opening "snapshot" will be remembered when the tiddler is reopened
> > later).  The sitemap approach opens up all the branches and sometimes
> > it is too much to visualize.
>
> > The tagsTree can be easily integrated into MPTW in the ViewTemplate
> > section of MptwTheme.
>
> > Duke
>
> > On Feb 9, 9:28 am, dukeja  wrote:
> > > I have experienced quite a bit slow down (with not-so cutting edge
> > > hardware) when I use the "sitemap" setting to display the tagging
> > > relationship.
>
> > > This slowing down gets progressively worse when more and more nodes
> > > added into TW file even those added tiddlers has no relation to the
> > > existing tiddler showing the sitemap.  The worst thing is I need to
> > > wait for several seconds to even close any tiddler (even New Tiddler)
> > > out of Edit mode.
>
> > > I noticed this when I try to use my TW at UMPC with slower CPU.  After
> > > debugging for quite a while, I found out that if I switch the MPTW's
> > > tagging showing to "normal", the tiddler "closing edit mode" speed
> > > goes back to normal.
>
> > > This is pretty much damage the usefulness of MPTW since sitemap is the
> > > major reason for me to use it.  Now I have to remember switch out of
> > > sitemap mode before closing a tiddler otherwise all tiddler's closing
> > > become very slow.
>
> > > Anyone experience the same thing?
>
> > > Thanks!
>
> > > Duke
>
> --
> simon.ba...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: forEachTiddler

2009-05-12 Thread Alex Hough
Thanks Eric.

It is great that stuff like

[["+tiddler.data("archetype1")+"]]

works inside tiddler.

Alex



2009/5/12 Eric Shulman 

>
> > I get an error:
> > I have read on the group in a previous post that << in forEachTiddler
> > is a problem as the macro thinks it has finished.
> > I've tried "<"+"<+ and all sort of things, but can't get it to work.
>
> According to the ForEachTiddlerMacro documentation:
> -
> You may use other macro calls into the expression, especially in the
> actionParameters. To avoid that the >> of such a macro call is
> misinterpreted as the end of the <> macro you must
> escape the >> of the inner macro with $)) E.g. if you want to use
> <> inside the forEachTiddler macro you have to write
> < -
>
> -e
>
> >
>


-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

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

2009-05-12 Thread Eric Shulman

> I get an error:
> I have read on the group in a previous post that << in forEachTiddler
> is a problem as the macro thinks it has finished.
> I've tried "<"+"<+ and all sort of things, but can't get it to work.

According to the ForEachTiddlerMacro documentation:
-
You may use other macro calls into the expression, especially in the
actionParameters. To avoid that the >> of such a macro call is
misinterpreted as the end of the <> macro you must
escape the >> of the inner macro with $)) E.g. if you want to use
<> inside the forEachTiddler macro you have to write


[tw] Re: forEachTiddler

2009-05-12 Thread alex

Hi Eric,

Thanks for the quick reply.
I get an error:
<>: Extra parameter behind 'write': +tiddler.data
("archetype1")+"+++< wrote:
> > I would like the slider
> > +++"+tiddler.data("archetype1")+"===
> > to show the contents of the relevant archetype tiddler, rather than
> > its title.
>
> Try this:
>
>  write
>  '"|"+tiddler.data("archetype1")+"+++< ("archetype1")+"]]>>===|
> [["+tiddler.title+"]]|"+tiddler.data("score")+"|\n"'
>
> Thus, instead of generating
>    +++foobar===
> it will generate
>    +++<>===
>
> 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: forEachTiddler

2009-05-12 Thread Eric Shulman

> I would like the slider
> +++"+tiddler.data("archetype1")+"===
> to show the contents of the relevant archetype tiddler, rather than
> its title.

Try this:

 write
 '"|"+tiddler.data("archetype1")+"+++<>===|
[["+tiddler.title+"]]|"+tiddler.data("score")+"|\n"'

Thus, instead of generating
   +++foobar===
it will generate
   +++<>===

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] forEachTiddler

2009-05-12 Thread Alex Hough

The following table is produced from data in a questionnaire tiddler
[1]

<>

I would like the slider
+++"+tiddler.data("archetype1")+"===

to show the contents of the relevant archetype tiddler, rather than
its tittle.

Any help most appreciated.

Best Wishes
Alex
[1] http://r.a.hough.googlepages.com/OMM.html#Results
--~--~-~--~~~---~--~~
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: MPTW slow down with "sitemap"

2009-05-12 Thread Mike

dukeja,

If you get this working would you mind sharing an example, I tried
TagsTreePlugin, and I can't remember why I didn't uses it.
Maybe it had something to do with the loss of TagglyTagging &
TagglyTagged being combined.

I uses TagglyTagging strictly in SiteMap Mode also :D

Thx,
Mike

On May 11, 10:25 pm, Simon Baird  wrote:
> TagsTree sounds pretty good. I guess MPTW is a bit slow at traversing trees.
>
>
>
> On Tue, Feb 10, 2009 at 4:16 AM, dukeja  wrote:
>
> > Now it seems that TagsTree may be used in the place of the
> > tagglyTagging "sitemap" display and do not show much slowing down.
> > Another advantage of TagsTree alternative is that user can selectively
> > (manually) open up desired "branches" of tags tree.  (And the last
> > opening "snapshot" will be remembered when the tiddler is reopened
> > later).  The sitemap approach opens up all the branches and sometimes
> > it is too much to visualize.
>
> > The tagsTree can be easily integrated into MPTW in the ViewTemplate
> > section of MptwTheme.
>
> > Duke
>
> > On Feb 9, 9:28 am, dukeja  wrote:
> > > I have experienced quite a bit slow down (with not-so cutting edge
> > > hardware) when I use the "sitemap" setting to display the tagging
> > > relationship.
>
> > > This slowing down gets progressively worse when more and more nodes
> > > added into TW file even those added tiddlers has no relation to the
> > > existing tiddler showing the sitemap.  The worst thing is I need to
> > > wait for several seconds to even close any tiddler (even New Tiddler)
> > > out of Edit mode.
>
> > > I noticed this when I try to use my TW at UMPC with slower CPU.  After
> > > debugging for quite a while, I found out that if I switch the MPTW's
> > > tagging showing to "normal", the tiddler "closing edit mode" speed
> > > goes back to normal.
>
> > > This is pretty much damage the usefulness of MPTW since sitemap is the
> > > major reason for me to use it.  Now I have to remember switch out of
> > > sitemap mode before closing a tiddler otherwise all tiddler's closing
> > > become very slow.
>
> > > Anyone experience the same thing?
>
> > > Thanks!
>
> > > Duke
>
> --
> simon.ba...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: How to Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread Eric Shulman

> I had incorrectly tagged ToggleRightSidebar with systemConfig
> while it should have been tagged with script

For an explanation of some of the differences between inline scripts
and plugins, please read:

   http://www.tiddlytools.com/faq.html#FAQ_ScriptsAndPlugins

-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: How to Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread Eric Shulman

> I cut the script into a ToggleRightSidebar tiddler: Now I get a funny
> $1 appearing next to the toggle arrow, which is there because of this
> line:
> 

[tw] Re: just code, no tiddlywiki

2009-05-12 Thread Dawn.Morales

Thanks for the quick response.  I tried your suggestion:

I downloaded the zip and extracted it.  Named the file empty2 and
changed the Main Tiddler title.  Saved from the upper right hand
corner.  Closed.  Double clicked, and got the code again.I closed
it and then chose file open in FF, got  text only again.  Tried the
same sequence in Explorer (what the heck...) got the same thing.

Dawn

On May 12, 10:28 am, FND  wrote:
> > every time I open the file in FF all I see is code
>
> That sounds like the file might be corrupted:
>    http://tiddlywiki.org/wiki/Corruption
>
> You could try downloading the ZIP archive:
>    http://tiddlywiki.com/#%5B%5BAdvanced%20download%20options%5D%5D
>
> HTH.
>
> -- F.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Timestamp error in the MPTW package

2009-05-12 Thread MikeS

If you read the original post, Internet Explorer is rendering this
code differently than Firefox.

If you go to http://mptw.tiddlyspot.com/ and look any of the tiddlers,
the subtitle will read

In FF3: (updated a year ago by MPTW)   //space before "by MPTW"
In IE6: (updated a year agoby MPTW)   //no space before "by MPTW"

It happens whether you use the PrettyDates plugin or not.

Hopefully that makes sense.  Thanks for looking at this Simon.

Mike

On May 12, 10:26 am, Simon Baird  wrote:
> On Tue, May 12, 2009 at 11:36 PM, MikeS  wrote:
>
> > I've figured out where the error is.  Its in this tiddler:
>
> >http://mptw.tiddlyspot.com/#MptwTheme
>
> > Specifically, this code:
>
> > 
> >        (updated 
> >        by )
> >        
> > 
>
> What is the error?
>
>
>
> > How do I manually add a space before the word "by"?
>
> Not sure what you mean. Is it just too close to the updated?
>
> --
> simon.ba...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: just code, no tiddlywiki

2009-05-12 Thread FND

> every time I open the file in FF all I see is code

That sounds like the file might be corrupted:
http://tiddlywiki.org/wiki/Corruption

You could try downloading the ZIP archive:
http://tiddlywiki.com/#%5B%5BAdvanced%20download%20options%5D%5D

HTH.


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



[tw] Re: Timestamp error in the MPTW package

2009-05-12 Thread Simon Baird
On Tue, May 12, 2009 at 11:36 PM, MikeS  wrote:

>
> I've figured out where the error is.  Its in this tiddler:
>
> http://mptw.tiddlyspot.com/#MptwTheme
>
> Specifically, this code:
>
> 
>(updated 
>by )
>
> 
>

What is the error?


>
> How do I manually add a space before the word "by"?
>

Not sure what you mean. Is it just too close to the updated?




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

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



[tw] just code, no tiddlywiki

2009-05-12 Thread Dawn.Morales

HI-  I just downloaded the empty.html.  For the past 2 days I have
been trying to edit and save it and have made progress, but not too
much.  One major problem is saving (I use Firefox, need to buckle down
and figure out what to do.)  There is no unblock button on the
properties tab.  So any tips on that would be great.  The other thing
is, every time I open the file in FF all I see is code.  Here are the
first two lines:
Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007
UnaMesa Association savetest backstage ↩ ↪ close backstage: save
sync▾ import▾ tweak▾ upgrade▾ plugins▾ My TiddlyWiki  a
reusable non-linear personal web notebook My TiddlyWiki  a reusable
non-linear personal web notebook

Any help on this would be great too!

Dawn

--~--~-~--~~~---~--~~
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: Timestamp error in the MPTW package

2009-05-12 Thread MikeS

I've figured out where the error is.  Its in this tiddler:

http://mptw.tiddlyspot.com/#MptwTheme

Specifically, this code:


(updated 
by )



How do I manually add a space before the word "by"?

I've tried putting the 2 lines of code on one space, I've tried adding
a  , but nothing has worked yet.

I know this is really minor, but it will bother me until it's fixed.
If it's not fixed at the source, I'd at least like to fix it in my
personal TW.

thanks

On May 8, 11:19 am, MikeS  wrote:
> I started my TW by creating one at Tiddlyspot.com, using the MPTW
> package.
>
> So I went tohttp://mptw.tiddlyspot.com/in IE6 and it's having the
> same error there.
>
> Also, when IE6 is loading that webpage, the title bar briefly displays
>
> MPTW - tiddly wiki powered up (Error in macro <>) -
> Microsoft Internet Explorer
>
> So I think that is where the error is.  I am CCing Mr. Baird on this.
> Hopefully that is the correct thing to do (I'm still new around
> here)...
>
> Mike
>
> On May 8, 9:38 am, FND  wrote:
>
> > > This is about the timestamp below each tiddler.
> > >   (updated 6/5/09 by YourName)
>
> > Looks like you're using a customized ViewTemplate.
> > Can you provide a test case:
> >      http://www.tiddlywiki.org/wiki/Troubleshooting
>
> > -- 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: How to Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread pat toche

okay, I got it: updated the script, but anyhow I think the problem
was, rather, that:

I had incorrectly tagged ToggleRightSidebar with systemConfig

while it should have been tagged with script

silly me,

it works great now.

thanks again Eric.

Patrick.
--~--~-~--~~~---~--~~
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 Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread pat toche

><>

Oh great, much cleaner. When I stumbled upon the ToggleRightSidebar
script, I was under the impression that it had to be copy-pasted into
the relevant tiddler. The instructions said as much as far as I can
remember.

I cut the script into a ToggleRightSidebar tiddler: Now I get a funny
$1 appearing next to the toggle arrow, which is there because of this
line:


[tw] Re: TagglyTagging - producing tweakable tables intead of lists?!

2009-05-12 Thread Alex Hough
how about sortable and striped tables?

BTW i have been using on of FNDs work in progress plugins[1] with MPTW - is
is very good.

[1]http://svn.tiddlywiki.org/Trunk/contributors/FND/


2009/5/12 Simon Baird 

> It's a nice idea..
>
> On Mon, Mar 9, 2009 at 4:51 PM, Måns  wrote:
>
>>
>> Hi
>> Is there someone who kan tweak/hack Mr. Simon Bairds TagglyTagging
>> plugin to show numered tables instead of lists?
>> The sorting possibilities are great - and the ability to make groups
>> by details and sitemaps are very useable - maybe this should result in
>> several sortable tables??
>>
>> The reason why I need tables is because my teachercollegues need/want
>> printable and sortable tables with numbers of students for various
>> purposes.
>>
>> I personally think that the lists produced are sufficient - but I
>> recognize the need of tables - and I use fET to produce tables with
>> extra/empty fields for the printouts - I don't reckon that it would be
>> possible to add that feature + lists of tiddler data ... even if
>> someone made TaggyTaggingPlugin produce tables
>>
>> YS Måns Mårtensson
>>
>>
>
>
> --
> simon.ba...@gmail.com
>
> >
>


-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~-~--~~~---~--~~
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: Show text wikified in edit view

2009-05-12 Thread Dave Gifford

Worked like a charm after a good night's sleep. Wow, me learnin lots
today!

Dave

On May 11, 11:43 pm, Eric Shulman  wrote:
> > [[Foo]]
>
> When used in a template, the [[TiddlerName]] syntax actually inserts
> the content from the indicated tiddler into the template and then
> processes the template.
>
> The content in a template is HTML-format... not wiki-format.  Thus:
>     some wiki content 
> will handle the wiki content as simple HTML text, without applying the
> TW wikify() engine to it.
>
> What you want to do is to use the <> macro to actually
> *render* the tiddler content instead of simply inserting it, like
> this:
>
>    
>
> 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] Tweak PasswordOptionPlugin

2009-05-12 Thread MikeS

Anyone know how to tweak this plugin:

http://tiddlywiki.bidix.info/#PasswordOptionPlugin

What I'd like is for the checkbox and text "Save this password on this
computer" to be on a new line (separate from the password field)

My sidebar is wider than the default so this looks funny all on one
line.

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: How to Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread Eric Shulman

> including the ToggleRightSidebar I use in MainMenu.

There is no need to copy the contents from ToggleRightSidebar directly
into the MainMenu... just use:
   <>
to "transclude" the tiddler into your MainMenu.

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: TiddlyWeb install (was Re: Simple Multi-user Approach)

2009-05-12 Thread bengillies

Sorry, perhaps I should have been more clear.

First, you will need command line access to install tiddlyweb. This is
something that most hosting companies offer for a small extra charge,
but is something that (in my mind at least) is worth it.
Unfortunately, you're unlikely to succeed installing in installing
tiddlyweb without it. If you know your way around a command line in
Linux, then this might be a good idea, if you don't, then I'd probably
advise against it as its surprisingly easy to delete files that you
don't want to (if you're in the wrong folder for example).

So, assuming you have command line access, when I put "install virtual
python using site wide python", literally, save the virtual-python.py
file to the server somewhere, then from within the command line, go
the the folder you saved it in and type:

python virtual-python.py

that should install virtual python, to your home directory in a folder
called bin. The next step is to install easy_install, which is also a
text/.py file. When I say install underthe newly created version of
python, I mean instead of just running:

python ez-setup.py

you would go to the bin directory (that has just been created) in your
home directory and from within that, type:

./python ez-setup.py

assuming that you have put ez-setup.py in that directory as well. Note
that the "./" is the important bit and states that you want to use the
local copy of python.

Hope that helps somewhat.



Ben

On May 12, 3:32 am, skye riquelme  wrote:
> Hi Ben
>
> You instructions are clear...but I don´t understand them..
>
> when I go to the reference about creating a virtual python it
> days"Just download virtual-python.py and run it using the site-
> wide Python."...Now virtual-python.py is a text file...so it
> seems...what do I do with it?   How do I run "the site-wide
> Python" ...I don´t know where to look  for it.
>
> maybe to explain...my server is running on Linux and I have access to
> the files etc through the CPanel interface they supply (I am using
> Firefox as my browder needless to say)so, please little baby
> steps .please..
>
> And thanks for the offer to nurse me through this 
>
> Skye
>
> On 11 maio, 11:29, bengillies  wrote:
>
> > Hi Skye
>
> > I've tried to make my instructions as user friendly as possible (and
> > have just updated them in fact), so if you run into any problems
> > following them please let me know.
>
> > Thanks and good luck,
>
> > Ben
>
> > On May 11, 1:19 pm, skye riquelme  wrote:
>
> > > Hi again
>
> > > Cris, your response/challenge/offer inspired me to take another
> > > look..now I see that I am starting from way outfield !!!
>
> > > My desktop runs WindowsI can hear the shrieking from here !!
> > > And I used a hosted server  (more shrieking) that runs Linux
>
> > > Not a pretty situation.and yet I image a very VERY common
> > > situation.
>
> > > I will work through the suggestions of TonyChing (your webpage) and
> > > then the suggestions of Ben Giles...maybe it will all just happen
> > > somehow...
>
> > > Get back to you with later progress reports..
>
> > > Skye
>
> > > On 11 maio, 07:02, "cd...@peermore.com"  wrote:
>
> > > > On May 11, 2:03 am, skye riquelme  wrote:
>
> > > > > Still messing around with multi-user (small collaborative groups of 5
> > > > > to 12 people) use of TW. I haven´t had time to fully investigate
> > > > > ccTiddly, and TiddyWeb is way beyond meI can´t get to base one in
> > > > > the install instructions
>
> > > > TiddlyWeb being way beyond me is something I'd like to fix, but is
> > > > clearly something I need help with as my efforts thus far...
>
> > > > If people who have tried but stumbled with the instructions could get
> > > > together with people who have tried and made it I suspect we could
> > > > make the install instructions incrementally better until they were
> > > > spot on.
>
> > > > These days the most up to date install instructions are kept here:
>
> > > >    
> > > > http://tiddlyweb.peermore.com/wiki/#%5B%5BInstalling%20TiddlyWeb%5D%5D
>
> > > > Please comment there where with suggestions for improvement or
> > > > questions.
>
> > > > Thank you.
--~--~-~--~~~---~--~~
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 Copy SideMenu Elements to the MainMenu?

2009-05-12 Thread pat toche

I've managed to get the whole thing to work both online and offline,
and it looks pretty enough. The whole code, for the record, is below,
including the ToggleRightSidebar I use in MainMenu.

Note that to make the "download" and "upload" buttons work, I entered
my site id "mysiteid" as follows "http://mysiteid.tiddlyspot.com";, as
I couldn't get the more universal "http://"; + config.tiddlyspotSiteId
+ ".tiddlyspot.com" to work.

This question is now resolved, many thanks for your help,

Patrick.


/%
|Name|ToggleRightSidebar|
|Source|http://www.TiddlyTools.com/#ToggleRightSidebar|
|Version|2.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements and
[[Creative Commons Attribution-ShareAlike 2.5 License|http://
creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides||
|Description|show/hide right sidebar (MainMenu)|

Usage: <>

Config settings:
config.options.chkShowRightSidebar (true)
config.options.txtToggleRightSideBarLabelShow (◄)
config.options.txtToggleRightSideBarLabelHide (►)

%/
var co=config.options;
if (co.chkShowRightSidebar=='undefined') co.chkShowRightSidebar=true;
co.chkShowRightSidebar=!co.chkShowRightSidebar;
var sb=document.getElementById('sidebar'); if (!sb) return;
sb.style.display=co.chkShowRightSidebar?'block':'none';
document.getElementById
('displayArea').style.marginRight=co.chkShowRightSidebar?'':'1em';
saveOptionCookie('chkShowRightSidebar');
var labelShow=co.txtToggleRightSideBarLabelShow||'◄';
var labelHide=co.txtToggleRightSideBarLabelHide||'►';
if (typeof(place)!='undefined' && '$1'=='$'+'1') {
place.innerHTML=co.chkShowRightSidebar?labelHide:labelShow;
place.title=(co.chkShowRightSidebar?'hide':'show')+' right 
sidebar';
}
var sm=document.getElementById('storyMenu'); if (sm)
config.refreshers.content(sm);

var co=config.options;
if (co.chkShowRightSidebar=='undefined') co.chkShowRightSidebar=true;
var sb=document.getElementById('sidebar'); if (!sb) return;
sb.style.display=co.chkShowRightSidebar?'block':'none';
document.getElementById
('displayArea').style.marginRight=co.chkShowRightSidebar?'':'1em';
if ('$1'=='$'+'1') {
var labelShow=co.txtToggleRightSideBarLabelShow||'◄';
var labelHide=co.txtToggleRightSideBarLabelHide||'►';
place.lastChild.innerHTML=co.chkShowRightSidebar?
labelHide:labelShow;
place.lastChild.title=(co.chkShowRightSidebar?'hide':'show')+' 
right
sidebar';
}
 @@padding-left:5em;@@ @@padding-left:5em;@@ ''<>'' ''<>'' ''download'' ''<>'' ''>''

/%
The call to ''<>'' is associated with the
following settings in UploadPlugin (an edit of the Checkbox label)
config.macros.option.passwordCheckboxLabel == "save";
%/

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