wobsoriano / lexical-vue

An extensible Vue 3 web text-editor based on Lexical.
https://lexical-vue.vercel.app/
MIT License
251 stars 30 forks source link

How to use LexicalTypeaheadMenuPlugin #46

Closed foodEat closed 5 months ago

foodEat commented 5 months ago

I want use LexicalTypeaheadMenuPlugin but your document not provide usage

wobsoriano commented 5 months ago

You can check the mentions plugin in the playground as basis for now

https://github.com/wobsoriano/lexical-vue/blob/7e9284838080c4bde27e7f7411b549b166573ca5/playground/src/plugins/MentionsPlugin.vue#L605

foodEat commented 5 months ago

Thanks I have find this plugin