easy-markdown-editor
easy-markdown-editor copied to clipboard
Is it possible to setup auto completion ?
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 did you end up implementing this?
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?
Ref: https://github.com/Ionaru/easy-markdown-editor/issues/198