Skip to content

Releases: vipzhicheng/logseq-plugin-vim-shortcuts

v0.1.12

03 Aug 06:25
Compare
Choose a tag to compare
  • feat: refactor search highlight, now it won't change block content.

v0.1.11

18 Jul 02:53
Compare
Choose a tag to compare
  • fix: change mapping zm and zM to zc and zC. #21
  • fix: adjust a, i, A and I mapping #20.
  • fix: typos, thanks to @RomanHN #19
  • fix: adjust color picker, auto lose focus for preview.

v0.1.10

14 May 12:15
Compare
Choose a tag to compare
  • 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

10 May 01:52
Compare
Choose a tag to compare
  • feat: add --ns and --namespace to :go and :go!, so you can go next level without inputing prefix title

v0.1.8

05 May 03:59
Compare
Choose a tag to compare
  • feat: add z M to collapse hierarchically. add z O to extend hierarchically.

v0.1.7

01 May 02:51
Compare
Choose a tag to compare
  • 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

27 Mar 12:13
Compare
Choose a tag to compare

Changes

  • feat: add ctrl+a and ctrl+x to increase or decrease the first found number in block. Support multiple selections and combo.
  • feat: add x and X to cut a leading character or word. Support multiple selections.
  • adjust: :lorem now support -p and --paragraph stands for paragraph, -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

24 Mar 06:39
Compare
Choose a tag to compare
  • 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

18 Mar 09:22
Compare
Choose a tag to compare

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 and Children 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

13 Mar 10:17
Compare
Choose a tag to compare
  • feat: add mod+alt+; shortcut to command mode for Windows trigger.
  • feat: support emoji replacement, like :smile: will be replaced to 😄 immediately.