hackmdio / hackmdio/codimd

Ctrl+B, Ctrl+I, Ctrl+K, Ctrl+L Please!

Open
#1,698 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

1. Already edited the [_/public/js/lib/editor/index.js_](https://github.com/hackmdio/codimd/blob/master/public/js/lib/editor/index.js)
2. docker container holds the modified _.js_ after the restart,

but **none** of the customized key combinations are working. How can I solve this?

```
'Ctrl-B': cm => {
utils.wrapTextWith(this.editor, cm, '**')
},
'Ctrl-I': cm => {
utils.wrapTextWith(this.editor, cm, '*')
},
'Ctrl-K': cm => {
utils.wrapTextWith(this.editor, cm, '`')
},
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.