|
I am using jqMath to display equations on my website, for example: http://www.amved.com/milindsweb/Input_Offset_for_Folded_Cascode_Diffamp_with_MOS_load.html I am really interested to use jqMath on Tiddlywiki. Since the javascript is already there it might be a simple matter to make it into a tiddlywiki Extension. If that can be done it would be really great since jqMath is really easy to setup and the syntax is very intuitive, just like writing the equation directly and its faster than MathJax. I see this link: http://www.guyrutenberg.com/2011/06/25/latex-for-tiddlywiki-a-mathjax-plugin/ where the MathJax javascript is used as a extension to tiddlywiki. I am guessing it would be something similar. I have no knowledge at all about Javascript or Tiddlywiki extensions, if anyone thinks this is a easy thing to do I would appreciate some guidance. If a plugin for jqMath exists I would love to get a hold of it. After talking to the developer of jqMath he told me that we just have to load the stylesheet and the 2 javascript files and then when generating the HTML of the tiddler we need to call Is there a template to do these things in Tiddlywiki so such kind of scripts can be easily integrated in your custom extension? That would be very useful. Any help would be appreciated. Thanks. |
I am really interested to use jqMath on Tiddlywiki.
After talking to the developer of jqMath he told me that we just have to load the stylesheet and the 2 javascript files and then when generating the HTML of the tiddler we need to call
M.parseMath(myDiv);after loading the equation in myDiv element.
Good tip on the wikiword formatting - but I think another approach would be to use the DisableWikiLinksPlugin to disable automatic wikiwords to non-existent tiddlers.(You might remember this plugin since ... you wrote it! I've been happily using it.)
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/PNXaylx1HRY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
Don't know the answer to your question ... but you're creating a cool site! (I especially like your hand drawn circuit diagrams! Nicely reminiscent of Forrest M Mims III!)
I write down my content in tiddlywiki...
and then use the snapshot plugin to export the tiddlers as separate HTML files.
I then run a Lua script to transform the pages to my final HTML site pages.
So it is like a 2 step publishing system. The transformation from the snapshot HTML to the final web page needs a template page and a configuration file to customize the pages.
Hi Milind,I write down my content in tiddlywiki...Would that be one or multiple?
and then use the snapshot plugin to export the tiddlers as separate HTML files.Too bad it's not quite functional directly on TiddlyTools. Will do some testing of how it works.I then run a Lua script to transform the pages to my final HTML site pages.I assume this can't be done in TW beforehand.
So it is like a 2 step publishing system. The transformation from the snapshot HTML to the final web page needs a template page and a configuration file to customize the pages.Is it that your Lua script is splitting one big snapshot file into individual pages while embedding the chunks into some template and then saving individual html files?
- tobias