|
46 | 46 | 'label': 'Insert Image',
|
47 | 47 | 'command': 'markdown-writer:insert-image'
|
48 | 48 | }
|
49 |
| - { |
50 |
| - 'label': 'Insert Table', |
51 |
| - 'command': 'markdown-writer:insert-table' |
52 |
| - } |
53 | 49 | {
|
54 | 50 | 'label': 'Insert Footnote',
|
55 | 51 | 'command': 'markdown-writer:insert-footnote'
|
56 | 52 | }
|
57 | 53 | { 'type': 'separator' }
|
58 |
| - { |
59 |
| - 'label': 'Code', |
60 |
| - 'command': 'markdown-writer:toggle-code-text' |
61 |
| - } |
62 |
| - { |
63 |
| - 'label': 'Code Block', |
64 |
| - 'command': 'markdown-writer:toggle-codeblock-text' |
65 |
| - } |
66 | 54 | {
|
67 | 55 | 'label': 'Bold',
|
68 | 56 | 'command': 'markdown-writer:toggle-bold-text'
|
|
81 | 69 | }
|
82 | 70 | { 'type': 'separator' }
|
83 | 71 | {
|
84 |
| - 'label': 'deletion', |
85 |
| - 'command': 'markdown-writer:toggle-deletion-text' |
86 |
| - } |
87 |
| - { |
88 |
| - 'label': 'addition', |
89 |
| - 'command': 'markdown-writer:toggle-addition-text' |
| 72 | + 'label': 'Code', |
| 73 | + 'command': 'markdown-writer:toggle-code-text' |
90 | 74 | }
|
91 | 75 | {
|
92 |
| - 'label': 'substitution', |
93 |
| - 'command': 'markdown-writer:toggle-substitution-text' |
| 76 | + 'label': 'Code Block', |
| 77 | + 'command': 'markdown-writer:toggle-codeblock-text' |
94 | 78 | }
|
95 | 79 | {
|
96 |
| - 'label': 'comment', |
97 |
| - 'command': 'markdown-writer:toggle-comment-text' |
| 80 | + 'label': 'Math', |
| 81 | + 'command': 'markdown-writer:toggle-math-text' |
98 | 82 | }
|
99 | 83 | {
|
100 |
| - 'label': 'highlight', |
101 |
| - 'command': 'markdown-writer:toggle-highlight-text' |
| 84 | + 'label': 'Math Block', |
| 85 | + 'command': 'markdown-writer:toggle-mathblock-text' |
102 | 86 | }
|
103 | 87 | { 'type': 'separator' }
|
104 | 88 | {
|
|
135 | 119 | 'command': 'markdown-writer:toggle-task'
|
136 | 120 | }
|
137 | 121 | {
|
138 |
| - 'label': 'Task List (Done)' |
| 122 | + 'label': 'Toggle Task List' |
139 | 123 | 'command': 'markdown-writer:toggle-taskdone'
|
140 | 124 | }
|
141 | 125 | { 'type': 'separator' }
|
|
145 | 129 | }
|
146 | 130 | ]
|
147 | 131 | }
|
| 132 | + { |
| 133 | + 'label': 'CriticMarkup' |
| 134 | + 'submenu': [ |
| 135 | + { |
| 136 | + 'label': 'Addition', |
| 137 | + 'command': 'markdown-writer:toggle-addition-text' |
| 138 | + } |
| 139 | + { |
| 140 | + 'label': 'Deletion', |
| 141 | + 'command': 'markdown-writer:toggle-deletion-text' |
| 142 | + } |
| 143 | + { |
| 144 | + 'label': 'Substitution', |
| 145 | + 'command': 'markdown-writer:toggle-substitution-text' |
| 146 | + } |
| 147 | + { |
| 148 | + 'label': 'Comment', |
| 149 | + 'command': 'markdown-writer:toggle-comment-text' |
| 150 | + } |
| 151 | + { |
| 152 | + 'label': 'Highlight', |
| 153 | + 'command': 'markdown-writer:toggle-highlight-text' |
| 154 | + } |
| 155 | + ] |
| 156 | + } |
148 | 157 | {
|
149 | 158 | 'label': 'Table'
|
150 | 159 | 'submenu': [
|
| 160 | + { |
| 161 | + 'label': 'Insert Table', |
| 162 | + 'command': 'markdown-writer:insert-table' |
| 163 | + } |
151 | 164 | {
|
152 | 165 | 'label': 'Format Table'
|
153 | 166 | 'command': 'markdown-writer:format-table'
|
|
166 | 179 | 'label': 'Fold All Links'
|
167 | 180 | 'command': 'markdown-writer:fold-links'
|
168 | 181 | }
|
| 182 | + { 'type': 'separator' } |
169 | 183 | {
|
170 | 184 | 'label': 'Unfold All'
|
171 | 185 | 'command': 'editor:unfold-all'
|
|
190 | 204 | }
|
191 | 205 | { 'type': 'separator' }
|
192 | 206 | {
|
193 |
| - 'label': 'Fold All Links' |
194 |
| - 'command': 'markdown-writer:fold-links' |
| 207 | + 'label': 'Format Ordered List' |
| 208 | + 'command': 'markdown-writer:format-order-list' |
195 | 209 | }
|
196 | 210 | { 'type': 'separator' }
|
197 | 211 | {
|
|
0 commit comments