Show HN: vim-hackernews
github.com
Show HN: vim-hackernews
1–10 of 38 posts
Re: Show HN: vim-hackernews
#2Re: Show HN: vim-hackernews
#3Re: Show HN: vim-hackernews
#4I didn't play with the HN API but I wonder if it's possible to post comments using the API. I haven't seen any program support user comments, it would be neat to be able to post comments using vim :-)
Re: Show HN: vim-hackernews
#5Re: Show HN: vim-hackernews
#6I didn't play with the HN API but I wonder if it's possible to post comments using the API. I haven't seen any program support user comments, it would be neat to be able to post comments using vim :-)
It's not currently possible to post comments using the official API (or any of the unofficial APIs), but this probably wouldn't be difficult to implement using a standard POST request to the actual Hacker News web server. The harder part would be getting the interface for posting comments inside of Vim user friendly; it would probably be similar to how fugitive.vim lets you enter git commit messages.
I will definitely look into adding this to the plugin if enough interest is shown.
Re: Show HN: vim-hackernews
#7I didn't play with the HN API but I wonder if it's possible to post comments using the API. I haven't seen any program support user comments, it would be neat to be able to post comments using vim :-)
Do you think they deliberately don't make that functionality part of the public API just so people won't create bots?
Re: Show HN: vim-hackernews
#8Re: Show HN: vim-hackernews
#9Re: Show HN: vim-hackernews
#10I dig your vim theme, can we get some info on that?
It's just a single, well-commented .vimrc file a little over 100 lines long. The main plugins that add to the visual appearance are the jellybean colorscheme and the fancy status line comes from vim-airline.