Clone this repo
git clone https://github.com/yuune/yuune-vim-startpage.git
And set the index.html as homepages or new tabs in your browser.
There is a few command that can be used :
:em
:u http://lovepancakes.blog
:s How to make a delicious pancakes at home
SEE web.json
.
Due to security issues in chrome, they disabled local file access, so our web.json can't be readed.
To enable it, pass --allow-file-access-from-files
top your chrome args, example :
$ /usr/bin/google-chrome --allow-file-access-from-files
Source: http://blog.derraab.com/2013/05/30/start-google-chrome-with-local-file-access-on-mac-os-x/
The code is available under the MIT license.