Skip to content

Commit ee20484

Browse files
authored
feat: support check ing list (#92)
* feat: contribute ing-webview to views.cnblogs * feat(ings-list): add command to refresh ings list * feat(ings-list): add commands to change page * feat(ings-list): add command to goto first page * feat(ings-list): add command to switch type of ing * feat(ings-list): contribute publish-ing command to the view title * feat(ings-list): show page index in title if not the first page * feat(ings-list): contribute open in browser action to the view title * feat(ings-list): fetch and render comments * feat(ings-list): display timestamp for comments * feat(ings-list): support comment and reply action * ui(views-welcome): remove publish ing command from the welcome view * ux(publish-ing): simplify the publish flow * ui(ings-list): tweak position of open-in-browser action * feat(ings-list): render icon for send from * ui(ings-list): polish the ui * docs(ings): update readme * ui: default collapse the views in sidebar * ui: tweak semanticColors.primaryButtonTextDisabled * # This is a combination of 2 commits. # This is the 1st commit message: ui(ings-list): decrease size of the star # The commit message #2 will be skipped: # fixup! ui(ings-list): decrease size of the star * ui(ings-list): fix foreground color of the link component * chore: prune functions of console.[level] * ui(ings-list): change line-height * ui(ings-list): fix color of mobile icon
1 parent 85de4c8 commit ee20484

39 files changed

+1316
-140
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
1212
"typescript.tsc.autoDetect": "off",
1313
"editor.formatOnSave": true,
14-
"cSpell.words": ["ASPNETCORE", "fluentui", "iconfont", "randomstring", "singleline", "tailwindcss"],
14+
"cSpell.words": ["ASPNETCORE", "fluentui", "iconfont", "ings", "randomstring", "singleline", "tailwindcss"],
1515
"json.format.enable": false,
1616
"eslint.alwaysShowStatus": true,
1717
"eslint.lintTask.enable": true,

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,17 @@
147147

148148
### 闪存
149149

150-
可以通过博客园导航视图中有 `发闪存` 按钮调用发闪存命令, 点击后会先要求编辑闪存, 编辑后可以发布; 也可以在编辑器中选中一段文本或代码, 然后鼠标右键唤起上下文菜单, 可以将选中的内容发到闪存
150+
<kbd><img src="https://img2022.cnblogs.com/blog/35695/202211/35695-20221123154326567-493446022.png" alt="" height="550"></kbd>
151151

152-
<kbd><img src="https://img2022.cnblogs.com/blog/35695/202211/35695-20221115143240134-832955354.png" alt="" height="550"></kbd>
152+
本插件支持对闪存进行**查看**, **发布**, **评论**等操作, 在侧边栏博客园视图中, 展开 `闪存` 即可
153+
154+
点击闪存标题栏中的加号图标可以发布新闪存; 也可以在编辑器中选中一段文本或代码, 然后鼠标右键唤起上下文菜单, 可以将选中的内容发到闪存
153155

154156
<kbd><img src="https://img2022.cnblogs.com/blog/35695/202211/35695-20221115143017664-1504226894.png" alt="" height="550"></kbd>
155157

156158
<kbd><img src="https://img2022.cnblogs.com/blog/35695/202211/35695-20221115144008924-1453379990.png" alt=""></kbd>
157159

158-
编辑完成后回车会弹出确认框, 此时可以通过 `编辑内容` `编辑访问权限` `编辑标签` 按钮二次编辑
160+
编辑完内容后回车会弹出确认框, 此时如果需要添加标签或者修改访问权限, 可以使用确认对话框中的 `编辑访问权限` `编辑标签` `编辑内容` 选项
159161

160162
<kbd><img src="https://img2022.cnblogs.com/blog/35695/202211/35695-20221115143733447-1514251853.png" height="550"></kbd>
161163

package-lock.json

Lines changed: 126 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)