Live data from Hacker News

Show HN: Review my project: MarkUp, a tool to draw on any webpage.

news.ycombinator.com

1–10 of 56 posts

Show HN: Review my project: MarkUp, a tool to draw on any webpage.

#1
Here's the website: http://markup.io/

We created MarkUp at Medium to help make the QA process better for sites we're working on. Grab the MarkUp bookmarklet, go to some page in your browser, then click it to draw on the page. Publish to make a link you can share.

We've tried similar tools like BounceApp, Notable, and Skitch. Everything else we found is screenshot-based or takes us out of the browser. We wanted something that felt quicker than screenshots and more integrated with the browsing experience.

Instead of taking a screenshot, MarkUp snapshots the DOM in the current page, strips the javascript, and overlays a transparent DIV to draw on. We used Raphael for the drawing tools. The server-side is Node.js/Express.

What do you think? It's in beta and we'll be adding more features, but we wanted to start getting feedback now.

Thanks

Re: Show HN: Review my project: MarkUp, a tool to draw on any webpage.

#8
I like this a lot, and for quick notes it's easier than Notable. I like the implementation as a bookmarklet, but here are two big problems:

1) Starting MarkUp clears any info you've entered into a form on the page 2) There is no easy way to exit/cancel (how about trapping ESC or adding a little X?)

Post reply on HN