mathics-django icon indicating copy to clipboard operation
mathics-django copied to clipboard

How to enter a text cell?

Open toddmo opened this issue 3 years ago • 2 comments

I haven't been able to find on google, stack overflow, the documentation how to simply enter a cell of type text (as opposed to a formula cell). There doesn't seem to be a menu in the django interface to select the type of cell. These are useful to add headings and comments to notebooks.

Does Mathics support creating text cells in the django interface? Is there a special key combination to do this? If so, where is that explained in any of the documentation? Thanks.

I tried Alt+7, but that activated another browser tab because Alt [1-9] are all shortcuts to the numbered tabs. I'm not sure if there's a way to turn that off. I looked over the browser settings and didn't find a way.

toddmo avatar Oct 09 '22 15:10 toddmo

I don't think this is possible now, but you can add comments like this: (* this is a comment *)

TiagoCavalcante avatar Oct 11 '22 01:10 TiagoCavalcante

I don't think this is possible now, but you can add comments like this: (* this is a comment *)

Yes it isn't possible now. There is quite a bit still to be done boxing and formatting before we could be able to support Cells (and more generally notebooks and interfacing with Jupyter).

We are starting to work on this now, but we have very few people working on this. If this is something you are interested in seeing done and want to dig in, feel free to do so!

rocky avatar Oct 11 '22 11:10 rocky