vscode sidebar for hexo.
A sidebar for Hexo blog system.
hexo.sortMethod
: Controls posts(drafts) and categories(tags) sorted method, default sort by name.hexo.includeDraft
: Controls whether include drafts in tag and category view container, default false
.hexo.hexoProjectRoot
: Hexo
project path(relative to current workspace root), default is workspace root.hexo.markdown.resource
: Controls whether resolve image with hexo resource folder, default is true
.hexo.upload
: Controls whether upload image when use paste image command.hexo.uploadType
: Support imgchr, tencentoss
.hexo.uploadImgchr
: Account settings for https://imgchr.com/
site. Only available when hexo.upload
is true
.hexo.uploadTencentOSS
: Account settings for tencent OSS service. Only available when hexo.upload
is true
.(Thanks abnernat)hexo.generateTimeFormat
: The time format when generate new article, default is ISO format. (time-format-tokens)hexo.assetFolderType
: Paste image folder type. (if post
, paste image to current post folder, else the image would be at global folder /sources/images/<__post>/
), see #89If you have found any bugs. Please open an issue
If you are using this extension to connect to a remote server via SSH, then you need to install this extension by install in SSH:xxx
to extend VSCode’s Markdown rendering capabilities.
See releases.
Enjoy!