|
84 | 84 | "commands": [
|
85 | 85 | {
|
86 | 86 | "command": "HackMD.login",
|
87 |
| - "title": "HackMD: Login" |
| 87 | + "title": "Login", |
| 88 | + "category": "HackMD" |
88 | 89 | },
|
89 | 90 | {
|
90 | 91 | "command": "HackMD.logout",
|
91 |
| - "title": "HackMD: Logout" |
| 92 | + "title": "Logout", |
| 93 | + "category": "HackMD" |
92 | 94 | },
|
93 | 95 | {
|
94 | 96 | "command": "treeView.refreshList",
|
95 |
| - "title": "HackMD: Refresh", |
| 97 | + "title": "Refresh", |
| 98 | + "category": "HackMD", |
96 | 99 | "icon": {
|
97 | 100 | "light": "src/icon/light/refresh-dark.svg",
|
98 | 101 | "dark": "src/icon/dark/refresh-light.svg"
|
99 | 102 | }
|
100 | 103 | },
|
101 | 104 | {
|
102 | 105 | "command": "HackMD.showPreview",
|
103 |
| - "title": "HackMD: Show Preview", |
| 106 | + "title": "Show Preview", |
| 107 | + "category": "HackMD", |
104 | 108 | "icon": {
|
105 | 109 | "light": "src/icon/light/view-dark.svg",
|
106 | 110 | "dark": "src/icon/dark/view-light.svg"
|
107 | 111 | }
|
108 | 112 | },
|
109 | 113 | {
|
110 | 114 | "command": "HackMD.showPreviewAndEditor",
|
111 |
| - "title": "HackMD: Show Preview To Side", |
| 115 | + "title": "Show Preview To Side", |
| 116 | + "category": "HackMD", |
112 | 117 | "icon": {
|
113 | 118 | "light": "src/icon/light/column-dark.svg",
|
114 | 119 | "dark": "src/icon/dark/column-light.svg"
|
115 | 120 | }
|
116 | 121 | },
|
117 | 122 | {
|
118 | 123 | "command": "HackMD.createActiveEditorContentToHackMD",
|
119 |
| - "title": "HackMD: Create note from editor" |
| 124 | + "title": "Create note from editor", |
| 125 | + "category": "HackMD" |
120 | 126 | },
|
121 | 127 | {
|
122 | 128 | "command": "HacKMD.openNoteOnHackMD",
|
123 |
| - "title": "HacKMD: Open note on HackMD" |
| 129 | + "title": "Open note on HackMD", |
| 130 | + "category": "HackMD" |
124 | 131 | }
|
125 | 132 | ],
|
126 | 133 | "menus": {
|
|
0 commit comments