Skip to content

Releases: timhor/obsidian-editor-shortcuts

1.14.0

24 May 13:50
Compare
Choose a tag to compare
  • 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

14 Apr 06:49
Compare
Choose a tag to compare
  • 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

03 Feb 11:53
Compare
Choose a tag to compare
  • New feature: go to first/last line (contributed by @hdykokd)
  • New feature: go to line number
  • New feature: go to next/previous word
  • New feature: move cursor up/down
  • Bug fix: deleting a line that is longer than the following line now sets the cursor position correctly

1.12.0

14 Jan 05:09
Compare
Choose a tag to compare
  • 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

07 Jan 11:04
Compare
Choose a tag to compare
  • New feature: insert cursor above/below
  • Enhancement: automatically insert markdown list prefix when inserting a line above/below within a list

1.10.0

30 Aug 14:23
Compare
Choose a tag to compare
  • 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

29 May 13:50
Compare
Choose a tag to compare
  • 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

24 Apr 13:59
Compare
Choose a tag to compare
  • 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

05 Apr 13:39
Compare
Choose a tag to compare
  • Enhancement: all commands now work with multiple cursors (with the exception of "Go to next/previous heading")

1.6.0

17 Mar 13:09
Compare
Choose a tag to compare
  • New feature: delete to end of line (contributed by @RohanM)
  • New feature: move cursor left/right (contributed by @RohanM)
  • New feature: go to previous/next line (contributed by @RohanM)