Releases: timhor/obsidian-editor-shortcuts
Releases · timhor/obsidian-editor-shortcuts
1.5.0
- New feature: copy line up/down (contributed by @mk12)
1.4.1
- Bug fix: expand to brackets now works on the first line
- Bug fix: go to end of line now works properly for selections spanning more than one line
- Bug fix: handle specified lowercase articles ('the', 'a', 'an') when converting to title case from uppercase
1.4.0
- New feature: select word under cursor (contributed by @pulsovi)
1.3.0
- New feature: go to next/previous heading (contributed by @Dmitriy-Shulha)
- Bug fix: set cursor at the correct position after delete line (contributed by @pulsovi)
1.2.1
- Bug fix: delete line now works properly on the last line of the file (contributed by @pulsovi)
1.2.0
- New feature: expand selection to brackets (
[]
, ()
, {}
)
- New feature: expand selection to quotes (
''
, ""
, ``
)
1.1.0
- New feature: transform selection to title case
- Enhancement: if nothing is selected, transform case acts on the word the cursor is on
- Enhancement: selection is preserved after transforming case
- Enhancement: insert line below matches the indentation of the current line