Ask Your Question
1

Tiddlywiki and Sage Cell Server

asked 12 years ago

MHenderson gravatar image

Hi,

Has anyone been successful in embedding a Sage cell in a Tiddlywiki wiki? Any help would be appreciated.

Thanks, Matthew Henderson

Preview: (hide)

Comments

Does it accept arbitrary HTML somehow? That would do it.

kcrisman gravatar imagekcrisman ( 12 years ago )

It does but it translates:<html>

</html> into
<html>
<div id="sagecell"></div>
</html>
!!

MHenderson gravatar imageMHenderson ( 12 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 12 years ago

Jason Grout gravatar image

updated 12 years ago

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.

Preview: (hide)
link

Comments

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/

MHenderson gravatar imageMHenderson ( 12 years ago )

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?

Jason Grout gravatar imageJason Grout ( 12 years ago )

I think you're right. It doesn't look too hard so I think I'll give it a shot.

MHenderson gravatar imageMHenderson ( 12 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 689 times

Last updated: Jan 18 '13