美文网首页
vs-picgo快速搭建 Markdown 图床

vs-picgo快速搭建 Markdown 图床

作者: dwqyun | 来源:发表于2020-04-08 22:41 被阅读0次

    vs-picgo

    使用 VSCode PicGo 插件 vs-picgo,简单快速搭建 Markdown 专用图床

    安装配置

    1. 在VSCode Extensions搜索vs-picgo安装,点击设置图标选择扩展设置进入设置项。
    2. 具体配置项如下,current设置为github后,填写branch分支(默认为master),自定义URLcustomUrl填写后可生成图片markdown代码,path为仓库下图片存储路径,repo为仓库名,tokenGitHub生成,点击Generate new toke勾选repo确认生成后留存备用。
    {
       "picgo.picBed.current": "github",
       "picgo.picBed.github.branch": "master",
       "picgo.picBed.github.customUrl": "https://raw.githubusercontent.com/用户名/仓库名/master",
       "picgo.picBed.github.path": "img/",
       "picgo.picBed.github.repo": "用户名/仓库名",
       "picgo.picBed.github.token": "xxx"
    }
    

    [图片上传失败...(image-965629-1586356899106)]

    使用方式

    1. 从剪贴板上传快捷键方式,Windows/Unix为Ctrl + Alt + U,OsX为Cmd + Opt + U
    2. 从资源管理器选择上传快捷键方式,Windows/Unix为Ctrl + Alt + E,OsX为Cmd + Opt + E
    3. 输入本地资源地址上传快捷键方式,Windows/Unix为Ctrl + Alt + O,OsX为Cmd + Opt + O
    4. 以上三种方式上传时,若选中文本则以选中文本为上传文件名。

    注意

    • 若无法访问https://raw.githubusercontent.com,则需要修改hosts文件,复制hosts文件后添加199.232.4.133 raw.githubusercontent.com行,再覆盖到C:\Windows\System32\drivers\etc下。
    • 可参考PicGo 配置手册

    相关文章

      网友评论

          本文标题:vs-picgo快速搭建 Markdown 图床

          本文链接:https://www.haomeiwen.com/subject/lehfmhtx.html