mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-21 06:09:41 +02:00
Code tool updated (#45)
This commit is contained in:
parent
1895fdceaa
commit
a4031f151f
12 changed files with 51 additions and 43 deletions
|
@ -57,20 +57,20 @@ export default class Editor {
|
|||
class: CodeTool,
|
||||
shortcut: 'CMD+SHIFT+D'
|
||||
},
|
||||
inlineCode: {
|
||||
class: InlineCode,
|
||||
shortcut: 'CMD+SHIFT+C'
|
||||
},
|
||||
rawTool: {
|
||||
class: RawTool,
|
||||
shortcut: 'CMD+SHIFT+R'
|
||||
},
|
||||
delimiter: Delimiter,
|
||||
embed: Embed,
|
||||
inlineCode: {
|
||||
class: InlineCode,
|
||||
shortcut: 'CMD+SHIFT+C'
|
||||
},
|
||||
marker: {
|
||||
class: Marker,
|
||||
shortcut: 'CMD+SHIFT+M'
|
||||
},
|
||||
delimiter: Delimiter,
|
||||
embed: Embed
|
||||
}
|
||||
},
|
||||
data: {
|
||||
blocks: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue