On Aug 17, 5:53 pm, Milind <[email protected]> wrote: > Thanks for looking at it. I am not familiar with AJAX programming so > most of what you said I didn't understand but it will be a nice > guideline if I try to do it or someone else is interested. uups, It should have been a workflow description :)
TiddlyWiki has the core ability to "transclude" the content of one tiddler into an other tiddler. The macro used for this is: <<tiddler ...>> [1]. This macro can handle slices <<tiddler "TidName::slice">> and sections <<tiddler "TidName##section">>. So one tiddler could contain the description text and an other tiddler can contain all the formulas. I described a similar syntax at section b) of my first post. I created 2 info tiddlers [2] at my hoster teamwork wiki. You should view the tiddler content, to get an overview how it works. All of this is standard TW functionality. Nothing special. The missing thing here is, a mathquill wrapper macro, that can render and write an edited formula back to the TW, plus some convenience stuff. I am just brainstorming, how it could work. What do you and others think about this? -m [1] http://tiddlywiki.org/#[[tiddler%20macro]] [2] http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#Formulas%20%5B%5BMathQuill%20Workflow%5D%5D -- 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.

