You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
* Add menu item to toggle note list #1988 * Hiding the noteList now fully works + standardized casing for noteList #1988 * hiding verticalResizer to fully hide note list and its extra border #1988 * curly braces on the same line #1988 * fa-tasks is "less" worse as an icon for toggle note list #1988 * liking this icon a whole lot more * removed useless width tweak
This commit is contained in:
committed by
Laurent Cozic
parent
8c5d82fab2
commit
885858dcb4
@ -405,6 +405,7 @@ class Setting extends BaseModel {
|
||||
},
|
||||
noteVisiblePanes: { value: ['editor', 'viewer'], type: Setting.TYPE_ARRAY, public: false, appTypes: ['desktop'] },
|
||||
sidebarVisibility: { value: true, type: Setting.TYPE_BOOL, public: false, appTypes: ['desktop'] },
|
||||
noteListVisibility: { value: true, type: Setting.TYPE_BOOL, public: false, appTypes: ['desktop'] },
|
||||
tagHeaderIsExpanded: { value: true, type: Setting.TYPE_BOOL, public: false, appTypes: ['desktop'] },
|
||||
folderHeaderIsExpanded: { value: true, type: Setting.TYPE_BOOL, public: false, appTypes: ['desktop'] },
|
||||
editor: { value: '', type: Setting.TYPE_STRING, subType: 'file_path_and_args', public: true, appTypes: ['cli', 'desktop'], label: () => _('Text editor command'), description: () => _('The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.') },
|
||||
|
Reference in New Issue
Block a user