You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/notebook-extension/schema/tracker.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -825,6 +825,12 @@
825
825
"description":"Defines the maximum number of output cells to to to be rendered in the output area for cells with many outputs. The output area will have a head and a tail, and the outputs between will be trimmed and not displayed unless the user clicks on the information message.",
826
826
"type":"number",
827
827
"default":50
828
+
},
829
+
"experimentalEnableDocumentWideUndoRedo": {
830
+
"title":"Experimental settings to enable the undo/redo on the notebook document level.",
831
+
"description":"Enable the undo/redo on the notebook document level, so actions like cells move, change... can have history. The undo/redo never applies on the outputs, in other words, outputs don't have history.",