On Thu, Oct 10, 2013 at 4:16 PM, ccandide <c.cand...@laposte.net> wrote:
> Sage Notebook has nice editing capabilities allowing the user to create rich
> style worksheets making a worksheet far more than a sequence of cells
> input/output. Does the new sagecloud provide the same rich text features ?

Put

%md

at the top of a cell to use markdown formatting (which fully supports
latex formulas).   See http://daringfireball.net/projects/markdown/
about markdown.
When you press shift-enter, the output is displayed.  Double click to edit.

You can also use %html in a similar way to the above.

The tinymce editor is not available *yet* to edit %html cells, but I
hope to change that soon -- when done %html cells will be editable
using tinymce.

> How to import a sws file into a sageCloud worksheet ?

Just load and open an existing sws file.  The "rich text formatting"
between cells will get converted to %html cells.

-- William

> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to