Video Evidence: Lion search bar in CSS/JS

I did a little hacking on Marked today and thought I’d share the results. I haven’t been able to get an official incremental find working in Webkit; it only wants to work on editable text and forcing the find API yields very unsatisfactory results (as you can see in the current version of Marked by hitting F, searching and then using G to jump to the first result). Out of frustration, I decided to build the damn thing in CSS and JavaScript. It worked. css, javascript, marked, video

→ Continue reading