Releases: timhor/obsidian-editor-shortcuts
Releases · timhor/obsidian-editor-shortcuts
1.14.0
- New feature: undo and redo have been made available as hotkeys which can be reassigned
- Enhancement: undo/redo now batches actions for multiple cursors for insert line above, insert line below, and delete line
- Bug fix: a line beginning at a trailing newline of a selection will be excluded from being duplicated/deleted or having a cursor added
1.13.1
- Enhancement: when on an empty list item, insert line below will delete the line instead of inserting another empty list item
- Bug fix: select word now works when the cursor is next to a digit
- Bug fix: when on a line that is long enough to be wrapped, delete line now sets the cursor position correctly
1.13.0
1.12.0
- New feature: toggle case (cycles between uppercase, lowercase and title case – contributed by @MatthewAlner)
- New feature: toggle line numbers
- New feature: indent using spaces/tabs (note that this doesn't convert any existing indentation)
- Enhancement: automatically insert markdown checklist prefix when inserting a line above/below within a checklist
- Enhancement: automatically remove markdown checklist prefix when joining lines
- Bug fix: dividers are no longer treated as list items when inserting markdown list prefix
1.11.0
1.10.0
- Enhancement: multiple selected lines can be joined in one go
- Enhancement: markdown quote characters (
>
) will be automatically removed when joining lines - Bug fix: join lines will now only add a space after the cursor if one does not already exist
- Bug fix: select next occurrence now works properly with unicode characters
1.9.0
- New feature: delete to start of line
- Enhancement: select next occurrence will behave differently depending on how the initial selection was made (either matching only the entire word or matching substrings as well – see README for details)
- Enhancement: automatically scroll to next occurrence when adding to selection
- Bug fix: select next occurrence now works with selections containing special characters like parentheses
1.8.0
- New feature: select next occurrence of current selection
- New feature: select all occurrences of current selection
- New feature: add cursors to line/selection ends
- Enhancement: join line from inside a list will automatically remove the list item marker (contributed by @chrisgrieser)
- Enhancement: expand selection to quotes or brackets is now available as a combined action (contributed by @chrisgrieser)
- Bug fix: select word now works with accented characters
- Bug fix: join line no longer throws an error when on the last line
- Bug fix: join line with multiple cursors now sets the new cursor positions correctly
1.7.0
- Enhancement: all commands now work with multiple cursors (with the exception of "Go to next/previous heading")