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
|
e07a5b625d
|
refactor: Use named exports instead of default exports (#2238)
* use named exports instead of default exports
* fix tests
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
|
2021-12-06 12:00:09 +01:00 |
|
Philipp Kühn
|
14e458ea7d
|
feat: add extendEmptyMarkRange option to mark commands (#1859)
|
2021-09-08 09:32:22 +02:00 |
|
Philipp Kühn
|
78e2a6e775
|
add generic to commands type
|
2021-06-04 21:56:29 +02:00 |
|
Philipp Kühn
|
1c8ca95de2
|
refactor: remove AnyObject type
|
2021-04-21 09:43:31 +02:00 |
|
Philipp Kühn
|
56b4df044f
|
rename AllCommands to Commands
|
2021-02-16 18:39:37 +01:00 |
|
Philipp Kühn
|
a705134998
|
rename Commands to RawCommands
|
2021-02-16 18:36:37 +01:00 |
|
Philipp Kühn
|
ca8d1a4245
|
add command scope
|
2021-02-16 11:27:58 +01:00 |
|
Philipp Kühn
|
55ff908423
|
refactoring
|
2021-02-10 18:05:02 +01:00 |
|
Philipp Kühn
|
290ff76e37
|
add Commands interface
|
2021-02-10 09:59:35 +01:00 |
|
Philipp Kühn
|
f556f00518
|
refactoring
|
2020-12-01 09:11:58 +01:00 |
|
Philipp Kühn
|
6f8632f643
|
fix toggleMark
|
2020-11-30 21:31:57 +01:00 |
|
Philipp Kühn
|
f486ddf80a
|
split helpers and utilities
|
2020-11-30 09:42:53 +01:00 |
|
Philipp Kühn
|
e3a3d99c51
|
rename addMark to setMark
|
2020-11-18 17:36:00 +01:00 |
|
Philipp Kühn
|
3cd6c55279
|
restructure commands
|
2020-11-18 16:43:27 +01:00 |
|
Philipp Kühn
|
9d99e9c9d0
|
remove updateMarkAttributes
|
2020-11-18 11:05:19 +01:00 |
|
Philipp Kühn
|
13a314e123
|
refactoring
|
2020-11-16 21:42:35 +01:00 |
|
Philipp Kühn
|
dc62ac1326
|
fix some bugs
|
2020-11-06 00:13:18 +01:00 |
|
Philipp Kühn
|
9c3d8fe142
|
fix command name
|
2020-11-05 22:53:22 +01:00 |
|
Philipp Kühn
|
9103172837
|
Merge branch 'main' into feature/new-highlight-extension
# Conflicts:
# docs/src/docPages/api/extensions.md
# docs/src/links.yaml
# packages/core/src/extensions/toggleMark.ts
|
2020-11-05 21:27:20 +01:00 |
|
Philipp Kühn
|
6f3db0970f
|
move commands again
|
2020-11-04 22:38:52 +01:00 |
|
Hans Pagel
|
2a706fd3d2
|
clean up
|
2020-10-27 22:23:37 +01:00 |
|
Philipp Kühn
|
fd298b645b
|
add core extensions
|
2020-10-23 10:44:30 +02:00 |
|
Hans Pagel
|
19e040df42
|
refactoring
|
2020-10-08 03:44:18 +02:00 |
|
Hans Pagel
|
3b01b5b219
|
improve highlight toggling
|
2020-10-05 17:26:34 +02:00 |
|
Hans Pagel
|
021d911ad6
|
add color parameter to highlight command
|
2020-10-05 16:17:31 +02:00 |
|
Philipp Kühn
|
ac33eb483e
|
fix more linting errors
|
2020-09-24 00:29:05 +02:00 |
|
Philipp Kühn
|
119fdd0dff
|
improve command handling
|
2020-09-22 10:49:38 +02:00 |
|
Philipp Kühn
|
4da71ecfbb
|
add some more commands
|
2020-09-21 23:17:30 +02:00 |
|
Philipp Kühn
|
3c60bb6406
|
return editor for all core command types
|
2020-08-17 16:38:13 +02:00 |
|
Philipp Kühn
|
4e6404a404
|
add toggleMark command
|
2020-04-22 14:06:15 +02:00 |
|