What you *should* do is alt (or command on mac) click on each cell
where you want to hide, then click the "delete output" button.
However, that doesn't work at this very moment, since I implemented it
before there were multiple selections. The fix is probably 2 or 3
lines just changing getting the selection to iterating over multiple
selections. Even if I do this, it seems like this would be pretty
annoying since you still have to click a bunch of times.
With sublime editor shortcuts selected, you can also do a search for
some pattern, then hit control-d multiple times to put the cursor at
the results matching the search.
Another option would be to write a Python script to process the
worksheet, then run it. The file
~/.sagemathcloud/sagews2pdf.py
is basically a Python parser for worksheets -- it could load the
worksheet, do anything you want programmatically, then save the
worksheet. If the worksheet is saved to disk, then the updated state
will be displayed automatically in the UI within 5 seconds.
A final option would be a similar parser (and plugin mechanism) that
operates client side at the Javascript level...
I think the Python script option is pretty nice though. It would make
it easy to do sophisticated processing to a document in Python itself,
which would be very useful in general.
> --
> You received this message because you are subscribed to the Google Groups "sage-cloud" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-cloud+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-cloud/20150415150806.GB27963%40math.wisc.edu.