David Sheldrick

Results 264 comments of David Sheldrick

hmm probably. I expect you'll need to rebuild the project with 'npm start' after changing the above line.

readability.com would be nice, but I don't like the idea of waiting on external API calls, and I've noticed OpenSpritz can sometimes take several seconds to load. After all, 'jetzt'...

Oh man that's annoying. Thanks for pointing it out though. Just further motivation to get a proper dom parser on the go :)

Hi! Thanks! I don't maintain this project any more because I don't use it. That sounds like a good idea though!

Not by me. I'd be happy to review and merge contributions by others though.

fixed in 56014425628f557c7796bc6d8f8091dbee4dbd1b Thanks for pointing it out :)

Can anyone else confirm this? Works for me.

> Can't you just compute it directly when you're parsing the DOM? Two issues with this: 1. It could lead to dense prose with no dialogue and/or long sentences being...

[soon](https://github.com/ds300/jetzt/blob/coffee/src/parse.coffee#L522) :) Regex filtering and CSS selector filtering are already implemented. All that remains is the new executor/instruction format and figuring out what the UI should look like when paused,...

The hidden input thing was done to address this issue: #18 I just did some googling and found out you can capture keydowns with a div if you set tabindex=0....