On Tuesday, March 20, 2012 10:34:53 PM UTC+8, Jason Grout wrote: > > On 3/20/12 10:22 AM, Kazimierz Kurz wrote: > > > > > > Hello everybody! > > > > Please consider to add for sage worksheet the following feature: > > > > Some parts of the worksheet may be hidden under "+" mark. It will be > > section for example containing important computations of auxiliary > > definitions tr objects which are not relevant to lecture, but required > > to perform computations. User may then read the worksheet content > > without interruptions on details, but while it is required, may click on > > "+" sing and dive into it. > > > > I think it would be very handy and elegant... > > Maybe some of You will be able to add such feature.. > > Excellent suggestion. We've wanted this for a long time now. We > welcome anyone who wants to implement it. > > Thanks, > > Jason > This is almost possible for individual cells. There is a "%hide" which if put (without quotes) in the first line of a cell hides the cell, except for showing only one line. What it lacks is a nice button which can automate this procedure on the click of a button.
The notebook interface has many hidden and nice features. The css and js in the notebook definitely deserves an upheaval to make these hidden features visible to a user. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
