6.0.0
🎇 Shiny New Things
Custom searches (#19 #53 #72 #77)
It enables you to create a custom search command that includes
- Command name
- Search by
- Default input
- Command prefix
- Sort priorities
- Includes prefix path patterns
- Excludes prefix path patterns
And it shows the current search command and their actual query that contains default input.
Grep
This feature requires ripgrep that can call from anywhere. In other words, the rg --version command must be in a state to succeed everywhere.
2022-08-16_17h55_56.mp4
TAB
: Search (not realtime)Ctrl + ,
: preview- Input regards as a regex pattern
- Because ripgrep search just fastly when you need to search, it needs no indexes and caches, of course, no need to create them before! ✨
🔥 Breaking changes
v6.0.0 has some breaking changes related to commands and settings.
Commands
These commands were removed or renamed command ids.
- Normal search
- Recommended recent search
- Recent search
- Filename recent search
- Star Recent Search
In other words, It is necessary to reconfigure hotkey settings and other plugin settings.
If you want to use commands precisely the same as before, please look to the old README and set the priorities as the same.
Settings
Before | After |
---|---|
Search by headers |
in Search commands |
Search by links |
in Search commands |
Ignore prefix path patterns for Normal search |
in Search commands |
Ignore prefix path patterns for Recent search |
in Search commands |
Ignore prefix path patterns for Filename Recent search |
in Search commands |
Ignore prefix path patterns for Backlink search |
Exclude prefix path patterns for "Backlink search" |
Ignore prefix path patterns for Move file to another folder |
Exclude prefix path patterns for "Move file to another folder" |
✨ New Things
Add "insert all to editor" in dialog
Alt + Shift + Enter
👍
2022-07-31_14h47_09.mp4
Add a count view of the number of suggestions
Add a <current_dir> directive that means the current directory, in "Include prefix path patterns" and "Exclude prefix path patterns" (#38)
Add a "Hide hotkey guides" option (#80)
🔼 Improvements
- Improve a dialog position of "Header floating search in file" (Recursive divided pane and multi popup windows)
🦾 No longer broken
- Fix a layout bug about "Move file to another folder"
Thanks @FelipeRearden!