|
e80fff575c
|
Move Editor Heuristics to be self contained
This way it can easily be used in other editors
|
2021-02-03 11:56:20 +01:00 |
|
|
b9d765f726
|
Rename EditorState to TextEditorState
Also remove the EditorHeuristicsResult class. This way all of these are
being combined together.
|
2021-02-02 16:08:15 +01:00 |
|
|
dc2c81648e
|
Bug: Typing '---' + Enter creates a new list
|
2020-09-08 23:08:14 +02:00 |
|
|
a43498ef6d
|
Editor Heurisitics: Should work even if the items have spaces
|
2020-06-08 00:28:14 +02:00 |
|
|
6735f400fb
|
Fix EditorHeuristics tests
|
2020-06-04 14:32:42 +02:00 |
|
|
9a39960c03
|
EditorHeuristics: Handle edge cases
|
2020-06-04 02:12:06 +02:00 |
|
|
c50e8ad999
|
Add more editor heuristics
|
2020-06-03 12:10:06 +02:00 |
|
|
47e8ac8b08
|
Auto add numbered lists when typing
Since we're using markdown it's kinda awesome that we can re-use the
same last number and markdown will arrange the numbers properly.
|
2020-06-01 23:26:49 +02:00 |
|
|
a5a7211788
|
Bullet Lists: Auto add bullets lists even when modifying in the middle
|
2020-06-01 21:14:59 +02:00 |
|
|
f4cc8e2b47
|
Refactor Auto bullet list in Editor
The earlier code base was a bit fragile, I prefer having this
unit-tested as the logic is a bit tricky, and I still don't support all
the use-cases.
|
2020-06-01 20:55:04 +02:00 |
|