mirror of https://github.com/status-im/codimd.git
Add documentation about editor modes in features page
Codemirror provides various modes via keymapping. These are already available by a menu in the interface. But they aren't mentioned anywhere. This patch provides some documentation about the editor modes and their implications. Since they are a feature, the documentation is done on the features page. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
c97027b897
commit
0915b33000
|
@ -88,9 +88,23 @@ You can hover and click <i class="fa fa-chain"></i> to anchor on it.
|
||||||
|
|
||||||
Edit:
|
Edit:
|
||||||
===
|
===
|
||||||
|
## Editor Modes:
|
||||||
|
You can look in the bottom right section of the editor area, there you'll find a button with `sublime` on it.
|
||||||
|
When you click it, you can select 3 editor modes:
|
||||||
|
|
||||||
|
- sublime (default)
|
||||||
|
- emacs
|
||||||
|
- vim
|
||||||
|
|
||||||
## Shortcut Keys:
|
## Shortcut Keys:
|
||||||
Just like Sublime text, which is pretty quick and convenient.
|
The shortcut keys depend on your selected editor mode. By default they are just like Sublime text, which is pretty quick and convenient.
|
||||||
> For more infomation, see [here](https://codemirror.net/demo/sublime.html).
|
> For more information, see [here](https://codemirror.net/demo/sublime.html).
|
||||||
|
|
||||||
|
For emacs:
|
||||||
|
> For more information, see [here](https://codemirror.net/demo/emacs.html).
|
||||||
|
|
||||||
|
For vim:
|
||||||
|
> For more information, see [here](https://codemirror.net/demo/vim.html).
|
||||||
|
|
||||||
## Auto-Complete:
|
## Auto-Complete:
|
||||||
This editor provides full auto-complete hints in markdown.
|
This editor provides full auto-complete hints in markdown.
|
||||||
|
|
Loading…
Reference in New Issue