mirror of https://github.com/laurent22/joplin.git
Desktop: Rich Text Editor: Allow toggling bulleted and numbered lists from the command palette (#10559)
parent
99b36cbff1
commit
97d15bb26a
|
@ -17,6 +17,8 @@ export const joplinCommandToTinyMceCommands: JoplinCommandToTinyMceCommands = {
|
|||
'textItalic': { name: 'mceToggleFormat', value: 'italic' },
|
||||
'textCode': { name: 'mceToggleFormat', value: 'code' },
|
||||
'textLink': { name: 'mceLink' },
|
||||
'textBulletedList': { name: 'InsertUnorderedList' },
|
||||
'textNumberedList': { name: 'InsertOrderedList' },
|
||||
'search': { name: 'SearchReplace' },
|
||||
'attachFile': { name: 'joplinAttach' },
|
||||
'insertDateTime': true,
|
||||
|
|
Loading…
Reference in New Issue