Releases: tadashi-aikawa/obsidian-various-complements-plugin
10.0.3
10.0.2
10.0.2
10.0.0
🎇 Shiny New Things
Fallback linkify #292
The Fallback linkify feature relaxes Match strategy or suggests creating a new 'Internal link' when no appropriate candidates, particularly for 'Internal links', are found.
Imagine this scenario: you expected a note that had already been created to be suggested as a candidate for an internal link... However, the note did not actually exist, and no suggestions were displayed, disrupting our writing flow. This feature is designed for such situations, allowing the immediate linkification of words or phrases entered just before, without interrupting the writing process.
The fallback process varies depending on the 'Match strategy' setting. If the 'Match strategy' is set to prefix
, the first command will fallback to partial
, and the second command will revert the phrase/word and convert it into an internal link. When the 'Match strategy' is partial
, it converts directly to an internal link on the first command.
🎥
2024-03-13_22h10_25.mp4
- If no other candidates besides 'Internal link' are displayed, and if 'partial match fallback' does not yield results, then immediately proceed to 'new link fallback'
- The max number of suggestions provided by the 'new link fallback' matches the ⚙️ Max number of words as a phrase setting.
✨ New things
- Add 'Exclude word patterns for indexing' settings for 'Current file complement' and 'Current vault complement' #288
🔥 Breaking changes
Settings
- Main
- Clear the 'Insert space after completion' setting and change the default value to
false
- Clear the 'Insert space after completion' setting and change the default value to
- Appearance
- Change the default settings for 'Show Match Strategy', 'Show Complement Automatically', and 'Show Indexing Status' to
false
- Change the default settings for 'Show Match Strategy', 'Show Complement Automatically', and 'Show Indexing Status' to
- Front matter complement
- Change the default setting of 'Enable Front Matter Complement' to
false
- Change the default setting of 'Enable Front Matter Complement' to
10.0.0-beta3
10.0.0-beta2
10.0.0-beta1
9.4.0
9.3.0
🎇 Shiny New Things
select with custom alias pop-up command (#282 )
This command inserts the selected suggestion along with a custom alias. The alias can be entered in a dialog that appears after the command is executed.
This feature is only available with Internal link complement.
Please configure the hotkey before using this feature.
9.2.1
9.2.0
✨ New things
- Add a "Treat an underscore as a part of a word" option #271