v3.4.3

Vanessa219/vditorv3.4.3Aug 3, 2020by Vanessa219

AI Summary

Adds hashtag and topic auto-completion features and improves link paste experience, accompanied by a significant API refactoring.

Key Highlights

  • Added @/topic/hashtag auto-completion
  • Improved Typora-like feedback
  • Improved link paste experience

Breaking Changes

  • options.hint.at was removed; use options.hint.extend: IHintExtend[] instead

New Features

  • Hashtag and topic auto-completion
  • options.hint.extend API

Full Release Notes

## Issues

* [653](https://github.com/Vanessa219/vditor/issues/653) [Feature Request] Hashtag `引入特性`
* [441](https://github.com/Vanessa219/vditor/issues/441) 对标 Typora 反馈 `改进功能`
* [669](https://github.com/Vanessa219/vditor/issues/669) links problem(Wysiwyg) `改进功能`
* [667](https://github.com/Vanessa219/vditor/issues/667) lists (SV) `修复缺陷`
* [446](https://github.com/Vanessa219/vditor/issues/446) 改进复制粘贴链接体验 `引入特性`

## API 

* `options.hint.at` => "options.hint.extend: IHintExtend[]"