Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Body" tag ignored in mailto links #10

Open
prot475 opened this issue Dec 11, 2020 · 0 comments
Open

"Body" tag ignored in mailto links #10

prot475 opened this issue Dec 11, 2020 · 0 comments

Comments

@prot475
Copy link

prot475 commented Dec 11, 2020

Hi gitladen7, I just found your very useful extension and I wonder if you have any plans to incorporate the "body" tag for mailto links.

For example

mailto:test@example.com?subject=this%20is%20a%20subject&body=test

Currently the extension seems to ignore the body tag.

My intended result is for this bookmarklet to copy the title into the subject and the URL to the body.

javascript:void(window.open("mailto:example@xyz.com?subject=" + encodeURIComponent(document.title) + "&body=" + encodeURIComponent(document.location)));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant