[tw] TiddlyWiki Users/Developers/Enthusiasts in SF Bay Area?

2017-04-09 Thread Shankar

I am trying to see how many people interested in TiddlyWiki one way or the 
other are in SF Bay Area - from mere "I use it once in a while" to  hard 
core developers and everyone in between.

I am trying to gauge interest in meeting sporadically to exchange ideas, 
help each other beyond this forum.  It is too preliminary to say whether 
that will materialize.  But I have off and on thought about it.

It is hard to believe someone has not thought of this.  So is it that there 
aren't that many of us here - I am not sure.

Please respond to this note, if you think you might be interested.

Thanks!

Cheers; 'best,
shankar swamy

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/90f059b7-2a29-4914-af3e-e2ab8618eacb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TWC: How to save a tiddler as a separate text file?

2016-02-26 Thread Shankar

I would like to save the contents of a tiddler as a separate file.  I am 
exclusive to Firefox (with Tiddlyfox).  So it does not have to be a 
cross-functional solution.  Fine, as long as it works with Firefox.

Is there a way of doing it?

What I would like to save separately is a JSON file. It is generated inside 
Tiddly by a script.  There are times when I use a Python program to process 
the JSON file.  So it would be convenient if I could directly save it as a 
separate JSON file without having to cut-and-paste every time.  'SaveAs' 
does not seem to work.

Thanks.

Cheers; 'best,
shankar

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8282c764-9a8e-4dff-9da5-868e832c73c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki5 (TW5) Copying an existing site to my site in tiddlyspot.com

2016-02-22 Thread shankar rajan
Thank you Tobias, It works great :)

On Monday, 22 February 2016 22:18:35 UTC+5:30, Tobias Beer wrote:
>
> To use TW5 on TiddlySpot, see:
>
> http://tobibeer.github.io/tb5/#TiddlySpot
>
> Best wishes,
>
> Tobias. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2d5a2064-55cf-46e0-869c-4660e2ac40d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyWiki5 (TW5) Copying an existing site to my site in tiddlyspot.com

2016-02-22 Thread shankar rajan
How do I create a site as customized as http://tongerner.tiddlyspot.com/ or 
http://tw5custom.tiddlyspot.com/

When I create a site, its so basic (http://shank.tiddlyspot.com/), and 
there is no way to add shadow tiddlers. 

The shadow tiddlers do not have shadow symbol in their titles, where as the 
above links contain them (They behave exactly like tiddlywiki)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19b28038-11bd-493e-b1a8-04f61bc87dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TWC: Sending a tiddler to pdf directly?

2016-01-11 Thread Shankar


Is there a way to send a tiddler pdf directly.  Here is the problem I am 
trying to solve:

I have a dynamically created table with each cell displaying a JPG file.  
The table itself is created by a JavaScript in real time and rendered as a 
tiddler.   Right now, to accomplish what I need, I will have to use the 
browser's print button and save it as a pdf.  

I am wondering if there is a way I can add additional JavaScript code so 
that when I create the table, instead of displaying it, I can directly 
print to pdf.

Thanks for your time and help!

Cheers; 'best,
shankar

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/847642b8-14d6-498b-9274-d28813e1454d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWC: Sending a tiddler to pdf directly?

2016-01-11 Thread Shankar

I reached over to here too fast :-(

A more elaborate Internet search revealed: window.print()  command which is 
more or less what I wanted.

Thanks.

Cheers; 'best,
shankar

On Monday, January 11, 2016 at 2:48:29 PM UTC-8, Shankar wrote:
>
>
>
> Is there a way to send a tiddler pdf directly.  Here is the problem I am 
> trying to solve:
>
> I have a dynamically created table with each cell displaying a JPG file.  
> The table itself is created by a JavaScript in real time and rendered as a 
> tiddler.   Right now, to accomplish what I need, I will have to use the 
> browser's print button and save it as a pdf.  
>
> I am wondering if there is a way I can add additional JavaScript code so 
> that when I create the table, instead of displaying it, I can directly 
> print to pdf.
>
> Thanks for your time and help!
>
> Cheers; 'best,
> shankar
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f0de76b6-0a05-4daf-8e56-1fd8b51a1e73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] How to display local .txt file (no iframe)

2015-04-11 Thread Shankar
Try putting it under 

{{{
contents of your .m file goes here ...
}}}

Two caveats:  1. I likely missed your question - this is too trivial a 
solution, 2. it is possible that the {{{  }}} is a concoction I might 
have whipped up.  I have been using and customizing Tiddly Wiki (Classic) 
for so long now, I no longer can distinguish between what came 
pre-packaged, what came with Eric Shulman's help, what I came up with!  But 
this seems a relatively simple fix, if the above does not work - get back 
here.
Cheers; 'best,
shankar

On Friday, April 10, 2015 at 12:18:38 AM UTC-7, julien23 wrote:

 Hi all

 I would like to display in line .m file

 For now I am doing this with iframe :

 [[ScoreCalculation14.m]]

 !Description
 htmliframe src=..\satt_prop14_dev\matlab\ScoreCalculation14.m 
 frameborder=0 width=100% height=1100/iframe/html

 !type
 application
 !file
 ..\satt_prop14_dev\matlab\ScoreCalculation14.m

 !Link
 tiddler templateNewFileLink with: {{tiddler.title}}


 But it is not satisfying : I have to adjust manually the height, text does 
 not wrap ...

 I have InlineJavascriptPlugin activated
 I have tried several script but I end to nothing.

 Could you please help me ?

 Regards

 JBo




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/58584cf2-03cf-43e4-8b2b-2094acdb0c3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWC: Quesiton/Help - Reading Tiddlers via Python

2015-02-17 Thread Shankar
I saw that.  Unfortunately, I could not figure out how to make it work.  
They all seem to be HTML documents but all have a .py suffixes.  Not sure 
what to make of it. :-(
Cheers; 'best,
shankar

On Tuesday, February 17, 2015 at 2:08:27 AM UTC-8, Neil Griffin wrote:

 Hi Shankar,

 Try searching the group / the web for 'TiddlyPy'.  I don't know anything 
 about what it does or how good it is, so you'll need to investigate.

 There is a Github page here:
 https://github.com/FND/tiddlywiki-svn-mirror/tree/master/tools/TiddlyPy 

 Best wishes,

 Neil.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TWC: Quesiton/Help - Reading Tiddlers via Python

2015-02-16 Thread Shankar

Does anyone know of a way of reading a Tiddly file and reading the tiddlers 
in TWC?  I noticed by searching the group someone has a similar tool for 
TW5.  Do you know either a tool or could someone knowledgeable enough on TW 
explain to me the way to do it, please.

Thanks.

Cheers; 'best,
shankar

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TWC: Tiddler Specific CSS Style - Help/Question

2014-04-01 Thread Shankar

Hello,

I vaguely remember there is a way to specify CSS style inside a tiddler - 
NOT @@color(#00FF); some text here @@.  That change would be effective only 
within that tiddler.

I would like to specify all  *.tiddlyLinkExisting* in one color and 
*.tiddlyLinkNonExisting* in another color, inside a particular tiddler.  
And these colors are different from the all others used for the same 
outside of this tiddler.

Does someone know a way of doing this, please.

Thanks!

Cheers; 'best,
shankar swamy

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] include external tiddler ??

2014-02-16 Thread Shankar

Are you looking for this, by any chance:

At the top of your story tiddler you say:
tiddler My Characters
where My Characters is the tiddler that has your character info.  This 
will insert the contents of My Characters at the location of the 
tiddler My Characters statement.  If it is MyCharacters instead of 
My Characters then double quotes are reduncant, I think.

If you want My Characters to appear as a link instead, then you say: 
[[Link to My Characters| MyCharacters]].

Not sure this what you were asking.  But just in case you were ...

- shankar


On Sunday, February 16, 2014 5:13:07 AM UTC-8, Anton Aylward wrote:

 I'm trying to write a wiki using tiddlywiki for writing stories.

 The sources (and software packages) tell me to create 'card index files' 
 for characters, locations.
 Note relevant details, so you can be consistent.  
 Easy to do with a wiki, eh?

 Lots of room for forms, templates, cross links and structuring.

 I'm doing all that after some false starts that tried out ideas.

 But one thing I haven't figured out ...

 The stories are a collection of short stories involving the same 
 characters, same village.
 For various reasons I don't want to do all the stories in one huge 
 tiddlywiki.
 But the same characters and same locations crop up since this is a small 
 community and small setting (village).

 I realize I could simply copy a prior tiddlywiki file for a new story, 
 delete the storyline but keep the characters etc.
 That seems clunky, especially if I revise any of that 'baseline'.  Having 
 to copy back and to the other tiddlywiki files.

 So I'm wondering if there is a way to have a 'master' version and then 
 have each subsequent story tiddlywiki have the tiddlers for the characters 
 etc to refer back to that, somehow mount the master inside each story 
 wiki?

 I know this seems strange but I really don't want all the copying back and 
 forth to keep things consistent.
 Such seems to defeat the whole purpose of doing this on the computer with 
 a wiki.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] newTiddler failing on installing TiddlyFox - any thoughts on how to debug this or what might be happenning, please?

2013-10-19 Thread Shankar

I have a group of about a dozen TiddlyWiki files - each I use as a personal 
notebook.  Here are the details:

OS: Windows 7/64.
Browser: Firefox 23.0 and Firefox Portable 11.2.
TiddlyWIki Version:  TiddlyWiki, major: 2, minor: 6, revision: 2, date: 
new Date(Jan 6, 2011)

I noticed that when I invoke newTiddler now nothing happens.  However, 
I can open a existing tiddler and change it and save the changes.  This is 
true of all of the separate tiddly files I have - some of which have not 
changed in months.

I have far too many plugins/macros to list; but none of them have changed 
in last year or so.  Going by the time stamps, some of the files have not 
changed in months and

Only change that has happened that is common to all the tiddly files I have 
is that I upgraded Firefox and installed TiddlyFox for the first time 
(earlier version was so old that it did not require the plugin).

I am out of ideas on how to debug this and still figuring out where to 
start from.  In the meantime, if you have some ideas about how I can debug 
this, I would appreciate it.

Thanks.

Cheers; 'best,
shankar swamy

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: newTiddler failing on installing TiddlyFox - any thoughts on how to debug this or what might be happenning, please?

2013-10-19 Thread Shankar

Since I posted the above, I was able to restore the older version of 
Firefox that I was using before the recent upgrade.  From that I have been 
able to establish that is not my Tiddlywiki - it is either the Firefox or 
the TiddlyFox or the combination that is crippling the functionality.

I am wondering if it is possible that any of the macros I have written 
(over the years) or the customizations I have done might interfere with 
TiddlyFox.  Does anyone know if that is a possibility (though I doubt it 
highly)?  In the unlikely event that some customizations could interfere 
with TiddlyFox, what is the way to debug it?

Thanks.

Cheers; 'best,
shankar 

On Saturday, October 19, 2013 8:57:51 AM UTC-7, Shankar wrote:


 I have a group of about a dozen TiddlyWiki files - each I use as a 
 personal notebook.  Here are the details:

 ...


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: newTiddler failing on installing TiddlyFox - any thoughts on how to debug this or what might be happenning, please?

2013-10-19 Thread Shankar

It is my issue; and due a bug I had introduced.  The bug showed itself now 
due to current versions of Firefox no longer supporting the security 
manager.  

I had hacked the Tiddly so that every time I create a new tiddler, the name 
of the tiddler is automatically copied to the clipboard.  The code runs 
something like:

try {
mySysClip = 
Components.classes[myId].getService(Components.interfaces.nsIClipboardHelper);

netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
mySysClip.copyString(title);
}
 catch( err ) {
 alert(Error in copying to clipboard:  + err);
 }

Except that I had the first line outside the try block :-(  and that failed 
with the new version of Firefox as Firefox no longer allows enabling 
previlege - I found out today.

The code to write to clipboard was given to by Eric Shulman years ago; but 
the bug was introduced by me.

To fix this, I have to make a small extension - one of these days, 
hopefully.

Thanks Eric and Arc for your help in figuring this out.

Cheers; 'best,
shankar swamy

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Help: Auto-generating tiddlers with date, time of creation as titles - take 2

2011-08-21 Thread Shankar
This is take-2 of my question.  In response to my previous question,
Eric Shulman suggested the following tiddler:

newJournal title:0MM0DD_0hh0mm tag:  'Note' 'journal' 

This creates a new tiddler with its title generated from date and time
of creation of the tiddler.  This works (per Eric) because the
'newJournal' tiddler evaluates the 0MM0DD and 0hh0mm during its
execution.

I have to make two modifications to this: I would like a button that,
when clicked prompts for the title of the tiddler to be created.  In
the popup box that shows up, the first part of the tiddler name should
be filled up with the 0MM0DD_0hh0mm_ string.  With this, for
example, the user will create a tiddler with title:
20110830_2330_MyName but have to fill out explicitly only the MyName
part.  The rest is already filled out in the dialog box.

Second, I would like the date of creation to be added to the tag
field.

If you have some thoughts on how to accomplish these tasks, I would
appreciate your help.

Thanks.

Cheers; 'best,
shankar swamy

-- 
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] Help: Auto-creating tiddlers with date, time of creation as titles ...

2011-08-19 Thread Shankar

I would like to create a button that would create a tiddler with the
title in the following format:

MMDD_HH:MM
with the time, date corresponding to the time of creation.

I need the month two be always in two digits - as in '08' for August,
for example, and time to be in  24-hour format as in '13' for 1:00 PM,
for example.

I am not able to get the month in two digit format, and time in 24
format with just hours and minutes.

If you have some thoughts, please let me know.

Thanks.

Cheers; 'best,
shankar

-- 
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] Help with adding new markup

2011-07-15 Thread Shankar
Hello,

I am trying to add a new markup called quote, to my stylesheet:

.quote {display: inline-block;  background:
[[ColorPalette::PrimaryB]];
}
.quote:before, .quote:after {
  background: [[ColorPalette::PrimaryB]];
  color: [[ColorPalette::SecondaryD]];
  font-weight: bold;
  content: \
}

With that defined, the following works as expected:
{quote{This is supposed to be quoted.}}}

But the following will not:
{quote{{ !!This is supposed to be in bold face and quoted.}}}

The browser does not parse the !! directive, and just considers that
as part of the text and renders it as:
!!This is supposed to be in bold face and quoted.

If you have some thoughts on how to fix the latter issue, I would
appreciate it.

Thanks.

Cheers; 'best,

shankar swamy

-- 
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: Apostrophe symbol in the tiddler name - is there a work around?

2011-02-14 Thread Shankar


 Hi Shankar. I can't replicate your bug. My tiddlywiki seems to cope
 fine with an apostrophe in the title.
 What version of TW are you using?
 Are you getting the bug when using the newTiddler button/macro or just
 when using an alternative plugin?

 Colm

I am using:
title: TiddlyWiki, major: 2, minor: 6, revision: 2, date: new
Date(Jan 6, 2011), extensions: {}.

It happens when I try to save the tiddler for the first time - it
seems to get into some type of infinite loop somewhere.

That you are not seeing it in the vanilla version makes me wonder if
it is coming from the TidIDEPlugin plugin I am using - I will check it
out.

Thanks.

Cheers; 'best,

shankar swamy

-- 
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: Advanced use of cookies online

2011-01-17 Thread Shankar


On Jan 17, 6:20 am, PMario pmari...@gmail.com wrote:
 On Jan 17, 7:36 am, Shankar shankar.sw...@gmail.com wrote: Thanks, PMario. 
  I am lost here - in the backstage area I don't see
  any cookies. Could you help me with some more specifics here, please.

 It's the backstage: tweak tab.

 Everything that is listed, are core cookies.
 Everything that is shown if you check Show unknown options is
 brought in with plugins. You have to read the plugins descriptions to
 get more info. Since the core doesn't know them, there is no
 description.

 hope this helps
 mario

Hmm ... my version shows a list of tiddlers, when I activate
backstage:tweak tab!  I will see if I can use of Eric's plugins and
extract all the cookies and move them to the SystemSettings.  It does
makes me wonder how I am not seeing the cookies there - which would be
more useful.

Thanks!

Cheers; 'best,

shankar swamy

-- 
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: Advanced use of cookies online

2011-01-16 Thread Shankar


On Jan 15, 1:28 pm, PMario pmari...@gmail.com wrote:


 There is a new tiddler named SystemSettings, with TW version 2.6.2,
 which holds persistent cookies.
 If someone changes the config.options.txtTheme _and_ txtTheme is
 persistent allready, it will be saved back to the SystemSettings
 tiddler. So there is no need to have your own txtTWMySiteTheme
 anymore. Do __not__ tag SystemSettings with systemConfig



Hmm, I upgraded just now to 2.6.2 to get the SystemSettings features -
and I don't see that tiddler in the upgraded version.  Do I need to
enable it somewhere/somehow or will it automatically create the
SystemSettings tiddler for me?

Thanks!

Cheers; 'best,

shankar

-- 
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: Advanced use of cookies online

2011-01-16 Thread Shankar



 Just create it.

 At the backstage see the chkABC or txtABC cookies for the right
 spelling and set them in SystemSettings like

 txtTheme : myThemeName
 chkABC : true  or false


Thanks, PMario.  I am lost here - in the backstage area I don't see
any cookies. Could you help me with some more specifics here, please.

Thanks!

Cheers; 'best,

shankar swamy

-- 
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: Cookies written/used by TiddlyWiki

2010-12-21 Thread Shankar


On Dec 21, 2:16 am, rakugo jdlrob...@gmail.com wrote:
 The persistent options are explained 
 in:http://www.tiddlywiki.com/beta/#PersistentOptions

 I should add the beta has been on TiddlySpace.com for a while now, and
 appears to be relatively stable.

 Jon

Thanks Eric, Colm, and Jon.

I upgraded to beta mentioned, but 'am  not very sure of the following:

1.  After upgrade, I don't see a SystemSettings tiddler - do I need to
create it explicitly?  And if yes, does it need to be tagged with any
specific tags?

2.  How do I export the current settings to work with it - is there a
way to export it to the SystemSettings auto-magically or it is a
manual export?

Thanks!

Cheers; 'best,

shankar swamy

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



[tw] Problem with ToggleTiddlersBar

2010-12-20 Thread Shankar
Use ToggleTiddlersBar to toggle the tiddlers bar as follows:

tiddler ToggleTiddlersBar with: #926; [[dummyTiddler]]

It gives me the #926; character for an icon, and when I click on
that it toggles the tiddlers bar.  It had worked fine for months and
now all of a sudden it started mis-behaving.

Instead of the #926; icon,now I get a check box with the message:
Select/de-select the check box and close to toggle between tabbed and
sequential display modes.  (The functionality is not affected.)

I have not KNOWINGLY changed anything to revert back to.

If you have some insight into how I can restore the original working
of this, I would appreciate it.

Thanks for suggestions you may have.

Cheers; 'best,

shankar swamy

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



[tw] Re: Problem with ToggleTiddlersBar

2010-12-20 Thread Shankar


On Dec 20, 2:27 pm, Måns humam...@gmail.com wrote:
 Hi Shankar

  I have not KNOWINGLY changed anything to revert back to.

  If you have some insight into how I can restore the original working
  of this, I would appreciate it.

 It seems like you have the ToggleTiddlersBar (script) activated. (Can
 be found here:http://twt-treeview.tiddlyspot.com/#ToggleTiddlersBar)
 Use PMario's ToggleTiddlersBar instead (its a 
 transclusion):http://a-pm.tiddlyspot.com/#ToggleTiddlersBar

 Cheers Måns Mårtensson

Mans, Thanks!  That exactly was the issue - couldn't have figured it
in any reasonable time; didn't even know there were two of those! :-(

Cheers; 'best,

shankar

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



[tw] Question: Changing the tooltip font size?

2010-11-17 Thread Shankar

Hello,

Is there a way to change the size of the fonts used for tooltip
text?   In particular, I am interested in increasing the font size of
the tooltip text displayed in:

 [img[tooltip|path/to/filename.jpg][path/to/filename.jpg]]

Thanks!

Cheers; 'best,

shankar swamy

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



[tw] Question/Help: Continuing numbering across tiddlers

2010-10-06 Thread Shankar
Hello,

I have the following in MyTiddler-A:

# Item-1
# item-2
tiddler MyTiddler-B

And, MyTiddler-B looks like this:

# item-3
# item-4

Now, when I render MyTiddler-A, what we see is this:

1. Item-1
2. Item-2
1. Item-3
2. Item-4

Is there a way I would like to make it render them serially numbered
from 1 through 4?

Items in both tiddlers grow independently and hence hard-coding the
numbers is not an option.

If you have some ideas on how to make this work, please let me know.

Thanks!

Cheers; 'best,

shankar

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



[tw] Re: Question/Help: Continuing numbering across tiddlers

2010-10-06 Thread Shankar


On Oct 6, 11:43 am, Tobias Beer beertob...@googlemail.com wrote:
 What's the idea behind having those items numbered? Are those numbers
 really important?

They are ordered lists being filled in random orders.

To make it simple, let us say they contain words in dictionary order.
First list has letters A-M and the second list has N-Z.  The words are
populated in random orders - so I am relying on the hash sign in front
of the words in order that when I enter a word in the middle of the
list they are numbered right in the rendering.

Sometimes I need to look at only the first list and at other times, I
need to look at both first and the second lists together.  And, for my
use both the dictionary order of words and the exact counts of the
words the list are very important.

 Because if they are, then using the hash sign
 doesn't seem to cut it as the numbers may arbitrarily shift.

I guess I have to see how I can bend the problem to fit the
tiddlywiki's capabilities :-) :-( ... I have integrated tiddlywiki in
my work for so long - nearly five years now - I am tied to it now!
(And, I very rarely, if ever have run into issues like this - so I
would not complain!)

Thanks for looking at it.

Cheers; 'best,

shankar

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



[tw] disappearing sidebar tabs

2010-09-18 Thread Shankar

Hello,

I noticed that when I open my TiddlyWiki file in another browser,
sporadically, the tabs in the sidebar just don't show up!

All browsers involved are FireFox.  Normally I run FireFox from my USB
drive and it works consistently fine.  Sometimes I run on machines
which are 32-bit systems and at such times, I can't run the browser in
my USB drive.  So I have rely on what the system gives.  They are
always FireFox (likely different versions) and I start running into
this issue.

It works fine when I open it from a browser on my machine.  Is it
related to some cookie being set/not set?

When it decides to not show up, how do I make it appear - is there a
macro that I can execute to make it appear?

Thanks for your help.

Cheers; 'best,

shankar

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



[tw] Re: Help, please: clickify

2010-09-13 Thread Shankar

Thanks everyone, for your responses.

The solution suggested by Måns Mårtensson was the one I liked the most
and used that.

Thanks for your help.

Cheers; 'best,

shankar

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



[tw] Help, please: clickify

2010-09-12 Thread Shankar
I have a tiddler that contains the following contents:

clickify newTiddler title:{{prompt('enter a title','Anonymous
Notes')}} tag: 'aaTag' text:'{{c1{Title:

}}}

{{c2{Main Idea:
}}}


'

When I click on the tiddler, I would like a tiddler with the name
entered to the prompt to be created with the text exactly as shown
above with line breaks etc.

I am getting an error in the macro.  clickify probably does not like
the contents split into lines as I have done.

Could someone suggest a work around please!

Thanks for your help.

Cheers; 'best,

shankar swamy

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



[tw] jsMath problem

2010-08-24 Thread Shankar
I installed the jsMath plugin and installed the jsMath package in the
same folder as the tiddlyWiki file.  When I reload the file, I just
get a plain page with nothing on the page.  Everything including the
site title, subtitle etc have disappeared giving me a blank page.

What I did was:

1. Imported jsMath plugin from http://bob.mcelrath.org/tiddlyjsmath-2.0.3.html
2. Downloaded and unpacked jsMath-3.6e to the same folder and renamed
the folder jsMath-3.6e to jsMath.

Is there anything else I need to do to get this working.

Thanks!

Cheers; 'best,

shankar swamy

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



[tw] Re: Bar/Pie/Line Charts in TiddlyWiki using g.raphael

2010-08-15 Thread Shankar


On Aug 14, 8:29 am, rakugo jdlrob...@gmail.com wrote:
 Okay, I was in a bit of a rush this morning and it seems I wasn't
 complete with my solution.
 Now I assure you it is fixed.. there is **no need** for those data
 tiddlers.
 Please update to the latest 
 versionhttp://charts.tiddlyspace.com/#TiddlyChartsPlugin
 of 0.6.3 and all your problems will go away ;-)

 Jon

Yes, I have confirmed that it works now!

Thanks!

Cheers; 'best,

shankar

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



[tw] Re: Bar/Pie/Line Charts in TiddlyWiki using g.raphael

2010-08-15 Thread Shankar



 Yes, I have confirmed that it works now!

 Thanks!

 Cheers; 'best,

 shankar

And, there seems to be a problem with LineChart. I am seeing the
message:

   1. Error while executing macro LineChart:
   2. ReferenceError: dataSource is not defined.

Cheers; 'best,

shankar

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



[tw] Re: Syntax for showing icons instead of tiddler names

2010-07-27 Thread Shankar


On Jul 26, 9:25 am, Eric Shulman elsdes...@gmail.com wrote:
  What is the way to display NewIcon.svg instead of the words New
  Tiddler - if that is possible, please?

 http://www.tiddlytools.com/#SetIconPluginhttp://www.tiddlytools.com/#SetIconPluginInfo

 For your purposes:

 newTiddler ...setIcon URL

  And, if that works, what the way to integrate the icon into the tiddly
 -e

Eric,

Thanks - that worked, for most part.

I am noticing that it is not working with *.svg files.  It works
seamlessly with *.png, *.jpg files.  And I did not see any examples of
the plugin working with *.svg either.  Is it not supposed to work with
*.svg?

I am using FireFox and when I open the *.svg files in it, they display
fine.

Thanks!

Cheers; 'best,

shankar

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



[tw] Syntax for showing icons instead of tiddler names

2010-07-25 Thread Shankar

Hello!

Part of my SiteSubtitle tiddler looks like:
newTiddler title: 'New Tiddler' tag: 'aaTag'
which will be displayed as New Tiddler in the browser.  I would like
to see this displayed by a icon instead.  I have a suitable *.svg icon
called NewIcon.svg for that.

What is the way to display NewIcon.svg instead of the words New
Tiddler - if that is possible, please?

And, if that works, what the way to integrate the icon into the tiddly
file itself - though that is not that critical for me right now.

Thanks for your time and help!

Cheers; 'best,

shankar swamy

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



[tw] Re: Changing the default for non-existent tiddlers

2010-05-28 Thread Shankar


On May 27, 10:53 pm, Eric Shulman elsdes...@gmail.com wrote:


 I think it should be reasonable easy to hook the necessary logic into
 the 'onclick' handler for the tiddler link... gimme a bit to look into
 it and I might have a quick code-based solution for you

 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

Eric, thanks for your gracious response and offer.

What I had in mind for the 'onclick' handler was, when I click on
MyTiddlerLink:

if( MyTiddlerLink tiddler exists )
{
   open the tiddler;  // This is the current default behavior

}
else if( MyTiddlerLink does not exist   MyTiddlerLink is a tag )
{
   execute:  tagging 'MyTiddlerLink';  // this is new
}
else
{
   Create the tiddler with the message The tiddler 'MyTiddlerLink'
does not exist.  Double-click to create
it. // THis is the current default behavior
}

Thanks!

Cheers; 'best,

shankar swamy

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



[tw] Changing the default for non-existent tiddlers

2010-05-27 Thread Shankar
Hello,  I am looking for some help/suggestions with this.

Say a tiddler contain the word MyName and when I click on that,
TiddlyWiki tries to open that tiddler and if a tiddler by that name
does not exist, it creates one, with the message The tiddler 'MyName'
does not exist.  Double-click to create it.

I would like to do the following instead: once TiddlyWiki realizes
that the tiddler named MyName does  not exit, it should search the
tags.  If a tag by that name exists, then it should list all the
tiddlers tagged with MyName.  Otherwise it should revert back to the
default behaviour above.

Any thoughts on how to do this?

Thanks for your suggestions.

Cheers; 'best,

shankar

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



[tw] Re: Question: Inline expansion of tiddler links?

2010-03-13 Thread Shankar


On Mar 10, 9:21 pm, Robert Pollard ecology2...@gmail.com wrote:
 Hi Shankar

 I have a simple plugin that does this, building on Eric's Nested Sliders
 plugin, athttp://www.climatechange3.net/#OpenHereMacro

 HTH

 Robert
 ---



Indeed Robert - that exactly is what I was looking for!  Thank you,
and others who responded: you are superb!

Cheers; 'best,

shankar swamy

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



[tw] Question: Inline expansion of tiddler links?

2010-03-10 Thread Shankar

I have a tiddler with links to other tiddlers in it.  When I click on
those links, they open up as separate tiddlers.  That is what I would
expect, and for me, that is good most times.

But there are occasions, when I would rather see the linked tiddlers
open up within the contained tiddler.

Is there a version of TiddlyWiki that implements anything close to
this feature?

Thanks!

Cheers; 'best,

shankar swamy

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



[tw] embedding an *.svg file ...

2010-02-27 Thread Shankar
I noticed that embedding a *.svg file does not work with [img[*.svg]]
syntax.  I tried opening the svg file in my browser (Firefox) and it
opened.

Is that a limitation of TiddlyWiki?

Thanks.

Cheers; 'best,

shankar swamy

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



[tw] Re: How to get listing of tiddlers by size?

2010-01-21 Thread Shankar


On Jan 20, 2:55 pm, Mark S. throa...@yahoo.com wrote:

 Is there a utility already out there that will list Tiddlers by
 size? And maybe let me quickly mark them for archive?


How about:

forEachTiddler
sortBy
'tiddler.text.length'
descending
write
'# [[+tiddler.title+]] (+tiddler.text.length+)\n'

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




[tw] TidIDEPlugin Question to Eric Shulman - but others welcome to help me!

2009-12-02 Thread Shankar

Hello Eric,

I have been a long time, grateful user of your TiDIDE plugin.

I was wondering if there was a way to modify it so that when I click
on the edit link for a tiddler, it opens up the tiddler in a new
instance of the browser.

If there is, could you give me some pointers on how to accomplish
that, please.

If possible, this will create some issues of consistencies between the
tiddler on the disk, and the same tiddler potentially loaded in
multiple instances of the browser for editing.  For my use, I am
willing to work around those and live with the potential penalties
this may bring about at times.

Thanks!

Cheers; 'best,

shankar swamy

--

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




[tw] Re: Turning off the Double Click Edit function

2009-11-29 Thread Shankar


On Nov 28, 11:06 am, Eric Shulman elsdes...@gmail.com wrote:
  1.  Create a tiddler, say, called DisableDoubleClickOnTiddlers with
  the following text:

  Mr. Fly... meet Mr. SledgeHammer...

 Hijacking the onTiddlerDblClick() function for this purpose is *way*
 overkill... especially since the TW core already provides the ability
 to disable double-clicks on tiddlers, simply by removing any leading
 + prefix from tiddler toolbar command keywords.


Indeed, and when I was looking at this issue, I recall Eric, you said
the same thing to me.  But in my case somehow the solution you
suggested failed: even after removing the + prefix, the double click
feature persisted.  I do recall spending some time on investigating
why I was not working for me; but don't recall what I found out.  One
of these days, I will try again.

Thanks.

Cheers; 'best,

shankar swamy

--

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




[tw] Re: Turning off the Double Click Edit function

2009-11-28 Thread Shankar


On Nov 27, 12:45 pm, sonomakid2002 mco...@comcast.net wrote:
 I have read through several posts and they deal with mainly turning
 off the double click edit when in 'read-only' mode and only viewable
 on the web. I really want to turn the double click function off all
 together. I do not find it to be something I use at all. I only came
 up on the double-click option as pure coincidence and am used to and
 like the idea of clicking 'edit.'

 Cody

1.  Create a tiddler, say, called DisableDoubleClickOnTiddlers with
the following text:

if (config.options['chkDoubleClickToEdit']===undefined)
config.options['chkDoubleClickToEdit']=true;
if (!Story.prototype.onTiddlerDblClick_save) {

Story.prototype.onTiddlerDblClick_save=Story.prototype.onTiddlerDblClick;
Story.prototype.onTiddlerDblClick = function(ev) {
if (config.options['chkDoubleClickToEdit'])
return story.onTiddlerDblClick_save.apply
(this,arguments);
}
}

2.  Tag it with systemConfig tag.

3.  Somewhere in the tiddler that has all your systemConfig options,
add the following:
config.options.chkDoubleClickToEdit=false;

Or, set the above to true, depending on which state you want the page
to startup.

Hopefully, that is what you wanted.

Cheers; 'best,

shankar

--

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




[tw] Re: Turning off the Double Click Edit function

2009-11-28 Thread Shankar


On Nov 28, 8:20 am, BC bruce.armstr...@gmail.com wrote:
 Shankar, that's fantastic. Thanks! I made a file for
 DisableDoubleClickEdit, and added the other line to
 MptwUserConfigPlugin, works a charm.  Is there some way I could use
 that as an option in the OptionsPanel? With a checkbox to toggle it on
 or off as desired? Something like option
 chkDisableDoubleClickEdit? How would I make a macro for that?


What you mention there should work - except that you want to have the
argument as the variable that you are saving:
option chkDoubleClickToEdit
That should insert a check-box that will allow you to flip the
variable's value.

Cheers; 'best,

shankar

--

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




[tw] Re: Sorting order under treeview entries

2009-11-24 Thread Shankar


On Nov 24, 7:10 am, Amzg matiasg...@gmail.com wrote:
 Maybe it's possible to put a minus sign in front of the dates (i.e
 based on the assumptino that they are sorted in order)?
 If that is not possible, maybe you could make it 2100-'date'?


For now I am using a similar scheme since I started using the treeview
based system, which I migrated to recently.  But it is a mildly
irritating to be doing so.


 (BTW... your daily logs don't seem very daily... 2006..)


Now that it caught your attention - the Daily Logs is for items that
don't fit into other six files (tiddlywiki's) that I maintain on my
USB drive.  And, this one has a total of 989 entries since November
12/2006 when I first started using tiddlywiki!

I ran into Tiddlywiki when I started searching for an alternative to a
note taking software I had written in 1999 in Java, and used extensive
XML/XSLT transformations.  When I ran into a bug and did not have time
or the motivation to go back and fix it, I did a google search for
alternatives, and tiddlywiki appreared after a few minutes of search.
I was stunned when I seamlessly could port all my notes of years into
it within about two/three hours!

Today, my 8 GB USB drive that I carry all the time with me, has all
the notes I have made for years!  Whether I am at home, at work at an
airport, I have access to all of it. Amazing.

Cheers; 'best,

shankar swamy

--

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




[tw] Sorting order under treeview entries

2009-11-23 Thread Shankar
I have an entry for the parent topic as: Daily Logs.  Under that, I
have tiddlers titled 2006-12-11, 2006-12-15, 2006-12-18 ...

Now the tiddlers appear in the treeview list in that order.  But I
would like to reverse that - so that the latest one appears at the top
etc.

Is there a way of doing that?  It would be neat, if this order is
customizable to entries under Daily Logs only.

Thanks.

Cheers; 'best,

shankar swamy

--

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




[tw] Re: Sorting order under treeview entries

2009-11-23 Thread Shankar


On Nov 23, 7:24 am, Måns humam...@gmail.com wrote:
 Hi Shankar
 I'm afraid not - at least I haven't found a way to do that -


:-(  I was afraid of that ... :-(

Thanks,  Måns ...

Cheers; 'best,

shankar

--

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




[tw] Re: Changing the text that shows on the Firefox tab

2009-11-15 Thread Shankar



On Nov 15, 3:57 am, LoB lordofbones...@gmail.com wrote:

 When I open my TW in Firefox the tab displays my Site Subtitle text. I
 assume that's because I have an image in the Site Title tiddler. What
 I would like to change is the text that is displayed on the Firefox
 tab. I would like it display the alternate text that shows in the Site
 Title tiddler (which is the name of the tiddlywiki).

 So how do I make this change?

This might help:

function getPageTitle() { return Whatever text you want to show up
goes here; }

Add this to a tiddler and tag that with systemConfig - or, if you
already have one such, just append the above line to it.

Cheers; 'best,

shankar swamy

--~--~-~--~~~---~--~~
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] Separate Edit Window - how to implement it: your thoughts

2009-11-13 Thread Shankar


I use TiddlyWiki as a note taking software.  It would be useful to me
to have the editor pop out as a separate browser window.  The IDEAL
solution I have in mind is one where a window with absolutely no
browser decorations - like one of those annoying pop-up ads on the
Internet - pop up with the document opened in the editor inside it.

I am willing to work around or live with the potential document
consistency issues this may pose.

I am wondering if you have some ideas on how to implement this.

For whatever it is worth, I have been using the TidIDE editor for
years now, the solution has to work with that, for my use.

Thanks for your time/suggestions.

Cheers; 'best,

shankar

--~--~-~--~~~---~--~~
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: Notestorm TidIDE Editor : Integration problem

2009-10-19 Thread Shankar



On Oct 10, 9:02 am, Shankar shankar.sw...@gmail.com wrote:
 I reported this issue earlier.  Here is the recap:

 I am trying to use TidIDE Editor with the Notestorm - most likely not
 doing it right.  Here is how my edit template looks like when it
 almost works:


I found some time finally to dig into the issues mentioned in this
thread, over the weekend.  My solution - which seems more like
bandages - was:
1.  I retained the div class='editor' macro='edit title'/div 
line in the edit template, but added the following line to the
StyleSheet to not display it:  .editor, .editor input, .editor
textarea { display: none;}.
2. To solve the problem of TidIDE closing the tiddler after the edit
but when I try to close the file, getting the ... want to abandon
your changes ... message, I added the following two lines to the end
of the tidIDE.save(...) function:
story.closeTiddler(title);
story.displayTiddler(null, title);

Both of these are probably bandage solutions.  I needed a solution
that worked for my limited use and, these fixes  seemed to pass my
minimal validation (which is trying some twenty or fewer times to
break it through random ways :-))  But if you have suggestions on
these, I will be happy to take them :-)
--~--~-~--~~~---~--~~
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] Notestorm TidIDE Editor : Integration problem

2009-10-10 Thread Shankar

I reported this issue earlier.  Here is the recap:

I am trying to use TidIDE Editor with the Notestorm - most likely not
doing it right.  Here is how my edit template looks like when it
almost works:

div
span class='title' macro='view title' style='margin-right: 1.0em;' /
span

span class='subtitle'
span macro='message views.wikified.createdPrompt' style='margin-left:
0.2em'/span
span macro='view created date MM-DD-' /span
/span

span class='toolbar' macro='toolbar +closeOthers' style='margin-left:
1.0em;'/span
span class='toolbar' macro='toolbar cancelTiddler' style='margin-
left: 1.0em;'/span
/div
div class='editor' macro='edit title'/div
div class='SlTidIDEStyles' macro='tidIDE +edit:here'/div

The issue with this is,  the line div class='editor' macro='edit
title'/div creates a redundant title editor that is already
integrated into the TidIDE.  If we remove that line, Notestorm no
longer knows that the tiddler is being edited, and when I switch to
another tab, the editor in the first tab is silently closed behind my
back!

In addition, currently as it is, when I am done editing, the Notestorm
does not realize that I have saved the tiddler, but knows that the
tiddler has been opened for edit. So it asks a redundant question of
whether I want to  ... abandon your changes to the 'xxx'?.

I have a gut feeling that I am not  doing something right here.  If
you have some suggestions, I would appreciate it.

Thanks!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Notestorm/Treeview/TidIDE/ - Tabs eating up my work!

2009-10-10 Thread Shankar



On Oct 9, 5:22 pm, wolfgang wolfgangl...@gmail.com wrote:
  But if
  something jumps out at you, please let me know.

 if I compare your two templates it stands out that you actually don't
 use the default edit text box - but the TidIDE interface - which
 usually is displayed in view mode only! And therefore couldn't prevent
 tiddlers from being closed since they weren't actually in edit mode.

 Regards..

Follow up moved to:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/da69d63c6ffa33e3
--~--~-~--~~~---~--~~
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] Notestorm/Treeview/TidIDE/ - Tabs eating up my work!

2009-10-09 Thread Shankar

I wrote down notes on something for last thirty minutes and the the
tabs ate up my work! :-(

I forgot momentarily that when you switch tabs, the tiddlers open for
edit are automatically closed as I switch to another tab or open a new
tiddler.  In my use, this is a major annoyance.

Is there a way to ensure that the tiddlers open for edit stay that way
when I navigate away to another tab. Or, at least that the contents
are saved before closing the editor.

I am using the Noatestorm, with TidIDE editor, if that is relevant.

I am almost certain people have seen this behaviour and possibly
discussed this even on this forum; but the search is failing to
uncover anything on this.

Thanks!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Notestorm/Treeview/TidIDE/ - Tabs eating up my work!

2009-10-09 Thread Shankar



On Oct 9, 8:47 am, wolfgang wolfgangl...@gmail.com wrote:
 It's the default behavior of TiddlerTabsPlugin to close all other open
 tiddlers when clicking *twice* on a tab in short succession. Just as
 using the 'close other' toolbar command.

 However, that shouldn't close any tiddlers in edit mode, and I never
 experienced such a mistake. There must be something else interfering.

 Regards..


Thanks, everyone.  By going to through the regressions I had, the
problem seems to be coming from the EditTemplate I am using.

The one that works fine (and came with the Notestorm) reads:
!--{{{--
div class='toolbar' macro='toolbar
[[ToolbarCommands::EditToolbar]]'/div
div class='title' macro='view title'/div
div class='editor' macro='edit title'/div
div macro='annotations'/div
div macro='tiddler QuickEditToolbar'/div
div class='editor' macro='edit tags'/div
div macro='showWhen tiddler.tags.contains(Note) || tiddler.title
==New Note'[[NoteNote]]/div
div class='editor' macro='edit text'/div
!--}}}--

-
The one that is prematurely closing the editor is coming with the
following EditTemplate:
div
span class='title' macro='view title' style='margin-right: 1.0em;' /
span

span class='subtitle'
span macro='message views.wikified.createdPrompt' style='margin-left:
0.2em'/span
span macro='view created date MM-DD-' /span
/span

span class='toolbar' macro='toolbar +closeOthers' style='margin-left:
1.0em;'/span
span class='toolbar' macro='toolbar cancelTiddler' style='margin-
left: 1.0em;'/span
/div
div class='SlTidIDEStyles' macro='tidIDE +edit:here'/div
---

When I customized it, I did not test it enough - obviously :-(.  It
could also be coming from TidIDE - I have not tested it yet.  But if
something jumps out at you, please let me know.

Thanks!

Cheers; 'best,

shankar





--~--~-~--~~~---~--~~
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] Partially Overriding a StyleSheet - Question

2009-10-07 Thread Shankar

I am looking for a solution for the following problem.

Say, I have a statement in the StyleSheet tiddler that says:
.header {background:[[ColorPalette::PrimaryMid]];}

I would like to override this statement from another tiddler - say,
called: StyleSheetAddOn.

When I don't want to override that statement, I can create an empty
tiddler called StyleSheetAddOn so that the header background reverts
back to PrimaryMid.

Is this possible?

Thanks for your suggestions.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Transferring TW an FF settings to another PC

2009-10-04 Thread Shankar



On Oct 4, 5:08 am, Michael.Tarnowski emt...@gmx.de wrote:
 Great Shankar --- Thanx for this hint. Do you know if FEBE also saves
 all collected passwords?
 Michael


Yes, it does: Options -- Backup items -- Additional items.

Cheers; 'best,

shankar
--~--~-~--~~~---~--~~
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: Transferring TW an FF settings to another PC

2009-10-02 Thread Shankar



On Oct 2, 3:34 am, Michael.Tarnowski emt...@gmx.de wrote:
 Hi community,
 maybe my question is a little off  topic this group. But I want to
 transfer my huge TW (10MB) to a faster machine. Since I use FF 3.0 I
 want to move my FF installation of the old PC 1:1 to the new machine,
 i.e. getting all FF stored passwords, session settings, bookmarks,
 etc. at one to the new machine.
 Does have anyone of you have experience with this?
 Thanks and cheers
 Michael

Try:
http://customsoftwareconsult.com/extensions/febe/febeFAQ.html#A1

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-30 Thread Shankar



On Sep 20, 10:41 pm, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 Hi all

 I have appreciated the feedback and help I have received from a number
 of you regardingNoteStorm. I just wanted everyone to know that I have
 updatedNoteStormtonight:



Dear Dave,

After using it for a bout 2+ weeks, I have found myself frequently
switching between the tabbed view (which is the default) and the
sequential view.

The way to switch between the two right now is to first open the
tiddler, check/uncheck the selection box, then close the tiddler.
This is somewhat convoluted for frequent use.

It would be nice to have a button or a checkbox that directly toggles
the mode.  I would prefer to have it in the SiteSubtitle so that it is
just a mouse click to switch to the other mode.

If it is simple enough to do it, and if you guide me through it, I
would be helped and will integrate into the version I am using right
now.

Thanks!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-25 Thread Shankar



On Sep 25, 11:42 am, Dave Gifford giff...@gmail.com wrote:


 @Shankar - was the Stylesheet error my error or yours? Do I need to
 change something to NoteStorm?


That was a bug I had introduced - no problems with your version.

Thanks!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-24 Thread Shankar


I notice that the names of the tiddlers in the tree on the left spills
over to the tiddler display area (after I readjusted the layouts) with
the names that are long.  I would rather have the names of the
tiddlers handled as if its overflow set as hidden (right now it
seems like it is set to auto).

What is the suggested way of doing this?

Thanks.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Success in combining treeview TiddlyDesktop and MoveableTW ... but ...

2009-09-24 Thread Shankar


On Sep 24, 10:11 am, Shankar shankar.sw...@gmail.com wrote:
 I notice that the names of the tiddlers in the tree on the left spills
 over to the tiddler display area (after I readjusted the layouts) with
 the names that are long.  I would rather have the names of the
 tiddlers handled as if its overflow set as hidden (right now it
 seems like it is set to auto).

 What is the suggested way of doing this?

 Thanks.

 Cheers; 'best,

 shankar swamy

My apologies for posting this under the wrong thread - it should have
gone under NoteStorm thread.

- sns
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-24 Thread Shankar



On Sep 23, 11:38 am, Eric Shulman elsdes...@gmail.com wrote:




Hello Dave,

This is a repeat of the question I accidentally, wrongly posted under
another thread.

I am running into an issue using the NoteStorm (somewhat customized by
me).  The titles of the notes in the tree structure is spilling over
to the main viewer area.  The text in the treeview nodes behave like
their overflow values are set to auto and what I need is the
behaviour as if it was set to hide.

Could you tell me how to do this, please - I did not find any place
where I could set this.

Thanks.

Cheers; 'best,

shankar swamy.
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-24 Thread Shankar



On Sep 24, 6:52 pm, Shankar shankar.sw...@gmail.com wrote:
 On Sep 23, 11:38 am, Eric Shulman elsdes...@gmail.com wrote:



 Hello Dave,

 This is a repeat of the question I accidentally, wrongly posted under
 another thread.

 I am running into an issue using the NoteStorm (somewhat customized by
 me).  The titles of the notes in the tree structure is spilling over
 to the main viewer area.  The text in the treeview nodes behave like
 their overflow values are set to auto and what I need is the
 behaviour as if it was set to hide.

 Could you tell me how to do this, please - I did not find any place
 where I could set this.

 Thanks.

 Cheers; 'best,

 shankar swamy.

Never mind - it was as simple as I had thought except that I had a
typo in the StyleSheet ... a ... I set the mainmenuarea
overflow to hidden.  It worked as expected after I fixed the typo.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Help with TidIDE Editor

2009-09-23 Thread Shankar



On Sep 22, 9:43 pm, Eric Shulman elsdes...@gmail.com wrote:
  Never mind - I fixed it.

 Really?!?  Because I found and fixed the cause in the plugin (the
 TidIDE editor's tag input field didn't have the needed edit=tags
 attribute set it does now.


I should have been clearer. I noticed in your code did not read in the
tag and found a work around for my issue.

I posted my followup to make sure no one spent cycles on that trying
to help.

THanks for the update!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Help with TidIDE Editor

2009-09-23 Thread Shankar


Now that I pulled the new version into my copy, I think, if you ever
revisit this, you should consider making the panel that gives the
TidIDE version, system edit  etc checkboxes optional so that users
like me can turn if off and save some real estate on the screen.  I
can't recall ever using any of them.

I can't see a easy way of turning it off in the current version.  (In
the previous version, I had somehow edited your code to get rid of
it.)

But, thanks for a very usable editor that continues to help me day in
and day out!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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] Help with TidIDE Editor

2009-09-22 Thread Shankar

Hello,

thanks for Eric, years ago I switched to this editor and has served me
fine over the years.  Recently, I added a new feature to my tiddlywiki
which makes the following call:
newTiddler tag: 'rendering'
It created  the tiddler without the tag - fully ignoring the tag.  By
binary search and elimination, I tracked it down to the EditTemplate
that I am using.

If you can take a look at it, and let me know if you see anything that
might be obvious that is preventing the created tiggler to ignore the
tag field, I would appreciate it.

Thanks!

EditTemplate:

div
span class='title' macro='view title' style='margin-right: 2em;' /
span

span class='subtitle'
span macro='message views.wikified.createdPrompt' style='margin-left:
2.0em'/span
span macro='view created date MM-DD-' /span
/span

span class='toolbar' macro='toolbar +closeOthers' style='margin-left:
8em;'/span
span class='toolbar' macro='toolbar cancelTiddler' style='margin-
left: 2em;'/span
/div
div class='SlTidIDEStyles' macro='tidIDE system font:Georgia size:
0.9em +edit:here'/div

-

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Help with TidIDE Editor

2009-09-22 Thread Shankar


On Sep 22, 7:28 pm, Shankar shankar.sw...@gmail.com wrote:
 Hello,

 thanks to Eric, years ago I switched to this editor and has served me
 fine over the years.  Recently, I added a new feature to my tiddlywiki
 which makes the following call:
 newTiddler tag: 'rendering'



Never mind - I fixed it.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Update to NoteStorm

2009-09-21 Thread Shankar



On Sep 20, 10:41 pm, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 Hi all

 I have appreciated the feedback and help I have received from a number
 of you regarding NoteStorm. I just wanted everyone to know that I have
 updated NoteStorm tonight:



 Dave Gifford
 Mexico City

Hello Dave,

Congratulations on the job well-done!

I have a question for you: is it possible to customize this so that
the tiddlers open up on the same page instead of opening up each
tiddler in a separate tab?  If it is possible to do that
customization, could you give me some pointers on how to go about it.

Thanks.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Question: setting the sidebar height

2009-09-20 Thread Shankar



On Sep 20, 8:02 am, Tobias beertob...@googlemail.com wrote:
 Hi Shankar,

 What you are describing doesn't seem to represent standard behaviour.
 Thus, I would guess you are using a custom theme or a flavour of
 tiddlywiki, such as MPTW.
 Therefore you may want to look into the theme itself.
 If you are using Firefox, I highly recommend installing the FireBug
 plugin,
 which allows you to inspect your document structure and css.
 In general to adapt the sidebar behaviour you would have to put
 anything like this into your stylesheet:
 #sidebar{width:XXXpx;height:100%;} etc... or
 #sidebar .classOfSubElement{width:XXXem;height:100%;} etc...

 Also, pointing to a copy of your document helps a great deal to better
 understand your specific problem.
 Ever tried...https://www.getdropbox.com?


Tobias,

Thanks for the response.

I installed FireBug and examined the document.  The #sidebar was
inheriting the overflow value as auto from somewhere and I fixed
that in my StyleSheet to take the hidden value so that it does not
pop out a slider when the window size shrinks too much for displaying
the sidebar contents completely.

Thanks!

Cheers; 'best,

shankar swamy


--~--~-~--~~~---~--~~
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] Question: setting the sidebar height

2009-09-19 Thread Shankar

How do I tweak the height of the sidebar?  I don't seem to find it in
the StyleSheet.  Mine is set rather small so it occupies roughly 20%
of the height of the browser and displays an annoying scrollbar.
Since there is enough real estate for the sidebar to grow, I would
like the scrollbar to disappear and all the tiddlers shown in the
sidebar without a scrollbar.

Similarly, I would like the tiddlers with longer names to be wrapped
around in the sidebar than displaying a horizontal scrollbar.

Could someone help, please.

Thanks.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Question: Viewing tiddlers in read only mode

2009-09-18 Thread Shankar



On Sep 18, 12:46 am, Eric Shulman elsdes...@gmail.com wrote:
  I would like to toggle back and forth between the normal viewing and
  read-only viewing.

 Give this a try:
    http://www.TiddlyTools.com/#ToggleReadOnly

 enjoy,
 -e

Hi Eric,

Thanks for the quick help - yet again.

I think I am missing something here.  I selected the checkbox and
tried double clicking on the tiddler and the tiddler opened as usual
in the TidIDE Editor!  Later, I tried it on your site - again, doubble
clicking does open the tiddler for edit.

I am sure I am missing something here. Could you help, please?

Thanks!

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Question: Viewing tiddlers in read only mode

2009-09-18 Thread Shankar


On Sep 18, 7:09 am, Eric Shulman elsdes...@gmail.com wrote:
      http://www.TiddlyTools.com/#ToggleReadOnly
  I think I am missing something here.  I selected the checkbox and
  tried double clicking on the tiddler and the tiddler opened as usual
  in the TidIDE Editor!  Later, I tried it on your site - again, doubble
  clicking does open the tiddler for edit.
 ...  


Eric, thanks - again!

Not exactly what I was hoping to hear - but will do the job for me at
an acceptable level.

I am curious why we can't have a macro that would disalbe
doubleclicking anywhere in the browser when a checkbox is selected and
enable the dobuleclicking again when the checkbox selection is
removed.  Would that not work?

I am by no means a Javascirpt/AJAX/Tiddly/... programmer or even
literate on those topics - but that was the solution I was imagining
when I thought of this first.

Cheers; 'best,

shankar swamy

--~--~-~--~~~---~--~~
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] Question: Viewing tiddlers in read only mode

2009-09-17 Thread Shankar

Hello,

I would like to toggle back and forth between the normal viewing and
read-only viewing.

What I would like IDEALLY is having a radio button in the SiteSubtitle
area to toggle between the two modes so that when I am trying to read
the content and accidentally double click (most times, while trying to
highlight something) it does not annoy me by going into the edit mode.

I searched through the old postings and did not find anything useful.
I would appreciate some pointers to doing this.

Thanks.

Cheers; 'best,

shankar swamy
--~--~-~--~~~---~--~~
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: Firefox: requesting enhanced abilities ... message - disabling it?

2009-09-10 Thread Shankar



On Sep 9, 5:14 pm, Swaroop C H swaroo...@gmail.com wrote:
 Type about:config into the URL address bar, and set the property
 security.fileuri.strict_origin_policy
 to false

 Details 
 athttp://tiddlywiki.org/wiki/A_script_from_%22file://%22_is_requesting_...

 On Thu, Sep 10, 2009 at 12:45 AM, Shankar shankar.sw...@gmail.com wrote:

  Hello,

  Is there a way I can permanently turn off the message:
  A script from file:// is requesting enhanced abilities that are
  UNSAFE and could be used to compromise your machine or data: ?

  I run tiddly from my USB drive which runs firefox portable which can't
  connect to the Internet.  (I use a different installation of Firefox
  to connect to the Internet.)

  And, if you tell me how, I promise not to do that in front of
  children :-).

  Thanks for your help.

  Cheers; 'best,

  shankar

Thanks ...

Cheers; 'best,

shankar
--~--~-~--~~~---~--~~
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] Firefox: requesting enhanced abilities ... message - disabling it?

2009-09-09 Thread Shankar


Hello,

Is there a way I can permanently turn off the message:
A script from file:// is requesting enhanced abilities that are
UNSAFE and could be used to compromise your machine or data: ?

I run tiddly from my USB drive which runs firefox portable which can't
connect to the Internet.  (I use a different installation of Firefox
to connect to the Internet.)

And, if you tell me how, I promise not to do that in front of
children :-).

Thanks for your help.

Cheers; 'best,

shankar

--~--~-~--~~~---~--~~
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] tagging and tagged - font colors ...

2009-08-24 Thread Shankar

Hello,

I should know this  because I created this StyleSheet.  But that was
in 2006.  Since then, I USE Tiddly everyday; but I am not a developer
of TiddlyWiki nor a CSS programmer - and, I have forgotten almost
everything about the internals of TiddlyWiki!  Hence your help is
highly appreciated.

I wanted to change the color in which the tags are being displayed.
So I tried the following:

.tagging, .tagged {
color: #ff;
border: 1px solid  [[ColorPalette::TaggingBorder]];
background-color: [[ColorPalette::TaggingBG]];
}

expecting that the tags would be displayed in RED color.  But nothing
happened.  My memory is that the display color of the tags was
controlled by .tagged { color: #ff; }.  Is that not correct?

It has been so long that I have no recollection of almost anything
about this now!  If you find something jumping at you as wrong, let me
know.  Else, I will postpone fixing this for now, and sometime will
hopingly get back to :-)

Thanks!

Cheers; 'best,

shankar

--~--~-~--~~~---~--~~
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: Help/Question: compositing multiple tiddlers

2009-08-21 Thread Shankar

Wolfgang,

Thanks - works like a charm!

But ...

 The easiest way with only a few tiddlers is to transclude them, to
 embed their actual content like this:

 tiddler Atiddler Btiddler C


How much is only a few ... here?  Is the time it takes to pull in
data from all constituent tiddlers the issue here?

Thanks!

Cheers; 'best,

shankar
--~--~-~--~~~---~--~~
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] Help/Question: compositing multiple tiddlers

2009-08-20 Thread Shankar

Hello,

Say, I have tiddlers A, B, C,   I would like to create a new
tiddler that pulls the data from these tidders and displays it.  After
A, B, or C, ... get updated, when I open the new tiddler, those
changes have to be reflected.

That is, the tiddler should pull its data every time it is opned.

Is there a way of doing that?

Thanks!

Cheers; 'best,

shankar


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