- App menu: ensuring themes in the “themes” submenu are sorted naturally
- Ensuring editing installed themes refreshes them immediately
- Added a “useSubscriptionUpdate” react hook
- Added a standalone editor
- New command: standaloneEditor.close
- New context key: isStandaloneEditorOpen
- Ensuring the “attachments.editor.close” command is visible in the command palette when appropriate
- Added some functions related to metadata serialization/deserialization
- Updated some dependencies
- Svelto: disabled the “centered” decorator, which conflicts with Notable’s centered mode
- Added a built-in note metadata editor
- New commands: note.metadata.editor.open, note.metadata.editor.close, note.metadata.editor.toggle
- New context key: isNoteMetadataEditorFocused
- New context key: isNoteMetadataEditorOpen
- Edit menu: added an item for toggling the note metadata editor
- New shortcut: CmdOrCtrl+Alt+Shift+E -> note.metadata.editor.toggle
- Zen mode: hiding the statusbar
- Zen mode: hiding the custom menubar (Windows)
- Fixed an issue with the “themes.cycle” command
- Added a custom CSS/JS editor for editing persistent injected CSS/JS
- New commands: customCode.editor.open, customCode.editor.close, customCode.editor.toggle
- New context keys: isCustomCodeEditorFocused, isCustomCSSEditorFocused, isCustomJavaScriptEditorFocused, isCustomCodeEditorOpen
- App menu: added an item for toggling the custom CSS/JS editor
- Minor changes
- Added a context menu for the standalone editor