aquirdTurtle / Collapsible_Headings

Implements Collapsible Headers for Jupyter Lab Notebooks
BSD 3-Clause "New" or "Revised" License
182 stars 8 forks source link

Write only "collapsed: true" metadata, skip "collapsed: false" #17

Closed nanoant closed 4 years ago

nanoant commented 4 years ago

As in the title. It would be great if Collapsible_Headings would be transparent, so if I don't collapse anything and Open/Save notebook it is no different that one without extension installed, nothing extra added.

Additional reasoning is that I don't see much (information-wise) difference between having "collapsed": false and not having anything at all.

Also, I'd small suggestion to use lower case "collapsed": true instead of "Collapsed": true, as the other tags in the notebook are lowercase.

aquirdTurtle commented 4 years ago

Hi there @nanoant, thanks for the suggestions. Should work this way in just-published extension version 2.1.0.

nanoant commented 4 years ago

@aquirdTurtle Awesome, thank you.