feat(docs): document split view
@ -0,0 +1,12 @@
|
||||
# Split View
|
||||
In Trilium, is possible to work with two or more notes side-by-side.
|
||||
|
||||

|
||||
|
||||
## **Interactions**
|
||||
|
||||
* Press the  button to the right of a note's title to open a new split to the right of it.
|
||||
* It is possible to have as many splits as desired, simply press again the button.
|
||||
* Only horizontal splits are possible, vertical or drag & dropping is not supported.
|
||||
* When at least one split is open, press the  button next to it to close it.
|
||||
* Use the  or the  button to move around the splits.
|
||||
|
After Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 249 B |
@ -0,0 +1,52 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../../../style.css">
|
||||
<base target="_parent">
|
||||
<title data-trilium-title>Split View</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 data-trilium-h1>Split View</h1>
|
||||
|
||||
<div class="ck-content">
|
||||
<p>In Trilium, is possible to work with two or more notes side-by-side.</p>
|
||||
<figure
|
||||
class="image">
|
||||
<img style="aspect-ratio:1398/1015;" src="Split View_2_Split View_im.png"
|
||||
width="1398" height="1015">
|
||||
</figure>
|
||||
<h2><strong>Interactions</strong></h2>
|
||||
<ul>
|
||||
<li>Press the
|
||||
<img src="Split View_Split View_imag.png" width="16" height="16">
|
||||
<img src="https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/Split%20View_image.png"
|
||||
alt="">button to the right of a note's title to open a new split to the right
|
||||
of it.
|
||||
<ul>
|
||||
<li>It is possible to have as many splits as desired, simply press again the
|
||||
button.</li>
|
||||
<li>Only horizontal splits are possible, vertical or drag & dropping is
|
||||
not supported.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>When at least one split is open, press the
|
||||
<img src="https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/3_Split%20View_image.png"
|
||||
alt="">
|
||||
<img src="Split View_3_Split View_im.png" width="10" height="10">button next to it to close it.</li>
|
||||
<li>Use the
|
||||
<img src="Split View_4_Split View_im.png" width="7" height="10">
|
||||
<img src="https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/4_Split%20View_image.png"
|
||||
alt="">or the
|
||||
<img src="Split View_1_Split View_im.png" width="7" height="10">
|
||||
<img src="https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/1_Split%20View_image.png"
|
||||
alt="">button to move around the splits.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 249 B |