GitHub: https://github.com/whyour/issue-blog
Vscode Market: https://marketplace.visualstudio.com/items?itemName=whyour.issue-blog
[x] 在 vscode 中以当前文档来在指定仓库中创建 issue
[x] 支持直接读取 markdown 文档中的 yaml header 中的 title 作为 issue 标题
[x] 支持创建带 title 的 markdown 文档
[x] 支持更新已存在的 issue
[x] 支持获取仓库中的 issue 列表,可选择 issue 在默认浏览器中打开
[x] 支持获取仓库中的 pr 列表,可选择 pr 在默认浏览器中打开
[x] 支持在 vscode 中直接打开 issue
新建空文档 Create a new empty document
Create issue
{
"command": "extension.createIssue",
"title": "Issue: Create Issue"
},
{
"command": "extension.updateIssue",
"title": "Issue: Update Issue"
},
{
"command": "extension.createBlog", // Create a new empty document
"title": "Issue: Create Blog"
},
{
"command": "extension.getIssues",
"title": "Issue: Get Issues"
},
{
"command": "extension.getPullRequests",
"title": "Issue: Get PullRequests"
}
文档中的图片可以使用vs-picgo可以用默认的SM.MS先上传之后,然后创建 issue 之后,会自动上传到 github,如果引用本地图片,创建 issue 之后会无法引用照片。
Document images can be used to v - picgo can use the default SM. MS after upload first, and then create issue, will automatically be uploaded to the lot, if the reference images, local created after the issue will be unable to reference pictures.
// 目前支持 github oauth 认证
// 需要手动设置对应的 github 仓储名称
issue.token
: 设置 github person access token
issue.owner
: 设置 github 仓库 owner
issue.repo
: 设置 github issue-blog 仓库名
isCustomRepo
参数owner
和repo
,需要自定义设置项目地址时,要把isCustomRepo
设为true
Enjoy!