Releases: tadashi-aikawa/obsidian-various-complements-plugin
5.6.1
5.6.0
🎇 Shiny New Things
Front matter complement (#74)
It suggests and completes the text with front matter properties only when the cursor is in the front matter.
Many thanks! @chrisgrieser, @zeltak 😄
Add a english-only to the strategy option (#86)
You may want to select it if you can't use the other strategies but only use it for English.
default
english-only
Many thanks! @anselmwang 😄
✨ Improvements
- Add a Show Match strategy Option (#89)
- Improve both the order of suggestions and merge strategy
5.5.0
✨ Improvements
- Add a Description on suggestion option on Appearance (#84)
5.4.0
✨ Improvements
- Add a Include only files under current directory option on Current vault complement (#82)
5.3.0
🎇 Shiny New Things
Add a Open source file key option (#79)
It enables you to open a source file where it creates a suggestion. It is enabled only in the case of Current vault complement and Internal link complement.
5.2.0
✨ Improvements
- Add a Show Indexing status option (#83)
5.1.0
🎇 Shiny New Things
Current vault complement (#16)
It loads word automatically from the vault only when Obsidian starts. You can reload words manually by a Reload current vault command.
There are two options, Include prefix path patterns and Exclude prefix path patterns.
Enhance the appearance of suggestions (#76)
Add status bar (#16)
✨ Improvements
Enhance suggestions for aliases of internal links (#73)
Others
- Handle white spaces accurately (not fuzzy)
- Add a Word regex pattern option on Custom dictionary complements options (#81)
🦾 No longer broken
- Fix that Japanese strategy doesn't show suggestions in niche cases (#77)
5.0.1
5.0.0
🎇 Shiny New Things
Documentation
I have created documentation that includes all features, options, and commands.
https://tadashi-aikawa.github.io/docs-obsidian-various-complements-plugin/
Add support for multi-word(phrase) completions (#24)
Previous versions
Current version
For more details, please see Max number of words as a phrase and Min number of words for trigger.
Thanks for @chrisgrieser, @eleanorkonik, @FelipeRearden !!
Add a word to a custom dictionary dialog (#67)(#68)(#69)
Add to custom dictionary context menu or a Add a word to a custom dictionary command opens the dialog.
Add Select a suggestion key option
✨ Improvements
- Suppress suggestions if it regards current line as front matter, code block, or horizontal line
Escape/Unescape tab and line break
🦾 No longer broken
- Avoid conflict with other completions in edge cases (#49)
- Fix a bug that doesn't redraw settings after toggling a
Enable internal link complement
option.
🔥 Breaking changes
- Update Additional cycle through suggestions keys option
- Remove
Ignore Enter Key
option - Remove
Ignore Tab Key
option - Remove
Overwrite duplicated existed phrase
option