Releases: tadashi-aikawa/obsidian-various-complements-plugin
Releases · tadashi-aikawa/obsidian-various-complements-plugin
3.2.0
🎇 Shiny New Things
Predictable complement
Predictable complement is similar to a Hippie completion for IntelliJ IDEA; it is triggered by a hotkey, Shift + Space
by default.
Match strategy
option (#41 #42 )
Add Match strategy
option that enables you to use Partial match,
but it is 10 times slower than Prefix match
✨ Improvements
- Add a
Toggle Match strategy
command
3.1.0
3.0.1
🦾 No longer broken
- Fix a bug that suggests what starts with lowercase despite query starts with uppercase
3.0.0
🎇 Shiny New Things
Internal link complement (#28)
It complements the text with internal links, which include both resolved and unresolved. You can notice it and insert them even if you forget to have created internal links.
Performance improvement (#33)
- Improve to show suggestions more than 10 times faster (#33)
Take care of uppercase (#31)
- Show suggestions replaced with first letter as capital if query starts with capital (#31)
- Use case-insensitive match except for
Internal Link Search
(#30)
Renew options (#28)
- Add
Enable Current file complement
option - Add
Enable Custom dictionary complement
option - Add
Enable Internal link complement
option - Add
Show log about performance in a console
option - Add a
Propagate ESC
option- It is handy for users who use vim mode
- Add
Insert space after completion
option - Add
Disable suggestions during IME on
option (#29) - Add
Show suggestions
command (#29) - Update a range of
Delay milli-seconds for trigger
from0 to 10000
to0 to 1000
✨ Improvements
- Use prefix match instead of the partial match to reduce noisy suggestions
- Improve suggestion order
- Show a suggestion which equals a query
🦾 No longer broken
- Fix that registers duplicated events when it reloads plugins
🔥 Breaking changes
- Remove
Only suggest from custom dictionaries
option (#28) - Remove hot key from
Toggl Auto-complete
command
@chrisgrieser @FelipeRearden @chenyukang
Thank you for your various contributions and testing!
2.0.0
1.4.1
🦾 No longer broken
- Fix a layout issue in settings on mobile
1.4.0
🎇 Shiny New Things
Support a description and aliases on Custom Dictionaries (#13)
2021-11-21_12h32_16.mp4
If you want to know more detail, please see README.
✨ Improvements
- Support a relative path from Vault root in a
Custom dictionary paths
setting (#17) - Suppress showing suggestions after auto-complete
- Suppress showing suggestions in unnecessary cases
- It trims
*
and~
from suggestions