Currently, links are added by pressing Ctrl+k, and a prompt appears. This prompt is taken from one of the prosemirror examples, and I'd like to delete it. Instead, pasting a URL should replace the current text selection with a link. Perhaps later the UI can be restored.
https://github.com/benrbray/noteworthy/blob/b5123afbfb7cb9bbcb4a59379aeb28d597837e8d/noteworthy-electron/src/common/prompt/prompt.ts
Currently, links are added by pressing
Ctrl+k, and a prompt appears. This prompt is taken from one of the prosemirror examples, and I'd like to delete it. Instead, pasting a URL should replace the current text selection with a link. Perhaps later the UI can be restored.https://github.com/benrbray/noteworthy/blob/b5123afbfb7cb9bbcb4a59379aeb28d597837e8d/noteworthy-electron/src/common/prompt/prompt.ts