Tiddlywiki and Sage Cell Server
Hi,
Has anyone been successful in embedding a Sage cell in a Tiddlywiki wiki? Any help would be appreciated.
Thanks, Matthew Henderson
Hi,
Has anyone been successful in embedding a Sage cell in a Tiddlywiki wiki? Any help would be appreciated.
Thanks, Matthew Henderson
I think I would probably create a tiddly plugin. You basically need to do two things:
edit the html file to include step 1 of http://sage.math.washington.edu/home/... (or make a plugin to do this)
figure out how to get a function called anytime a tiddler was done being edited, and make any class 'sage' divs into sagecells using something like the makeSagecell command above.
Reading a bit more I think I do have to write a plugin but I was hoping to avoid it because Tiddlywiki makes it easy to add the Sage code to the header of the wiki. The only problem I can see is how to add raw HTML to the wiki. A similar problem is mentioned here http://blog.ssokolow.com/archives/2011/10/16/floating-flattr-buttons-in-tiddlywiki/
I looked at macros and other things, and it still seemed that the best solution was a plugin. The thing is that you have to be able to give a block of code and you have to run some javascript on that block of code when a tiddler is saved. I don't know a lot about tiddlywiki, though---maybe there is a way to do that without writing a plugin?
I think you're right. It doesn't look too hard so I think I'll give it a shot.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-01-18 11:00:06 +0100
Seen: 646 times
Last updated: Jan 18 '13
Is anything special required to setup a moinmoin wiki server with sage cells?
how to get output in a mixed fraction?
Sage binary system requirements
2D plotting in sage looks wrong
How to find if computation is in a notebook or sage prompt ?
Will upgrading to Python 3.x on my system break Sage?
Does it accept arbitrary HTML somehow? That would do it.
It does but it translates:<html>
</html> into !!