persist font size, add :fav/:sub/:content commands
- note_editor: persist font size to SharedPreferences on change and restore it on load - note_list: add :fav (toggle favorites filter), :sub (toggle subdirectory search), :content (toggle file content search) commands - texts: document new commands in help content Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8645c656f2
commit
46dcd23419
3 changed files with 16 additions and 1 deletions
|
|
@ -74,13 +74,16 @@ Empty folders are automatically removed after the last file is deleted.
|
|||
Type a colon command in the search bar and press Enter:
|
||||
|
||||
:help – Open this guide.
|
||||
:about – Open app information.
|
||||
:tags – Toggle tag visibility.
|
||||
:fav – Toggle favorites filter.
|
||||
:sub – Toggle subdirectory search.
|
||||
:content – Toggle file content search.
|
||||
:day – Switch to light theme.
|
||||
:night – Switch to dark theme.
|
||||
:extern – Toggle external editor.
|
||||
:intern – Toggle internal editor.
|
||||
:emptytrash – Permanently delete trashed notes.
|
||||
:about – Open app information.
|
||||
|
||||
|
||||
""";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue