Hacker News new | ask | show | jobs
by antouank 3263 days ago
Could you open an issue here ( https://github.com/AntouanK/hni-ui/issues ) with a small proposal of how that would work? I'm re-writing in Elm the front-end for my HN app, so that would be an interesting feature to add.

Edit: I thought you meant navigating the site. You only meant the text editing part though, right?

1 comments

Right. To navigate the site you can use browser extensions like Vimium.

There is even an extension for using Vim bindings in HTML text areas but this one doesn't work on mobile and also on desktop it's a bit clumsy.

I would just exchange the current HN text area with some HTML editor with Vim bindings such as Codemirror.

I'm rewriting it in Elm right now, so I want to avoid any js library. Also, the HN API doesn't allow auth, so you cannot submit or edit posts from any other app.

But why would you want this? I mean do you write lengthy posts? Or do you post that often? I can imagine a very small percentage of users would use that feature.