Improved search functionality
The new search (and replace) dialog has an improved UI and is now "block aware", meaning that one can choose to search within the current block or across all blocks. The search settings (within the current block, case sensitivity, whole words) also affects the Cmd/Ctrl-D
command for selecting the next occurrence of the current selection.
Other fixes and improvements
- Fix issues with todo lists checkboxes in Markdown blocks
- Fix issue with markdown blocks sometimes not being fully folded
Merged PRs
- Improve search functionality by @heyman in #358
- Fix issue with incorrect syntax for todo list checkboxes in markdown blocks by @heyman in #360
- Make todo list checkbox widgets' ranges atomic by @heyman in #361
- Remove CodeMirror markdown extension by @heyman in #366
- Add key bindings for Command+ArrowLeft/Right on Mac OS by @heyman in #368
Full Changelog: v2.3.3...v2.4.0