Hi Ralf > I realized that the .sws File of a notebook is not a text file. > Would it be hard to also provide a text format that one could edit with > any editor? > > What I see, when I press the "Edit" button already doesn't look too bad. > Also when pressing the "Text" button, the notebook shows nice txt. > (Although it shows "sage: " in front of a command even if the session > type is gap or maxima.)
Note that if your goal is to write some notebook from scratch, I find it much easier to write a doc ReST file, to compile it and at the end to open it in the live doc of the notebook. You can see for example how we wrote a few demo and talk in sage-combinat queue [1]. Among the advantage of this method are that you can use your favorite editor (though for notebook mozilla extension "its only text" helps), you can test the result with sage -t and also you can easily use your favorite versionning system. Cheers, Florent [1] <http://combinat.sagemath.org/hgwebdir.cgi/patches/file/bbc583327540/sage-combinat-demo.patch> -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org