easy-markdown-editor icon indicating copy to clipboard operation
easy-markdown-editor copied to clipboard

Is it possible to setup auto completion ?

Open chrisvel opened this issue 4 years ago • 3 comments

I want to add backlinks in my app, so the way to do is to setup something like an event being triggered when the user presses [[ keys.

Then a dropdown list would pop up letting the user select a choice from the provided ones and will be translated to a markdown link.

Is it possible to do something like this in EasyMDE ?

chrisvel avatar Jul 14 '21 06:07 chrisvel

@chrisvel did you end up implementing this?

mike-seekwell avatar Sep 01 '21 17:09 mike-seekwell

My use case is something similar in GitHub, namely bringing up a list of users when typing @ and list of issues when typing # . Is it possible for easyMDE to do this, maybe in combination with something like select2?

BoPeng avatar Feb 03 '22 15:02 BoPeng

Ref: https://github.com/Ionaru/easy-markdown-editor/issues/198

Ionaru avatar Feb 03 '22 18:02 Ionaru