Releases: KrazyManJ/obsidian-keyshots
2.4.0
2.4.0
New commands
Reopen current note
- reopens current note (useful for reloading content that re-loads only when note is closed and opened)
Fixes
- Fixed behavior of
Expand line selection
command (#11) - Fixed preview behavior of
excalidraw
for commands based on regex modal - Fixed coloring for
Insert table
command
2.3.0
2.3.0 - Few fixes and improvements
New features
- Ability to add custom callouts for
Better insert callout
command (#8) - Double shift now improved to be able to select community switch engines, supported plugins are (#7):
- Quick switcher (Core plugin)
- Omnisearch
- Quick Switcher++
Improvements
- Fixed behavior of
Go to next/previous fold
commands (#5)
2.2.0
2.2.0 - 5 NEW COMMANDS
New commands
Toggle focus mode
- hides ribbon menu, sidebars, and toggle app fullscreenGo to next fold
- navigates cursor to next fold inside note (based on suggestion #5)Go to previous fold
- navigates cursor to previous fold inside note (based on suggestion #5)Go to parent fold
- navigates to parent fold inside note (based on suggestion #5)- Double key
Open Command-Palette
command via double Ctrl shortcut. (created on the basis of #4)
Fixes
2.1.2
2.1.1
2.1.0
Release 2.1.0
This plugin finally hits milestone of 50 commands available for you to use! 🥳🥳
New commands
- Better insert callout (displays available callouts to use)
- Insert Table
- Search by Regular Expression (Regex)
- Replace by Regular Expression (Regex)
- Toggle all callouts fold state
- Open all foldable callouts
- Close all foldable callouts
Other things I've done
- Added categories for commands and sorted command via these categories
2.0.1
2.0.0
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 editorMulti-toggle bold
Multi-toggle italic
Multi-toggle code
Multi-toggle highlight
Multi-toggle comment
Multi-toggle strikethrough
Toggle underline
- underline selected textsToggle keyboard input (<kbd>)
- surrounds text with keyboard-input tagsInsert code block
- inserts code blocks in selections with ability to choose language/code block processingInsert 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
1.5.0
Release 1.5.0 - 10 NEW COMMANDS!
It took a long time from last release (in comparison to other ones), so I am releasing a HUGE UPDATE!
Added 10 new commands:
Open Keyshots settings
Select all word instances
Select multiple word instances
Shuffle selected lines
(with shuffle rounds option)Toggle Keyshots case sensitivity
Toggle case (JetBrains)
Transform selections from / to Kebabcase
Toggle inline title (setting)
Split selections by lines
Expand line selections
Currently in the same day as this release comes public I didn't provide gif examples in README.md, i will add them soon!
Added new features:
- Toggle case sensitivity in settings - toggles case sensitivity for
Select multiple word instances
andSelect all word instances
commands - Use keyshots hotkeys combined with selected IDE - whenever you select any IDE preset, then keyshots merge it's mapping with IDE mapping, if you don't want this to happen, you can just disable it!
Improvements:
- Now commands will not "glitch" text when performing undo/redo action on them
- Now all presets have full mappings for all actions (if specific IDE has it defaultly) - i have full map in README!