Skip to content

Releases: tadashi-aikawa/obsidian-various-complements-plugin

8.2.0

30 Apr 03:53
Compare
Choose a tag to compare

🎇 Shiny New Things

Separate the selection history file used in "Intelligent suggestion prioritization" from the plugin configuration file into different files (#197)

image

  • 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

image

🔼 Improvements

  • Suppress unnecessary completion trigger (#221)
  • Disable "Home" and "End" hotkeys (#221)
  • In the Japanese strategy, configure the tokenization to treat a string composed of numbers and some symbols as one token

8.2.0-beta4

29 Apr 09:49
Compare
Choose a tag to compare

8.2.0-beta3

23 Apr 07:55
Compare
Choose a tag to compare

8.2.0-beta2

23 Apr 05:07
Compare
Choose a tag to compare

8.2.0-beta1

02 Apr 13:24
Compare
Choose a tag to compare

8.1.0

19 Mar 11:36
Compare
Choose a tag to compare

New things

🔼 Improvements

  • Exact-or-partial-matched results are always displayed above fuzzy-matched ones (#213)

8.1.0-beta3

11 Mar 08:24
Compare
Choose a tag to compare
8.1.0-beta3 Pre-release
Pre-release
8.1.0-beta3

8.1.0-beta2

10 Mar 14:32
Compare
Choose a tag to compare
8.1.0-beta2 Pre-release
Pre-release
8.1.0-beta2

8.1.0-beta1

05 Mar 04:20
Compare
Choose a tag to compare
8.1.0-beta1 Pre-release
Pre-release
8.1.0-beta1

8.0.0

04 Mar 08:40
Compare
Choose a tag to compare

🎇 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

🔼 Improvements

  • In internal link complement, when multiple files with different paths but the same name exist, insert links that display only the file name using aliases (#193)
  • Add a "CC-CEDICT path" option when Strategy is chinese (#169) (#178)

image