Releases: tadashi-aikawa/obsidian-various-complements-plugin
Releases · tadashi-aikawa/obsidian-various-complements-plugin
8.2.0
🎇 Shiny New Things
Separate the selection history file used in "Intelligent suggestion prioritization" from the plugin configuration file into different files (#197)
- For safety, I recommend backing up the
.obsidian/plugins/various-complements/data.json
file. - The path is a relative path from the Vault root.
- Default:
.obsidian/plugins/various-complements/histories.json
- Previous settings will be automatically migrated only once.
✨ New things
- Add a "Front matter key for exclusion" option
🔼 Improvements
8.2.0-beta4
8.2.0-beta3
8.2.0-beta2
8.2.0-beta1
8.1.0
✨ New things
- Add a Treat accent diacritics as alphabetic characters option (#211)
- Add a Disable on mobile option (#205)
🔼 Improvements
- Exact-or-partial-matched results are always displayed above fuzzy-matched ones (#213)
8.1.0-beta3
8.1.0-beta3
8.1.0-beta2
8.1.0-beta2
8.1.0-beta1
8.1.0-beta1
8.0.0
🎇 Shiny New Things
Fuzzy match (#127)
I have added a "Fuzzy match" option which enables you to match fuzzy. There should be little or no performance degradation, but it may take twice the time, depending on the case.
2023-02-19_22h39_28.mp4
"Insert an alias that is transformed from the displayed internal link" option (#193 )
As the Vault grows, there are notes with the same name in different contexts. Wikipedia has addressed these issues by adding bracketed suffixes to note names and removing the suffixes from the link display string. However, it also means we must insert the internal link with the alias. It is not efficient.
For these reasons, I have added an "Insert an alias that is transformed from the displayed internal link" option. For example, if you set
Before: regular expression pattern with captures
:(?<name>.+) \(.+\)$
After
:$<name>
Then the plugin inserts the link, [[hoge (huga)]]
, as [[hoge (huga)|hoge]]
.
2023-02-20_22h13_00.mp4
✨ New things
- Add a "Patterns to suppress trigger" option (#162)
- It can avoid conflicting with other auto-completion plugins
- Add an "Update internal links on save" option