dexterouslogic / super-simple-highlighter

A chrome extension which highlights text on a web page, and attempts to restore it on returning
GNU General Public License v3.0
147 stars 55 forks source link

feature request: undo highlight #1

Open dwelle opened 8 years ago

dwelle commented 8 years ago

Undoing highlight via hotkey would be cool. I might drop a PR if I have time.

technicalflaw commented 8 years ago

Undo is probably possible, Redo would be a bit trickier (and probably not worth the bother). If you do fork it you should probably base it on the 'promises' branch, as its a pretty major refactoring (though the functionality is the same).

technicalflaw commented 8 years ago

I've added this to the latest commit on the promises branch (which will probably be merged into master, and released soon)

dwelle commented 8 years ago

Cool. I also think that redo is not that important.