Serge Salamanka wrote:
> 
> 
> Jason Grout пишет:
>> Serge Salamanka wrote:
>>> thank you. very useful
>>>
>>> %hide and %hideall behave the same
>>> couldn't figure out the difference
>>>
>> Try quitting the worksheet and then going back to it.  That's when I see 
>> the difference.
>>
> Yes, it works after quitting the notebook and going back.
> Thanks for the tip.
> 
> 
> 
>> By the way, I worked a bit the other week on getting a wiki-like syntax. 
>>   That would allow much easier text formatting than the current html. 
>> We will also probably have ReST formatting fairly soon (hopefully) now 
>> that the ReST toolchain is merged into the next release of Sage.
>>
>> Another option is making a tinymce or FCKEditor spkg which gives a 
>> javascript text formatting plugin, so you have a toolbar with bold, 
>> italic, headings, etc.
>>
>> Jason
>>
> 
> What should I learn to help you out with the interface development ?
> Do you rely on knobo mostly ?


I actually just spent the last little bit getting TinyMCE working with 
html cells.  It works pretty nicely: you hit a button, the field turns 
into a TinyMCE editor, you edit the text, hit the button again, and the 
html code is put in the cell, which you then evaluate.

It'd be really nice if we could just do in-place editing of the html 
between cells, but that seems way more complicated since those are "text 
cells" and there isn't a facility for updating them, I don't think.  I'm 
looking at that quickly, though.

I'm not using knoboo because I haven't dealt at all with that codebase.

Do you have experience doing javascript/AJAX development?

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to