[tw] Re: How to make Search case insensitive?

2009-02-04 Thread Kok-Jien

Hi there, wonder if i understand you question correctly,  I thought
you could simply uncheck the option Case sensitive-searching in the
advanced options?

to get there, at the sidebar options, you would see advanced option at
the bottom.

Regards,
KJ

On Feb 3, 8:55 pm, Chad scr...@gmail.com wrote:
 The search macro on my tiddlyspot site is case sensitive.  How do I
 change it to be insensitive?  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
-~--~~~~--~~--~--~---



button to enable/disable a preset group of realms

2009-02-04 Thread Praxis

Hi all,
I was wondering how I would go about adding a button that would...
enable a set of 'Realms' and disable a different set (the remaining
Realms)
For example, say I have 5 Realms, called 1, 2 ,3, 4, 5 for simplicity.
I want a button that when clicked would enable Realms 1  3, and
disable Realms 2, 4,  6
And maybe another button that does the opposite.
Both would enable/disable the set regardless of the current on/off
state of the Realms.

thanks
Praxis

MonkeyGTD Alpha 3

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

2009-02-04 Thread overett1

I'm using LoadTiddlersPlugin to ensure that the latest version of
plugins, macros, stylesheets etc are pulled in from a central
TiddlyWiki. When the updated tiddlers are incorporated into the wiki
it is not saved. As we have a number of users, ideally I'd like the
changes to be saved automatically so that only the first person to
open the wiki has the delay while the updates take place. Eric, would
this be something that can be incorporated as an option into the
plugin, or is there an easy change I can make?

Thanks

Jonathan
--~--~-~--~~~---~--~~
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: Mediawiki Revisited

2009-02-04 Thread FND

 how to import from the localhost?

That depends on how MediaWiki is set up - but entering the respective 
URL (e.g. http://localhost:8080/wiki/) and selecting server-type 
MediaWiki in the ImportTiddlers wizard should do the trick.


-- 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: Mediawiki Revisited

2009-02-04 Thread ybabel

WHAT ???
you mean we can import MediaWiki in a (huge) TiddlyWiki  just like
that 
wow this is extraodinnary.
I want to try that.
Does it work with the online mediawiki or only a local version ?

On 4 fév, 14:36, FND f...@gmx.net wrote:
  how to import from the localhost?

 That depends on how MediaWiki is set up - but entering the respective
 URL (e.g.http://localhost:8080/wiki/) and selecting server-type
 MediaWiki in the ImportTiddlers wizard should do the trick.

 -- 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: Mediawiki Revisited

2009-02-04 Thread FND

 you mean we can import MediaWiki in a (huge) TiddlyWiki  just like
 that 

Yes - that's the power of adaptors:
 http://www.tiddlywiki.org/wiki/Server_Adaptor_Mechanism
(Note that MediaWiki is the wiki engine which Wikipedia uses. The two 
are often confused.)

 I want to try that.
 Does it work with the online mediawiki or only a local version ?

It should work with any site using (a more or less recent version of) 
MediaWiki.
All you have to do is import the adaptor and the formatter, then you can 
choose MediaWiki as server type in the ImportTiddlers wizard.


-- 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] yet another question about linking to other tiddlers from within tiddlers.

2009-02-04 Thread aspirant

Hello TiddlyCommunity,

I'm trying to create a link inside of a tiddler, that refers to
another tiddler in the same tiddlywiki, and opens that tiddly in the
same tiddlywiki. From what I can tell, permalinks aren't capable of
this and always open the tiddler in another browser window.

I've searched the forums and found this code in a thread but it
doesn't work. It creates the link but does nothing when clicked.

html
a href=javascript:;
onClick=displayTiddler(this,'Mushrooms',2)View Mushrooms Tiddler/
a
/html

Mushrooms is the name of the tiddler I'm trying to open. And yes I've
installed the InlineJavascriptPlugin, which I'm pretty sure is working
(at least w/ sample code from Eric's site).

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: identify largest or smallest changecount within a category?

2009-02-04 Thread FND

 identifying the largest (or smallest) changecount
 value for the tiddlers within each category and then perhaps appending
 the value to the end of the category

Try this:
---
forEachTiddler
 script '
 function getActivity(category) {
 var tiddlers = store.getTaggedTiddlers(category);
 var changecounts = tiddlers.map(function(itm, i, arr) {
 var c = itm.fields.changecount;
 console.log(c ? parseInt(c, 10) : 0, itm);
 return c ? parseInt(c, 10) : 0;
 });
 return Math.max.apply(Math, changecounts);
 }
 '
 write 'tiddler.title +  ( + getActivity(tiddler.title) + )\n'
 
---

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: yet another question about linking to other tiddlers from within tiddlers.

2009-02-04 Thread Eric Shulman

 I'm trying to create a link inside of a tiddler, that refers to
 another tiddler in the same tiddlywiki, and opens that tiddly in the
 same tiddlywiki. From what I can tell, permalinks aren't capable of
 this and always open the tiddler in another browser window.

Whenver a WikiWord (camel-cased text) occurs in your content it is
automatically treated as a link to a tiddler.  If you want to link to
a tiddler whose name isn't a WikiWord (e.g., it contains spaces or
isn't 'camel-cased') , then you can create a TiddlyLink simply by
enclosing the title in double square-brackets, like this:
   [[Title with spaces in it]]
or this:
   [[nonwikiword]]

and... if you want to display text that is different from the linked
tiddler title, you can use a PrettyTiddlyLink:
   [[text to show|Title of Tiddler]]

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: yet another question about linking to other tiddlers from within tiddlers.

2009-02-04 Thread aspirant

Good grief... I'm newish to wiki's in general and here it shows.

But yet again, TiddlyWiki proves to be more elegant than my general
expectations for software.

Thanks Eric,
Josh

On Feb 4, 9:40 am, Eric Shulman elsdes...@gmail.com wrote:
  I'm trying to create a link inside of a tiddler, that refers to
  another tiddler in the same tiddlywiki, and opens that tiddly in the
  same tiddlywiki. From what I can tell, permalinks aren't capable of
  this and always open the tiddler in another browser window.

 Whenver a WikiWord (camel-cased text) occurs in your content it is
 automatically treated as a link to a tiddler.  If you want to link to
 a tiddler whose name isn't a WikiWord (e.g., it contains spaces or
 isn't 'camel-cased') , then you can create a TiddlyLink simply by
 enclosing the title in double square-brackets, like this:
    [[Title with spaces in it]]
 or this:
    [[nonwikiword]]

 and... if you want to display text that is different from the linked
 tiddler title, you can use a PrettyTiddlyLink:
    [[text to show|Title of Tiddler]]

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

2009-02-04 Thread Eric Weir


Does TiddlyWiki work well on Camino?

Thanks,
-
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net





--~--~-~--~~~---~--~~
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: identify largest or smallest changecount within a category?

2009-02-04 Thread vaiek

  identifying the largest (or smallest) changecount
  value for the tiddlers within each category and then perhaps appending
  the value to the end of the category

 Try this:
 ---
 forEachTiddler
      script '
          function getActivity(category) {
              var tiddlers = store.getTaggedTiddlers(category);
              var changecounts = tiddlers.map(function(itm, i, arr) {
                  var c = itm.fields.changecount;
                  console.log(c ? parseInt(c, 10) : 0, itm);
                  return c ? parseInt(c, 10) : 0;
              });
              return Math.max.apply(Math, changecounts);
          }
      '
      write 'tiddler.title +  ( + getActivity(tiddler.title) + )\n'
  
 ---

Wonderful.  Exactly what I wanted.  Thank you very much.

-Eric


 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: Scale pictures in TiddlySpot

2009-02-04 Thread Círdan

Thanks for the advice!

However, importing your picture plugin doesn't seem to work. Sorry,
I'm a complete geek according to html, but at step 4 the importing
(from url) stops. I work with Firefox 3.01, and don't have the Firebug-
plugin (which may interfere with importing plugins). Maybe working on
a netwerk may cause problems?

Greetz,

Roel


 http://www.TiddlyTools.com/#ImageSizePlugin

 extends the TW core's [img[file.jpg]] syntax to permit specification
 of width and height values, like this:
    [img(width,height)[file.jpg]]
 where 'width' and 'height' are both CSS measurements (using em, px,
 in, cm, or %)

 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: identify largest or smallest changecount within a category?

2009-02-04 Thread FND

 console.log(c ? parseInt(c, 10) : 0, itm);

That line's a debugging remnant - it's not supposed to be in there.


-- 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 make Search case insensitive?

2009-02-04 Thread FND

 you could simply uncheck the option Case sensitive-searching in the
 advanced options?

Indeed, it's already built in (also accessible via CaseSensitiveSearch 
in the sidebar's Options slider).
I must admit, I'd almost forgotten about that option myself...

FWIW, you could also use the RegExpSearch option, though that might lead 
to unexpected results if you're not familiar with regular expressions.
Also, there are a few plugins to provide more advanced functionality:
  http://www.tiddlywiki.org/wiki/Enhanced_Search

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: Mediawiki Revisited

2009-02-04 Thread Terry

It should work with any site using (a more or less recent version of)
MediaWiki.

I wouldn't try it with Wikipedia, though.

On Feb 4, 9:01 am, ybabel yba...@ideia.fr wrote:
 WHAT ???
 you mean we can import MediaWiki in a (huge) TiddlyWiki  just like
 that 
 wow this is extraodinnary.
 I want to try that.
 Does it work with the online mediawiki or only a local version ?

 On 4 fév, 14:36, FND f...@gmx.net wrote:

   how to import from the localhost?

  That depends on how MediaWiki is set up - but entering the respective
  URL (e.g.http://localhost:8080/wiki/) and selecting server-type
  MediaWiki in the ImportTiddlers wizard should do the trick.

  -- 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] Message Area

2009-02-04 Thread Terry

Got a new one, unrelated to my fun with mediawiki -

For some reason, I've now got a message area popping up every time
Tiddlywiki does anything.  When I open it, I get a message box with a
list of a dozen or so messages:

wikify:SiteTitle in 2 ms
wikify:SiteSubtitle in 0 ms
wikify:SiteTitle in 1 ms
wikify:SiteSubtitle in 0 ms
wikify:MainMenu in 33 ms
wikify:How To... in 2 ms
wikify:Notes For Terry in 18 ms
wikify:SiteTitle in 1 ms
wikify:SiteSubtitle in 1 ms
wikify:SiteTitle in 1 ms
wikify:SiteSubtitle in 1 ms
wikify:MainMenu in 35 ms
LoadShadows 9 ms
LoadFromDiv 127 ms
LoadPlugins 6 ms
Notify 203 ms
Restart 272 ms
Macro init 0 ms
Total: 631 ms


The only changes I've made lately have been to tags.  Anyone have any
ideas what's going on with my message area?
--~--~-~--~~~---~--~~
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: Message Area

2009-02-04 Thread FND

 For some reason, I've now got a message area popping up every time
 Tiddlywiki does anything.

Sounds like you have the chkDisplayInstrumentation option activated - 
not sure how that might have happened; perhaps a plugin?

Either way, you should be able to deactivate it via AdvancedOptions 
(also accessible via Backstage  Tweak) - make sure to select Show 
unknown options there.


-- 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] New Line is replaced with n

2009-02-04 Thread JRusch

Today I opened up my tiddlywiki page and everything was normal.  I
went through and edited some of my tiddlers as well as creating new
ones.  All of the formatting appeared fine until I went back to the
page later and all of the line breaks have been removed and replaced
with the letter n.  What is going on?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---