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: src/vs/workbench/contrib/notebook/browser/docs/notebook.layout.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
The notebook editor is a virtualized list view rendered in two contexts (mainframe and webview/iframe). It's on top of the builtin list/tree view renderer but its experience is different from traditional list views like File Explorer and Settings Editor. This doc covers the architecture of the notebook editor and layout optimiziations we experimented.
2
2
3
-
# Archtecture
3
+
*[Architecture](#architecture)
4
+
*[Notebook model resolution](#notebook-model-resolution)
5
+
*[Viewport rendering](#viewport-rendering)
6
+
*[Cell rendering](#cell-rendering)
7
+
*[Focus tracking](#focus-tracking)
8
+
*[Optimizations](#optimizations)
9
+
*[Executing code cell followed by markdown cells](#executing-code-cell-followed-by-markdown-cells)
10
+
*[Re-executing code cell followed by markdown cells](#re-executing-code-cell-followed-by-markdown-cells)
0 commit comments