|
21 | 21 | <div class="feature icon-toggle-filelist">
|
22 | 22 | {{ t('notes', 'Use Markdown markups to style your text.') }}
|
23 | 23 | </div>
|
24 |
| - <button class="button-icon-add icon-add" @click="onNewNote"> |
25 |
| - {{ t('notes', 'Create a new Note with markdown samples') }} |
26 |
| - </button> |
27 | 24 | <table>
|
28 | 25 | <tr>
|
29 | 26 | <th>
|
@@ -142,8 +139,8 @@ export default {
|
142 | 139 | { shortcut: t('notes', 'CTRL+H'), action: t('notes', 'Toggle heading for current line') },
|
143 | 140 | { shortcut: t('notes', 'CTRL+ALT+C'), action: t('notes', 'The selection will be turned into monospace') },
|
144 | 141 | { shortcut: t('notes', 'CTRL+ALT+I'), action: t('notes', 'Insert image at the cursor') },
|
145 |
| - { shortcut: t('notes', 'CTRL+ALT+L'), action: t('notes', 'kes the current line a list element with a number') }, |
146 |
| - { shortcut: t('notes', 'SHIFT+CTRL+H'), action: t('notes', 'toggleHeadingBigger') }, |
| 142 | + { shortcut: t('notes', 'CTRL+ALT+L'), action: t('notes', 'Makes the current line a list element with a number') }, |
| 143 | + { shortcut: t('notes', 'SHIFT+CTRL+H'), action: t('notes', 'Set the current line as a big Heading') }, |
147 | 144 | { shortcut: t('notes', 'CTRL+I'), action: t('notes', 'Make the selection italic') },
|
148 | 145 | { shortcut: t('notes', 'CTRL+K'), action: t('notes', 'Insert link at cursor') },
|
149 | 146 | { shortcut: t('notes', 'CTRL+L'), action: t('notes', 'Makes the current line a list element') },
|
|
0 commit comments