File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : layouts/docs.tsx
3+ title : Views
4+ ---
5+ ## Views
6+
7+ You can view your data in many different ways using commands in the Command Palette.
8+
9+ ### Document
10+ Converting your node(s) to document view centers them in the panel, styles the nodes like paragraphs, and supports basic Markdown formatting.
11+
12+ * Note: document view is a one-way conversion. Document nodes can't be converted back to List (outline) view.*
13+
14+ #### Create a Document
15+ With your cursor on the parent node of the node(s) you want to convert to a document, open the Command Palette and select ** Make Document** .
16+
17+ #### Markdown formatting
18+
19+ ##### Text styles
20+ ``` html
21+ *italic* or _italic_
22+ **bold**
23+ ~~strikethrough~~
24+ ```
25+ ##### Lists
26+ ``` html
27+ - unordered lists
28+ * with any of
29+ + these characters
30+
31+ 1. ordered
32+ 2. lists
33+ ```
34+
35+ ### Table
36+ Useful for a set of nodes with common fields. Node fields will become columns.
37+
38+ #### Use Table View
39+ With your cursor on the parent node of the nodes you want to convert to a document, open the Command Palette and select ** View As Table** .
40+
41+ To revert back to List (outline) view, select the parent node and choose "View as List" from the Command Palette.
42+
43+ ### Tabs
44+ The tab view tidies up a common group of nodes, allowing you to view one tab at a time.
45+
46+ #### Use Tabs View
47+ With your cursor on the parent node of the nodes you want to convert to a document, open the Command Palette and select ** View As Tabs** .
You can’t perform that action at this time.
0 commit comments