Evernote Web HTML editor

This scripts adds a button to edit the HTML code of a note in Evernote Web

As of 2015-03-30. See the latest version.

Author
Lazza
Ratings
0 0 0
Version
1.0
Created
2015-03-30
Updated
2015-03-30
License
N/A
Applies to

This script enables full-HTML editing capabilities in the Web interface of Evernote. This means that you can perform low-level editing of the markup of your notes. It is useful to fix some weird glitches after clipping a webpage or messing up with the rich text editor.

Features:

  • Toolbar button for easy activation
  • Ace Code Editor including auto-completion and syntax highlighting
  • Automatic stripping of TinyMCE related tags and markup
  • HTML source code formatting that puts block-level tags on separate lines

The last two points allow to have a much cleaner view of the HTML code. You will see no more one-liners made of 5 nested <div>s and 25 <p>s!

Acknowledgments

This program is a modified version of the Evernote HTML Editor bookmarklet created by Seb Maynard and released as open source software under the Apache 2.0 license. You can download the original software here: