寒玉 Blog
  • Home
  • Books
  • About Me
  • Categories
  • Tags
  • Archives

我的工具链


我的开发工具链

  • 渲染markdown文档成html显示

博客文章写作工作

pelican

vscode

vscode用到的插件列表:

aliyun oss upload image

该插件可以直接上传图片到阿里云上,并生成访问连接,mac下的快捷键是shit+p,配置参数如下:

{
    // 地区,在阿里云对象存储中bucket的概览里面有EndPoint(地域节点),oss-cn-hongkong.aliyuncs.com中的oss-cn-hongkong就是region
    "aliyun.region": "",    
    // accessKeyId(RAM中生成的accessKeyId)
    "aliyun.accessKeyId": "",
    // accessKeySecret(RAM中生成的accessKeySecret)
    "aliyun.accessKeySecret": "",
    // 输入你的bucket名称
    "aliyun.bucket": "",
    // remotePath,您的存储目录,例如要把文件存在http://${你的yuming}/images/png,则这里填写images/png)
    "aliyun.remotePath": "",
    // 阿里云oss域名,可以定义自己的域名,需要在oss中配置,支持https
    "aliyun.domain": "",
    // 本地文件,用于临时缓存(默认: /tmp/.aliyun)
    "aliyun.localPath": "/tmp/.aliyun"
}

Markdown All in One

可以完成vscode上,写markdown的大部分需求


  • « vs-code配置优化
  • Markdown文件渲染html »

Published

3 24, 2019

Category

工具

Tags

  • 工具 6
  • Powered by Pelican. Theme: Elegant by Talha Mansoor