Jump to content

How to format hyperlink in clipboard for pasting into Evernote editor


Recommended Posts

I want to write a small Tampermonkey script which creates a hyperlink which can be inserted to a WYSIWYG editor, in my case - Evernote.

I managed to copy standard HTML markup to the clipboard in this format:

<a href='https://www.foo.bar/'>my link</a>
However when pasting into the Evernote editor the markup will show up in plaintext, not as clickable hyperlink. Is there a way?

Link to comment
  • Level 5*
On 2/6/2021 at 11:32 AM, melvinanorman99 said:

I want to write a small Tampermonkey script which creates a hyperlink which can be inserted to a WYSIWYG editor

Why?  Copy and paste the URL and it will become a clickable link...

Link to comment
  • 2 weeks later...

 

On 2/6/2021 at 11:32 AM, melvinanorman99 said:

However when pasting into the Evernote editor the markup will show up in plaintext, not as clickable hyperlink. Is there a way?

You need to use markdown not html. Markdown is not completely implemented in V10 but adding a hyperlink is one of the bits that works. It can be pasted in as plain text and renders correctly but you do need to press enter after each link

[News from the BBC](www.bbc.co.uk/news)

 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...