Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit ff651fc

Browse files
committed
[DOC] one char per char
1 parent 02ee2b9 commit ff651fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/technical_choices.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,10 @@ Ckeditor: deactivate the spellcheck alltogether and use third party plugins.
4646

4747
Quilljs: ?
4848

49+
# One char per char
50+
## Benefits
51+
1) When doing enter, backspace, [list more case], it is easier to create an
52+
algorithm that does not need to look at all the modifier.
53+
2) It is easier to handle the range. When we move characters, we do not need
54+
to calculate the range
4955

0 commit comments

Comments
 (0)