> Let us know if this helps.

Hello Morris,

I've followed the discussion on Memoriable tables, (in fact, googling
on that is how I found this list),  Adding to your example:, I have:

!!!<<gradient horiz #fc3 #fff>>&nbsp;[[StenoTableMemorize]]^^<<tiddler
CloseThisOpen with: MemorizeTables  '« back'>>|<<toolbar
editTiddler>>» ^^>>
*Try clicking (memorize) in both columns to decide which side to start
with.
| !English<br><script label="(memorize)">return Mem.start(place)</
script> | !Steno<br><script label="(memorize)">return
Mem.start(place)</script> |
|This is a dog|/THEUS /S- /A /DAUG /-FPLT -|
|to be|TAO*B|
|This is a cat|/THEUS /S- /A /KAT /-FPLT -|
|&#160;to be|
&#160;T&#160;&#160;&#160;&#160;&#160;AO*&#160;&#160;&#160;B|
|&#160;is that|
ST&#160;&#160;&#160;H&#160;A&#160;*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;T|
|&#160;is this|
ST&#160;&#160;&#160;H&#160;&#160;&#160;*EU&#160;&#160;&#160;&#160;&#160;&#160;&#160;S|
|&#160;off the|
&#160;&#160;&#160;&#160;&#160;&#160;&#160;A&#160;*&#160;UF&#160;&#160;&#160;&#160;&#160;T|

the last four rows show the the text strings that I have to derive
from:
/TAO*B
/STHA*T
/STH*EUS
/A*UFT

The idea is to have a normally hidden area in the tiddler hold a chunk
of tab separated pairs:
to be<tab>/TAO*B
is that<tab>/STHA*T
is this<tab>/STH*EUS
off the<tab>/A*UFT

That gets processed by a javascript when an edit of the tiddler is
accepted (by clicking "done"), and creates the Memorizable table in a
visible portion of the tiddler.  Eric has a plugin that hides a
portion of a tiddler, so I can probably use that, just have to.

1. figure out how to feed the javascript the text chunk
2. figure how to add a hook to the script that is activated when
'done' is invoked
3. write a plugin to hold the script
4. provide a template for this new kind of tidller
5. provide a new right menu "create steno-mem tiddler"

But this will probably wait a bit, just to get things going, I'm
planning to write a python script and feed it files of 'tab separated
values', and have it write the TW rows out for me, (being more adept
at that then javascript at the moment).  But I want to make this
something that anyone can use to add memorizable tables with, and will
work on the above scheme to fufill that.

By the way, thanks to you and Eric for the work you did getting
Memorizable tables to work in TW!

Tom Fetherston.






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

Reply via email to