Features
Features
Here I will record how some of the features in this blog is realized, or is failed.
Image host
Github repo is now used as my image host. It is not a good choice since the size of a repo is limited, as a result of which, I may need to create many repos. The truth is, I have tried a professional OSS service called Qiniu Cloud and used it as my image host. However, it cost a lot for showing pictures with HTTPS protocol, while many browsers automatically convert the HTTP url to HTTPS. By storing all blog relevant things to github, I find the life will truely become esaier. A well designed GUI is a life save mo matter how programming language improves!
details can be find here: 使用Github+picGo搭建图床,保姆级教程来了 - 知乎
Image uploader
PicGo is used as the image uploader. It supports many famous image hosts and has various plugin such as auto-compress and auto-rename. However, the best feature it attracts me, is the global upload shortcut. I set it as ctrl+shift+p
Image previewer
A plugin within the Vuepress-theme-hope should have been used. However, it is so unstable that I don't know how to configure it to make it work all the time. It may suddenly works after a certain post update and then fails after several pushs. God knows how it works, just let it go! No one need a previewer when reading blog posts, right!?