To use these, follow the instructions Chris Bray created. The gist is that you need to bookmark this page, then copy the contents of the code for the bookmarklet you want and edit the bookmark you created to use that code as the Address.


Plaintext

This will create a note similar to:

Some Great Website Title
http://www.website.com/page.html

Markdown

This will create a note similar to:

# Some Great Website Title
[http://www.website.com/page.html](http://www.website.com/page.html)

Which, when parsed by Markdown, will be:

Some Great Website Title

http://www.website.com/page.html