Prosemirror-link-plugin: new plugin for automatically creating links for aliases

Hey everyone,

I have a new plugin for ProseMirror, it is for creating decorations around aliases in the PM document, then with the decorations you can do whatever you wish ( for example you can go to a page about that alias ). It usually only looks around the currently edited part, so it does not re-parse the document all the time. You can

  • update the alias list on the fly
  • get notified when an alias is added or removed

You can try it out at: