docs(user): mention split focus

This commit is contained in:
Elian Doran 2025-12-02 09:44:20 +02:00
parent a8ec323ea8
commit a7870495ac
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,10 @@ class="image image-style-align-center">
and one on the bottom), instead of horizontally as on the desktop.</li>
<li
data-list-item-id="e7659da22c36db39ae8e3dc5424afba1e">There can be only one split open per tab.</li>
<li data-list-item-id="eb848af9837a484a9de9117922c6d7186">It's not possible to resize the two split panes.</li>
<li data-list-item-id="e869c240066f602fbc1c0e55259ba62e5">When the keyboard is opened, the active note will be “maximized”, thus
allowing for more space even when a split is open. When the keyboard is
closed, the splits become equal in size again.</li>
</ul>
<p>Interaction:</p>
<ul>

View File

@ -29,6 +29,8 @@ Since v0.100.0, it's possible to have a split view on the mobile view as well, w
* On smartphones, the split views are laid out vertically (one on the top and one on the bottom), instead of horizontally as on the desktop.
* There can be only one split open per tab.
* It's not possible to resize the two split panes.
* When the keyboard is opened, the active note will be “maximized”, thus allowing for more space even when a split is open. When the keyboard is closed, the splits become equal in size again.
Interaction: