bdbch
d1e879dfab
Fix List issues & add support for Mod keys ( #4210 )
...
* add support for mod-delete and mod-backspace
* fix backspace not working right behind a list
* move list helpers to core, add support for task lists
* add option to check for node in isAtEndOfNode
---------
Co-authored-by: bdbch <dominik@bdbch.com>
2023-08-03 10:19:32 +02:00
Ben Asher
e97630c639
Require file extensions for imports and exports ( #4001 )
...
* Require .js endings
* add extension alias for cypress to resolve ts files with js endings
2023-06-30 21:03:49 +02:00
Dominik Biedebach
2281a2273d
refactor(lists): start refactoring lists code
2023-06-13 13:53:02 +02:00
Dominik Biedebach
09782a5b06
fix(list-item): improve delete behaviour
2023-03-30 21:40:57 +02:00
Dominik Biedebach
684e48a4a7
fix(lists): improve list behaviour
2023-03-28 14:21:16 +02:00
Dominik Biedebach
6ff56fe816
temporary changes
2023-03-23 11:37:03 +01:00
Dominik Biedebach
d71dc59beb
WIP - fix undoInputRule
2023-03-04 02:40:52 +01:00
Dominik Biedebach
4ab1bbe64a
WIP - add handling when backspace is pressed at start of a list item
2023-03-04 02:17:52 +01:00
Dominik Biedebach
0b7120c21b
WIP - list backspace behaviour
2023-03-03 17:43:29 +01:00
Dominik
8c6751f0c6
add precommit hook for linting and automatic eslint fixes + update eslint packages ( #2862 )
...
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Philipp Kühn
6c34dec33a
fix: remove some magic strings
2021-12-02 14:58:15 +01:00
Philipp Kühn
9afadeb7fe
feat!: Replace defaultOptions
with addOptions
( #2088 )
...
* add new addOptions option
* replace defaultOptions with addOptions for all extensions
* replace defaultOptions with addOptions for all demos
* replace defaultOptions with addOptions in docs
* refactoring
* refactoring
* drop object support for addOptions
* fix optional options
* fix tests
2021-10-26 18:31:13 +02:00
Philipp Kühn
1c8ca95de2
refactor: remove AnyObject type
2021-04-21 09:43:31 +02:00
Philipp Kühn
215c26748b
improve options interface
2021-02-10 18:25:08 +01:00
Philipp Kühn
290ff76e37
add Commands interface
2021-02-10 09:59:35 +01:00
Florian Wiech
4142637921
refactor: recreate extension exports
2020-12-07 21:32:50 +01:00
Florian Wiech
11de3a287f
refactor: restructure extensions
2020-12-07 21:09:02 +01:00