craftzdog
(Takuya Matsuyama)
1
New features
- Global hotkey to create a new note in a separate window (Learn more)
- Added
application:quick-note
command
Improvements
- Upgrade Electron from 12 to 16.0.10
- Set focus to the editor title input when a sub window shows up (Thanks Otawara)
- Button for clearing the search box (Thanks Jimmy and David)
-
optional chaining syntax is supported with babel for plugins
- Support importing Markdown files by specifying folders
Bugfixes
- Can’t change sort order by commands (Thanks Ryuki)
- Window gets unintentionally resized when dragging if acrylic background enabled (Thanks elpnt)
- Move the ‘full sync’ menu to under the Help menu
- Multiline selection does not follow cursor upwards (Thanks Magnus)
- Bump up CodeMirror to 5.65.2
- Note search fails with specific characters (Thanks Magnus)
- Searching for a note fails when using some characters like “%” and “&”
- Images are duplicated in the editor (Thanks Lukas)
Breaking changes
- A syntax highlighting for GraphQL has been moved to a plugin: lang-graphql
-
require('electron').remote
is no longer available for plugins. Use require('@electron/remote')
instead. Learn more
5 Likes