Releases: vipzhicheng/logseq-plugin-vim-shortcuts
Releases · vipzhicheng/logseq-plugin-vim-shortcuts
v0.1.12
- feat: refactor search highlight, now it won't change block content.
v0.1.11
v0.1.10
- feat: support
:NUMBER
to scroll to specific line or:.NUMBER
represents scrolling to NUMBER * 100% of the page. - fix: optimize search a little bit.
v0.1.9
- feat: add
--ns
and--namespace
to:go
and:go!
, so you can go next level without inputing prefix title
v0.1.8
- feat: add
z M
to collapse hierarchically. addz O
to extend hierarchically.
v0.1.7
- feat: new VIM-like in-page search support smartcase.
- feat: add short n for next match, N for prev match.
- feat: add highlight support,
:clear-highlights
to clear all highlights on current page.
v0.1.6
Changes
- feat: add
ctrl+a
andctrl+x
to increase or decrease the first found number in block. Support multiple selections and combo. - feat: add
x
andX
to cut a leading character or word. Support multiple selections. - adjust:
:lorem
now support-p
and--paragraph
stands forparagraph
,-w
and--word
stands for word. - adjust:
:lorem-ipsum
is deleted, because it is too long to type.
❤️ Buy me a coffee
If this plugin solve your situation a little bit and you will, you can choose to buy me a coffee via this and this, that means a lot to me.
v0.1.5
- feat: add :copy-path to get page or journal absolute path, so you can edit it outside of Logseq.
- feat: add :open-in-vscode to open page or journal in VSCode
v0.1.4
Changes
This release is all about setting block background color
- feat:
:bg [namedColor|hexColor]
command to set block background color, support multiple block selection. - feat:
:bg-picker
command to trigger a color picker to select block background color, support multiple block selection. - feat:
:bg-random
command to set block background color randomly, support multiple block selection. - feat:
:bg-clear
command to clear block background color, support multiple block selection. - feat:
/Random Bg Color
andChildren Random Bg Color
to set block background color and children blocks background color.
❤️ Buy me a coffee
If this plugin solve your situation a little bit and you will, you can choose to buy me a coffee via this and this, that means a lot to me.
v0.1.3
- feat: add
mod+alt+;
shortcut to command mode for Windows trigger. - feat: support emoji replacement, like
:smile:
will be replaced to 😄 immediately.