Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion editor-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "editor-chart",
"private": true,
"author": "Answer.dev",
"version": "1.2.11",
"version": "1.2.12",
"files": [
"dist",
"README.md"
Expand Down
10 changes: 10 additions & 0 deletions plugins_desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"desc": "发送通知到企业微信",
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
},
{
"name": "快捷链接",
"desc": "自定义侧边栏标签或链接",
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
},
{
"name": "代码高亮",
"desc": "高亮显示 Markdown 内容中的代码块",
Expand Down Expand Up @@ -222,6 +227,11 @@
"desc": "Send notifications to Wecom",
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
},
{
"name": "Quicklinks",
"desc": "Customize the sidebar tags or links",
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
},
{
"name": "Code Highlight",
"desc": "Highlight code blocks in Markdown content",
Expand Down
2 changes: 1 addition & 1 deletion quick-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick-links",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"type": "module",
"files": [
Expand Down