[tw] Re: use ASCIIMathML.js in TW

2010-05-13 Thread Xofeht
Thank you ! That's pretty neat.

In case you are interested, there is a slight modification for the
ASCIIMathML.js that is required to render correctly ccChars:

You need to change a function to:

/*if (st.charCodeAt(j)64  st.charCodeAt(j)91)
newst = newst +
 
String.fromCharCode(symbol.codes[st.charCodeAt(j)-65]);*/
if (st.charCodeAt(j)64  st.charCodeAt(j)91) newst
= newst +
   symbol.codes[st.charCodeAt(j)-65];
else if (st.charCodeAt(j)96  st.charCodeAt(j)123)
newst = newst +
   symbol.codes[st.charCodeAt(j)-71];

And variables to:
am.cal =
[\uD835\uDC9C,\u212C,\uD835\uDC9E,\uD835\uDC9F,\u2130,\u2131,\uD835\uDCA2,\u210B,\u2110,\uD835\uDCA5,\uD835\uDCA6,\u2112,\u2133,\uD835\uDCA9,\uD835\uDCAA,\uD835\uDCAB,
\uD835\uDCAC,\u211B,\uD835\uDCAE,\uD835\uDCAF,\uD835\uDCB0,\uD835\uDCB1,\uD835\uDCB2,\uD835\uDCB3,\uD835\uDCB4,\uD835\uDCB5,
\uD835\uDCB6,\uD835\uDCB7,\uD835\uDCB8,\uD835\uDCB9,\u212F,\uD835\uDCBB,\u210A,\uD835\uDCBD,\uD835\uDCBE,\uD835\uDCBF,\uD835\uDCC0,\uD835\uDCC1,\uD835\uDCC2,\uD835\uDCC3,
\u2134,\uD835\uDCC5,\uD835\uDCC6,\uD835\uDCC7,\uD835\uDCC8,\uD835\uDCC9,\uD835\uDCCA,\uD835\uDCCB,\uD835\uDCCC,\uD835\uDCCD,\uD835\uDCCE,\uD835\uDCCF];

am.frk =
[\uD835\uDD04,\uD835\uDD05,\u212D,\uD835\uDD07,\uD835\uDD08,\uD835\uDD09,\uD835\uDD0A,\u210C,\u2111,\uD835\uDD0D,\uD835\uDD0E,\uD835\uDD0F,\uD835\uDD10,\uD835\uDD11,
\uD835\uDD12,\uD835\uDD13,\uD835\uDD14,\u211C,\uD835\uDD16,\uD835\uDD17,\uD835\uDD18,\uD835\uDD19,\uD835\uDD1A,\uD835\uDD1B,\uD835\uDD1C,\u2128,
\uD835\uDD1E,\uD835\uDD1F,\uD835\uDD20,\uD835\uDD21,\uD835\uDD22,\uD835\uDD23,\uD835\uDD24,\uD835\uDD25,\uD835\uDD26,\uD835\uDD27,\uD835\uDD28,\uD835\uDD29,\uD835\uDD2A,
\uD835\uDD2B,\uD835\uDD2C,\uD835\uDD2D,\uD835\uDD2E,\uD835\uDD2F,\uD835\uDD30,\uD835\uDD31,\uD835\uDD32,\uD835\uDD33,\uD835\uDD34,\uD835\uDD35,\uD835\uDD36,\uD835\uDD37];

am.bbb =
[\uD835\uDD38,\uD835\uDD39,\u2102,\uD835\uDD3B,\uD835\uDD3C,\uD835\uDD3D,\uD835\uDD3E,\u210D,\uD835\uDD40,\uD835\uDD41,\uD835\uDD42,\uD835\uDD43,\uD835\uDD44,
\u2115,\uD835\uDD46,\u2119,\u211A,\u211D,\uD835\uDD4A,\uD835\uDD4B,\uD835\uDD4C,\uD835\uDD4D,\uD835\uDD4E,\uD835\uDD4F,\uD835\uDD50,\u2124,
\uD835\uDD52,\uD835\uDD53,\uD835\uDD54,\uD835\uDD55,\uD835\uDD56,\uD835\uDD57,\uD835\uDD58,\uD835\uDD59,\uD835\uDD5A,\uD835\uDD5B,\uD835\uDD5C,\uD835\uDD5D,
\uD835\uDD5E,\uD835\uDD5F,\uD835\uDD60,\uD835\uDD61,\uD835\uDD62,\uD835\uDD63,\uD835\uDD64,\uD835\uDD65,\uD835\uDD66,\uD835\uDD67,\uD835\uDD68,\uD835\uDD69,\uD835\uDD6A,\uD835\uDD6B];

Also there is a newer version (2.1) of ASCIIMathML.js on their site.
The fix I posted above is required there too.

On May 13, 5:05 am, jostylr jost...@gmail.com wrote:
 You are in luck. I used TW a few years back and made a modification to
 Peter Jipsen's work. Today I decided to start using TW for some
 notetaking and dug up my old work. Imported the old tiddler into the
 newest TiddlyWiki and it works! Full asciimathml parsing, as far as I
 can tell. I also did some ascii svg, but that does not work as well.

 Only works in Firefox as far as I can tell.

 So if you are interested, visithttp://jostylr.com/twasciimathwiki.html
 and either use that or import the tiddler ascii into your
 TiddlyWiki.

 Sincerely,
 James Taylor

 On May 11, 3:29 pm, Xofeht zel...@gmail.com wrote:

  Hello. I would like to use a math rendering javascript in my personal
  tiddlywiki. The script comes from 
  here:http://www1.chapman.edu/~jipsen/mathml/asciimath.html
  and in the page there is a link to a modified but outdated version of
  tiddlywiki called a science pad. But I would rather use the latest
  tiddlywiki and just call for the script in a math tiddler so it would
  render text enclosed in
  `` or some other delimiter as math formula. Is it possible, or should
  I say, easy, to implement ?

  --
  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 
  athttp://groups.google.com/group/tiddlywiki?hl=en.

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

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to 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.



Re: [tw] Re: attn: TonyM (re added to twgg post replies)

2010-05-13 Thread ken robertson
G'day,

Just for info.  The [tw] subject prefix was introduced in March 2007 after
the option was introduced by Google Groups.

I read this group in gmail, and there are no Re prefixes to the subject
lines.

--
Regards
Ken

On Sun, May 2, 2010 at 13:45, Mike eris...@gmail.com wrote:

 Maybe something added by google groups or the admins?
 I did notice the [tw] on all new post subjects. . . (since 02/2010 I
 think +/-)
 I see the first Re: in 09/2008 (from my RSS archive)

 Glad it is not just something on my end . . .

 http://groups.google.com/group/tiddlywiki/feed/rss_v2_0_msgs.xml?num=50

 Mike

 On May 1, 10:20 pm, Anthony Muscio anthony.mus...@gmail.com wrote:
  There is more to this than meets the eye !
 
  My observation of the re: was in the email notification only.
 
  On the web it still keeps the emails in a single thread.
 
  TonyM
 
  On May 2, 1:18 pm, Anthony Muscio anthony.mus...@gmail.com wrote:
 
 
 
   Reply from web access to group
 
   On May 2, 1:15 pm, Anthony Muscio anthony.mus...@gmail.com wrote:
 
Reply by email (Gmail)
 
TonyM
 
If you have not found an easy way to do it with TiddlyWiki, you have
 missed
something.www.tiddlywiki.com
 
On Sat, May 1, 2010 at 03:07, Mike eris...@gmail.com wrote:
 test post from my phone - subject not edited.
 
 If anyone can reply via Email, I would be curious to see if the
 topic
 has the Re: added. . .
 
 Also if someone could reply via the web, it may sort out if this is
 something on my end or all replies via webform ?
 
 Mike
 
 On Apr 30, 9:30 am, Mike eris...@gmail.com wrote:
  reply with manual edit subject (remove re)
 
  On Apr 30, 9:28 am, Mike eris...@gmail.com wrote:
 
   test topic


-- 
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: use ASCIIMathML.js in TW

2010-05-13 Thread jostylr
Thank you for the update. Didn't even realize it was broken or that I
needed to install fonts (stix fonts)--still getting back into it. I
will leave off 2.1 for another day.

Anyway, all fixed and uploaded. I also changed the tiddler plugin name
from the poor ascii to AsciiMathMLPlugin

Thanks,
James

On May 13, 2:46 am, Xofeht zel...@gmail.com wrote:
 Thank you ! That's pretty neat.

 In case you are interested, there is a slight modification for the
 ASCIIMathML.js that is required to render correctly ccChars:

 You need to change a function to:

                 /*if (st.charCodeAt(j)64  st.charCodeAt(j)91)
 newst = newst +

 String.fromCharCode(symbol.codes[st.charCodeAt(j)-65]);*/
                 if (st.charCodeAt(j)64  st.charCodeAt(j)91) newst
 = newst +
                    symbol.codes[st.charCodeAt(j)-65];
                 else if (st.charCodeAt(j)96  st.charCodeAt(j)123)
 newst = newst +
                    symbol.codes[st.charCodeAt(j)-71];

 And variables to:
 am.cal =
 [\uD835\uDC9C,\u212C,\uD835\uDC9E,\uD835\uDC9F,\u2130,\u2131,\uD835\uDCA2,\u210B,\u2110,\uD835\uDCA5,\uD835\uDCA6,\u2112,\u2133,\uD835\uDCA9,\uD835\uDCAA,\uD835\uDCAB,
 \uD835\uDCAC,\u211B,\uD835\uDCAE,\uD835\uDCAF,\uD835\uDCB0,\uD835\uDCB1,\uD835\uDCB2,\uD835\uDCB3,\uD835\uDCB4,\uD835\uDCB5,
 \uD835\uDCB6,\uD835\uDCB7,\uD835\uDCB8,\uD835\uDCB9,\u212F,\uD835\uDCBB,\u210A,\uD835\uDCBD,\uD835\uDCBE,\uD835\uDCBF,\uD835\uDCC0,\uD835\uDCC1,\uD835\uDCC2,\uD835\uDCC3,
 \u2134,\uD835\uDCC5,\uD835\uDCC6,\uD835\uDCC7,\uD835\uDCC8,\uD835\uDCC9,\uD835\uDCCA,\uD835\uDCCB,\uD835\uDCCC,\uD835\uDCCD,\uD835\uDCCE,\uD835\uDCCF];

 am.frk =
 [\uD835\uDD04,\uD835\uDD05,\u212D,\uD835\uDD07,\uD835\uDD08,\uD835\uDD09,\uD835\uDD0A,\u210C,\u2111,\uD835\uDD0D,\uD835\uDD0E,\uD835\uDD0F,\uD835\uDD10,\uD835\uDD11,
 \uD835\uDD12,\uD835\uDD13,\uD835\uDD14,\u211C,\uD835\uDD16,\uD835\uDD17,\uD835\uDD18,\uD835\uDD19,\uD835\uDD1A,\uD835\uDD1B,\uD835\uDD1C,\u2128,
 \uD835\uDD1E,\uD835\uDD1F,\uD835\uDD20,\uD835\uDD21,\uD835\uDD22,\uD835\uDD23,\uD835\uDD24,\uD835\uDD25,\uD835\uDD26,\uD835\uDD27,\uD835\uDD28,\uD835\uDD29,\uD835\uDD2A,
 \uD835\uDD2B,\uD835\uDD2C,\uD835\uDD2D,\uD835\uDD2E,\uD835\uDD2F,\uD835\uDD30,\uD835\uDD31,\uD835\uDD32,\uD835\uDD33,\uD835\uDD34,\uD835\uDD35,\uD835\uDD36,\uD835\uDD37];

 am.bbb =
 [\uD835\uDD38,\uD835\uDD39,\u2102,\uD835\uDD3B,\uD835\uDD3C,\uD835\uDD3D,\uD835\uDD3E,\u210D,\uD835\uDD40,\uD835\uDD41,\uD835\uDD42,\uD835\uDD43,\uD835\uDD44,
 \u2115,\uD835\uDD46,\u2119,\u211A,\u211D,\uD835\uDD4A,\uD835\uDD4B,\uD835\uDD4C,\uD835\uDD4D,\uD835\uDD4E,\uD835\uDD4F,\uD835\uDD50,\u2124,
 \uD835\uDD52,\uD835\uDD53,\uD835\uDD54,\uD835\uDD55,\uD835\uDD56,\uD835\uDD57,\uD835\uDD58,\uD835\uDD59,\uD835\uDD5A,\uD835\uDD5B,\uD835\uDD5C,\uD835\uDD5D,
 \uD835\uDD5E,\uD835\uDD5F,\uD835\uDD60,\uD835\uDD61,\uD835\uDD62,\uD835\uDD63,\uD835\uDD64,\uD835\uDD65,\uD835\uDD66,\uD835\uDD67,\uD835\uDD68,\uD835\uDD69,\uD835\uDD6A,\uD835\uDD6B];

 Also there is a newer version (2.1) of ASCIIMathML.js on their site.
 The fix I posted above is required there too.

 On May 13, 5:05 am, jostylr jost...@gmail.com wrote:



  You are in luck. I used TW a few years back and made a modification to
  Peter Jipsen's work. Today I decided to start using TW for some
  notetaking and dug up my old work. Imported the old tiddler into the
  newest TiddlyWiki and it works! Full asciimathml parsing, as far as I
  can tell. I also did some ascii svg, but that does not work as well.

  Only works in Firefox as far as I can tell.

  So if you are interested, visithttp://jostylr.com/twasciimathwiki.html
  and either use that or import the tiddler ascii into your
  TiddlyWiki.

  Sincerely,
  James Taylor

  On May 11, 3:29 pm, Xofeht zel...@gmail.com wrote:

   Hello. I would like to use a math rendering javascript in my personal
   tiddlywiki. The script comes from 
   here:http://www1.chapman.edu/~jipsen/mathml/asciimath.html
   and in the page there is a link to a modified but outdated version of
   tiddlywiki called a science pad. But I would rather use the latest
   tiddlywiki and just call for the script in a math tiddler so it would
   render text enclosed in
   `` or some other delimiter as math formula. Is it possible, or should
   I say, easy, to implement ?

   --
   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 
   athttp://groups.google.com/group/tiddlywiki?hl=en.

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

 --
 You 

[tw] Images not showing

2010-05-13 Thread Gingerman
This is making me nuts.

I need to have images appear as images, not links.

Everything that any instructions I've tried results in a link to the
image rather than a pretty picture

Is there any way to have an actual picture show up in a Tiddlywiki?

I'm using Firefox in linux

-- 
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: Images not showing

2010-05-13 Thread Eric Shulman
 Everything that any instructions I've tried results in a link to the
 image rather than a pretty picture

[img[URL]]

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 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: Using Tiddlywiki to track membership, dues or donations

2010-05-13 Thread Mike
I haven't seen anything like that, are you looking for something like
a table with a checkbox and a reminder? Or something more advanced
like a form input?

Depending on the style and complexity you could build something to
suit your needs.

Mike

On May 12, 9:32 pm, Gingerman sbrett...@gmail.com wrote:
 I am in a nonprofit, where members pay dues and make pledges for
 donations.

 I want to track the payments on these promises.

 Does anyone know of anyone using Tiddlywiki for this purpose?  Can you
 give a URL?

 --
 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 
 athttp://groups.google.com/group/tiddlywiki?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to 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.