Skip to content

Releases: Yeboster/autocomplete-obsidian

0.8.0

12 Jun 15:51
Compare
Choose a tag to compare
  • Trigger autocomplete while writing (Auto trigger)
  • Improve autocomplete input logic
  • Select suggestion with Tab or Enter
  • Close autocomplete if typed word separator
  • Add missing latex end tags
  • Customizable word separators
  • Disable latex by default (since a lot of users do not use this)

0.8.0.rc3

30 May 18:37
Compare
Choose a tag to compare
0.8.0.rc3 Pre-release
Pre-release

0.8.0.rc3

Bugfix

  • Close auto-trigger when there are no results (avoid clicking twice enter)
  • Do not auto trigger on copy/paste/undo
  • Disable latex by default (since a lot of users do not use this)

New Features

  • Trigger from n-th char (check settings!)

0.8.0.rc2

30 May 18:31
Compare
Choose a tag to compare
0.8.0.rc2 Pre-release
Pre-release

0.8.0.rc2

Bugfix

  • Close auto-trigger when there are no results (avoid clicking twice enter)
  • Do not auto trigger on copy/paste
  • Disable latex by default (since a lot of users do not use this)

New Features

  • Trigger from n-th char (check settings!)

0.8.0.rc1

17 May 08:51
Compare
Choose a tag to compare
0.8.0.rc1 Pre-release
Pre-release

Release candidate
Changes:

  • Improve autocomplete input logic
  • Fix autocomplete not triggering on $
  • Add latex \end tags
  • Trigger autocomplete while writing (BETA)
  • Add more customisations in settings

0.7.4

04 Apr 20:08
Compare
Choose a tag to compare
  • Fix autocomplete trigger by using key-down event
  • Implement optional trigger like vim (ctrl-n/p)

0.7.3

28 Mar 13:15
Compare
Choose a tag to compare
  • Use layoutReady event to scan file on load
  • Avoid showing redundant suggestions (input is equal)
  • Fix duplicated suggestions
  • Select automatically suggestion if there is only one
  • Partially revert sort order to show shorter words first
  • Improve settings tab (order and settings name)

0.7.2

27 Mar 21:02
Compare
Choose a tag to compare
  • Fix JapaneseTokenizer

0.7.1

27 Mar 17:06
Compare
Choose a tag to compare
  • Fix autocomplete scan exception and pass strategy
  • Show status bar when flowProvider is enabled
  • Update validation message for status bar

0.7.0

27 Mar 16:50
Compare
Choose a tag to compare
  • Improve sort order
  • Add current file scanning 🎉
  • Implement tokenizer for Arabic, Japanese languages and a default. Thanks @tadashi-aikawa!
  • Close autocomplete on space
  • Add statusbar for tokenizer
  • Prioritize FlowProvider suggestions.

0.6.2

12 Mar 22:52
Compare
Choose a tag to compare
  • Fix removeView