Skip to content

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

3.2.0

08 Dec 07:52
Compare
Choose a tag to compare

🎇 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.

predictable-complement

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

image

Improvements

  • Add a Toggle Match strategy command

3.1.0

29 Nov 12:36
Compare
Choose a tag to compare

Improvements

  • Allow for comments in custom dictionary (#23)
  • Add \t to trim pattern

3.0.1

28 Nov 13:08
Compare
Choose a tag to compare

🦾 No longer broken

  • Fix a bug that suggests what starts with lowercase despite query starts with uppercase

3.0.0

28 Nov 04:58
Compare
Choose a tag to compare

🎇 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.

internal-link-complement

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 from 0 to 10000 to 0 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

21 Nov 09:38
Compare
Choose a tag to compare

🔥 Breaking changes

Custom dictionary paths only support a relative path from Vault

  • 🙆 dictionary.md
  • 🙅 /home/.../your-vault/dictionary.md

🦾 No longer broken

  • Fix a bug that can't load custom dictionaries on mobile (Android/iOS) (#21)

1.4.1

21 Nov 06:00
Compare
Choose a tag to compare

🦾 No longer broken

  • Fix a layout issue in settings on mobile

1.4.0

21 Nov 03:40
Compare
Choose a tag to compare

🎇 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

1.3.0

20 Nov 09:46
Compare
Choose a tag to compare

Improvements

  • Enable to select a suggestion by pushing a TAB key (#19)
  • Add a Only suggest from custom dictionaries option (#14)

1.2.1

20 Nov 06:38
Compare
Choose a tag to compare

🦾 No longer broken

  • Completion is wrong when the cursor is in the middle of a sentence (#18)
  • It can't load custom dictionary files if they have many words (#15)

1.2.0

19 Nov 01:36
Compare
Choose a tag to compare

🎇 Shiny New Things

Support custom dictionaries (#12 )

2021-11-18_23h52_16.mp4

Improvements

  • Add a Delay milli-seconds for trigger option (#11)
  • Add a Min number of characters for trigger option (#11)
  • Add a Toggle Auto-complete command