Skip to content

2.0.0

Compare
Choose a tag to compare
@KrazyManJ KrazyManJ released this 05 May 16:35
· 51 commits to master since this release

Release 2.0.0 - Huge update | 🌟Double-key commands🌟

I know last update was 5 months ago but I am currently finishing school so i do not have that much time.

New commands:

Multi-togglers are commands that are already in Obsidian, but they provide ability to perform actions with multiple selections.
For example Multi-toggle bold surrounds text like this **<text>** but with multiple selections anywhere in editor.

  • Change Keyshots preset - changing keys preset in editor
  • Multi-toggle bold
  • Multi-toggle italic
  • Multi-toggle code
  • Multi-toggle highlight
  • Multi-toggle comment
  • Multi-toggle strikethrough
  • Toggle underline - underline selected texts
  • Toggle keyboard input (<kbd>) - surrounds text with keyboard-input tags
  • Insert code block - inserts code blocks in selections with ability to choose language/code block processing
  • Insert ordinal numbering - inserts numbers on each selections (1,2,3,4,...)
  • Open developer tools - opens developer tools (great for developers of plugins)

Double-key Commands are available

JetBrains feature to do action after certain key is pressed twice. All about double key commands is mentioned in README.

Fixes

  • Updated hotkeys for rest of all commands
  • Fixed select word regex to select word correctly
  • Fixed selection processing to correctly handle selection replacing on same lines
  • Updated commands names to be more clearer and shorter

Full Changelog: 1.5.0...2.0.0