Memorizable.com

225 views
Skip to first unread message

misschilli

unread,
Nov 15, 2007, 8:13:33 PM11/15/07
to TiddlyWiki
Hi group,

I came across http://memorizable.com and thought that it would be
great as a plugin for TW. Unfortunately I'm basically computer
illiterate so was hoping someone else could help me to implement this.

Thank you

misschilli

Uwe

unread,
Nov 16, 2007, 7:51:39 AM11/16/07
to TiddlyWiki
Hi > misschilli,

I would also like to have such a great solution to make flipcards.

In the meantime use
http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html

-Uwe.



On 16 Nov., 02:13, misschilli <misshotchi...@gmail.com> wrote:
> Hi group,
>
> I came acrosshttp://memorizable.comand thought that it would be

Daniel Baird

unread,
Nov 16, 2007, 7:42:53 AM11/16/07
to Tiddl...@googlegroups.com
Summary for people disinclined to click: it's a kind of flashcard thing.

misschilli, I think there's been some discussion about flash card type
display in TW before.. search the list archives and you might find
something.

Cheers
;Daniel


--
Daniel Baird
NERD JOKE: 2x12=24. 1x12=12. 0x12=18.

Morris Gray

unread,
Nov 17, 2007, 4:16:45 PM11/17/07
to TiddlyWiki
Hi misschili,

You can implement 'memorize' into TiddlyWiki quite easily.

(To be safe install this plugin: http://www.tiddlytools.com/#HTMLFormattingPlugin)

1: Go to http://memorizable.com/Code
2: Download memorizable.js and paste it into a tiddler and tag as
systemConfig. I named mine Memorize. (Make sure you save and reload
your TiddlyWiki.)
3: Study http://memorizable.com/Code_Guidelines
4: To get started quickly copy one of their tables and paste it into a
tiddler between <html><hide linebreaks></html> tags. You can copy
their table code by viewing the source of their page; copy everything
between <table id="memTable"> and </table> (I copied Love Styles)
5: Start memorizing by clicking (memorize) in the table heading.

You can see it working at http://twhelp.tiddlyspot.com/#LoveStyles

Morris Gray
http://twhelp.tiddlyspot.com
A TiddlyWiki help file for beginners




On Nov 16, 12:13 pm, misschilli <misshotchi...@gmail.com> wrote:
> Hi group,
>
> I came acrosshttp://memorizable.comand thought that it would be

misschilli

unread,
Nov 20, 2007, 3:40:37 AM11/20/07
to TiddlyWiki
Thank you so much Morris!!

That was exactly what I was after.





On Nov 18, 8:16 am, Morris Gray <msg...@symbex.net.au> wrote:
> Hi misschili,
>
> You can implement 'memorize' into TiddlyWiki quite easily.
>
> (To be safe install this plugin:http://www.tiddlytools.com/#HTMLFormattingPlugin)
>
> 1: Go tohttp://memorizable.com/Code
> 2: Download memorizable.js and paste it into a tiddler and tag as
> systemConfig. I named mine Memorize. (Make sure you save and reload
> your TiddlyWiki.)
> 3: Studyhttp://memorizable.com/Code_Guidelines
> 4: To get started quickly copy one of their tables and paste it into a
> tiddler between <html><hide linebreaks></html> tags. You can copy
> their table code by viewing the source of their page; copy everything
> between <table id="memTable"> and </table> (I copied Love Styles)
> 5: Start memorizing by clicking (memorize) in the table heading.
>
> You can see it working athttp://twhelp.tiddlyspot.com/#LoveStyles
>
> Morris Grayhttp://twhelp.tiddlyspot.com
> A TiddlyWiki help file for beginners
>
> On Nov 16, 12:13 pm, misschilli <misshotchi...@gmail.com> wrote:> Hi group,
>
> > I came acrosshttp://memorizable.comandthought that it would be

Morris Gray

unread,
Nov 21, 2007, 5:56:44 PM11/21/07
to TiddlyWiki
Hi misschilli,

You may have noticed that the table is not quite right during the
quiz. It needs refreshing once the memorize is clicked. I am at a
loss to know what to do about it. Maybe someone can help to solve
this problem. I believe it is a nice feature and should be a proper
plugin. The owner is allowing the code to be freely used so it is ok
to use it.

The only person I know who is capable of easily solving the refresh
problem is Eric Shulman. So if we can get him interested maybe we can
fix it :-)

Morris Gray
http://twhelp.tiddlyspot.com
A TiddlyWiki help file for beginners

On Nov 20, 7:40 pm, misschilli <misshotchi...@gmail.com> wrote:
> Thank you so much Morris!!
>
> That was exactly what I was after.
>
> On Nov 18, 8:16 am, Morris Gray <msg...@symbex.net.au> wrote:
>
> > Hi misschili,
>
> > You can implement 'memorize' into TiddlyWiki quite easily.
>
> > (To be safe install this plugin:http://www.tiddlytools.com/#HTMLFormattingPlugin)
>
> > 1: Go tohttp://memorizable.com/Code
> > 2: Download memorizable.js and paste it into a tiddler and tag as
> > systemConfig. I named mine Memorize. (Make sure you save and reload
> > your TiddlyWiki.)
> > 3: Studyhttp://memorizable.com/Code_Guidelines
> > 4: To get started quickly copy one of their tables and paste it into a
> > tiddler between <html><hide linebreaks></html> tags. You can copy
> > their table code by viewing the source of their page; copy everything
> > between <table id="memTable"> and </table> (I copied Love Styles)
> > 5: Start memorizing by clicking (memorize) in the table heading.
>
> > You can see it working athttp://twhelp.tiddlyspot.com/#LoveStyles
>
> > Morris Grayhttp://twhelp.tiddlyspot.com
> > A TiddlyWiki help file for beginners
>
> > On Nov 16, 12:13 pm, misschilli <misshotchi...@gmail.com> wrote:> Hi group,
>
> > > I came acrosshttp://memorizable.comandthoughtthat it would be

James

unread,
Jan 3, 2008, 7:32:22 PM1/3/08
to TiddlyWiki
Hi Guys.

It would be even better if someone could edit the plugin so that
tables in existing tiddlers are converted to memorize style simply by
adding "memorize" as a tag.

This would require the plugin to recognize TW style tables of the
form
|!header|!header|
|item1|description1|
|item2|description2|

rather than all the html tags currently required.



On Nov 22 2007, 7:56 am, Morris Gray <msg...@symbex.net.au> wrote:
> Hi misschilli,
>
> You may have noticed that the table is not quite right during the
> quiz. It needs refreshing once the memorize is clicked. I am at a
> loss to know what to do about it. Maybe someone can help to solve
> this problem. I believe it is a nice feature and should be a proper
> plugin. The owner is allowing the code to be freely used so it is ok
> to use it.
>
> The only person I know who is capable of easily solving the refresh
> problem is Eric Shulman. So if we can get him interested maybe we can
> fix it :-)
>
> Morris Grayhttp://twhelp.tiddlyspot.com
> A TiddlyWiki help file for beginners
>
> On Nov 20, 7:40 pm, misschilli <misshotchi...@gmail.com> wrote:
>
> > Thank you so much Morris!!
>
> > That was exactly what I was after.
>
> > On Nov 18, 8:16 am, Morris Gray <msg...@symbex.net.au> wrote:
>
> > > Hi misschili,
>
> > > You can implement 'memorize' into TiddlyWiki quite easily.
>
> > > (To be safe install this plugin:http://www.tiddlytools.com/#HTMLFormattingPlugin)
>
> > > 1: Go tohttp://memorizable.com/Code
> > > 2: Download memorizable.js and paste it into a tiddler and tag as
> > > systemConfig. I named mine Memorize. (Make sure you save and reload
> > > your TiddlyWiki.)
> > > 3: Studyhttp://memorizable.com/Code_Guidelines
> > > 4: To get started quickly copy one of their tables and paste it into a
> > > tiddler between <html><hide linebreaks></html> tags. You can copy
> > > their table code by viewing the source of their page; copy everything
> > > between <table id="memTable"> and </table> (I copied Love Styles)
> > > 5: Start memorizing by clicking (memorize) in the table heading.
>
> > > You can see it working athttp://twhelp.tiddlyspot.com/#LoveStyles
>
> > > Morris Grayhttp://twhelp.tiddlyspot.com
> > > A TiddlyWiki help file for beginners
>
> > > On Nov 16, 12:13 pm, misschilli <misshotchi...@gmail.com> wrote:> Hi group,
>
> > > > I came acrosshttp://memorizable.comandthoughtthatit would be

Eric Shulman

unread,
Jan 3, 2008, 9:01:40 PM1/3/08
to TiddlyWiki
> It would be even better if someone could edit the plugin so that
> tables in existing tiddlers are converted to memorize style simply by
> adding "memorize" as a tag.
>
> This would require the plugin to recognize TW style tables of the
> form
> |!header|!header|
> |item1|description1|
> |item2|description2|
>
> rather than all the html tags currently required.

You can do this today, without any changes in the plugin!!

Using http://twhelp.tiddlyspot.com/#LoveStyles as an example, I was
able to converted the HTML-based table definition found there to use a
TW wiki-syntax table and get it to work! It turns out that the only
elements of the HTML table definition that actually need to be
reproduced are:
A) the table has a class="mem"
B) the table headings contain onclick handlers for invoking
"Mem.start(...)".

Setting the custom "mem" class for the table is easily done using
standard TW table syntax, like this:
|mem|k
and implementing the 'onclick' handlers in the table headings using
http://www.TiddlyTools.com/#InlineJavascriptPlugin
is also very easy:
<script label="(memorize)">return Mem.start(place)</script>

Putting it together, the following wiki-syntax table WORKS with
Memorize:

|!heading <script label="...">...</script> |!heading <script
label="...">...</script>|
|foo|description|
|bar|description|
|mumble|description|
|frotz|description|
|mem|k

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

Eric Shulman

unread,
Jan 6, 2008, 1:47:26 PM1/6/08
to TiddlyWiki
addendum:

After a bit more analysis of what the Memorizable code is actually
looking for, it turns out that you don't even need to use
InlineJavascriptPlugin to create the onclick handlers... the following
'pure HTML' will also work:

<html><a href="#" onclick="return
Mem.start(this.parentNode)">(memorize)</a></html>

Thus:

|!heading <html><a href="#" onclick="return
Mem.start(this.parentNode)">(memorize)</a></html> |!heading <html><a
href="#" onclick="return Mem.start(this.parentNode)">(memorize)</a></
html>|
Reply all
Reply to author
Forward
0 new messages