forked from KosmosisDire/obsidian-webpage-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_layout.xml
30 lines (29 loc) · 830 Bytes
/
page_layout.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<head-content />
<custom-head-content />
</head>
<body>
<vertical>
<webpage>
<left-sidebar>
<theme-toggle />
<file-viewer />
</left-sidebar>
<vertical>
<document />
</vertical>
<right-sidebar>
<graph-view />
<outline />
</right-sidebar>
</webpage>
</vertical>
</body>
</html>
<!-- Possible Tags:
HTML Tags: html, body, head
Layout Tags: vertical, horizontal
Main Element Tags: theme-toggle, file-viewer, document, graph-view, outline, head-content, custom-head-content
Website Layout Tags: webpage, left-sidebar, right-sidebar
-->