I am using Mathematica 12 and I am trying to set up some global preferences. What I am looking for is a way to set up globally (i.e. once and for all), for the Cells of Chapter, Subchapter styles that I create, to make the their GroupOpener visible.
Is there a way to configure it once and for all?
ALT + 1would toggle open / close of all Title style cells. – Rohit Namjoshi Mar 18 '20 at 19:52Cmd+1creates title, etc. – Rohit Namjoshi Mar 18 '20 at 19:56CellOptions->DisplayOptions->ShowGroupOpener:Inline, I can open and close sections but after I evaluate a cell with multiple lines, I can't put the cursor at an arbitrary point of the expression by just clicking (in that point) with the mouse. I can only navigate with the keyboard arrows! – hal Mar 19 '20 at 09:18ShowGroupOpener : Noneand everything went back to normal. I don't know what is the issue or why it behaves like that. Thanks for the help. – hal Mar 19 '20 at 10:02