Dominik
|
fa8c4ca639
|
refactor: use index files for imports to simplify the export flow (#2870)
|
2022-06-11 07:11:14 +02: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
|
0aa39f93cb
|
feat: add selectTextblockStart and selectTextblockEnd commands
|
2022-01-25 10:35:39 +01:00 |
|
Philipp Kühn
|
9cf99fedc0
|
refactor: remove deprecated packages
|
2021-08-13 15:47:53 +02:00 |
|
Philipp Kühn
|
73f1c50bca
|
feat: add deleteNode command
|
2021-07-28 11:19:42 +02:00 |
|
Philipp Kühn
|
783ce4e3ac
|
feat: add forEach command
|
2021-06-04 22:25:53 +02:00 |
|
Philipp Kühn
|
36dad2bbae
|
feat: add setMeta command
|
2021-06-02 10:50:10 +02:00 |
|
Philipp Kühn
|
9399e3061f
|
remove some deprecated commands
|
2021-05-05 23:45:17 +02:00 |
|
Philipp Kühn
|
86d570fb79
|
feat: remove deprecated commands insertHTML, insertNode and insertText
|
2021-05-05 20:50:01 +02:00 |
|
Philipp Kühn
|
9ff7e2400e
|
add insertContentAt command
|
2021-05-05 13:00:30 +02:00 |
|
Philipp Kühn
|
811bf693eb
|
feat: add setNodeSelection and setTextSelection commands
|
2021-04-27 11:41:24 +02:00 |
|
Philipp Kühn
|
3334d930f3
|
feat: add resetAttributes() command, deprecate resetNodeAttributes()
|
2021-04-07 21:30:55 +02:00 |
|
Philipp Kühn
|
aac32b4df6
|
feat: add updateAttributes() command, deprecate updateNodeAttributes(), fix #254
|
2021-04-07 21:17:02 +02:00 |
|
Philipp Kühn
|
b8d9b7d4c7
|
feat: add insertContent() command, deprecate insertText(), insertHTML() and insertNode()
|
2021-04-07 11:53:37 +02:00 |
|
Philipp Kühn
|
a5e1030e4f
|
add insertNode command
|
2021-04-02 21:55:25 +02:00 |
|
Philipp Kühn
|
3759f4cdee
|
export core command types
|
2021-02-18 17:31:33 +01:00 |
|
Philipp Kühn
|
290ff76e37
|
add Commands interface
|
2021-02-10 09:59:35 +01:00 |
|
Philipp Kühn
|
2315357125
|
add keyboardShortcut and enter command
|
2021-02-09 21:04:33 +01:00 |
|
Philipp Kühn
|
e8232dd737
|
add basic enter command
|
2021-02-09 10:06:13 +01:00 |
|
Philipp Kühn
|
a2d5eef6b2
|
add commands experiment
|
2021-01-21 12:13:20 +01:00 |
|
Philipp Kühn
|
55d767d94c
|
add replaceRange command
|
2021-01-20 20:37:53 +01:00 |
|
Philipp Kühn
|
aaa0832883
|
refactoring
|
2021-01-18 23:41:38 +01:00 |
|
Philipp Kühn
|
5e29cc1481
|
add more core commands
|
2021-01-06 13:02:30 +01:00 |
|
Philipp Kühn
|
88f89df479
|
extension name is required now
|
2020-12-02 09:44:46 +01:00 |
|
Philipp Kühn
|
675912166c
|
rename unsetMarks to unsetAllMarks
|
2020-11-21 00:05:27 +01:00 |
|
Philipp Kühn
|
8f6ae0e69e
|
replace toggleBlockType with toggleNode(
|
2020-11-21 00:00:57 +01:00 |
|
Philipp Kühn
|
540b0656f3
|
rename setBlockType to setNode
|
2020-11-20 23:56:41 +01:00 |
|
Philipp Kühn
|
d075d5c425
|
rename removeMarks to unsetMarks
|
2020-11-18 17:43:59 +01:00 |
|
Philipp Kühn
|
2c5885c026
|
rename removeMark to unsetMark
|
2020-11-18 17:38:16 +01:00 |
|
Philipp Kühn
|
c0a0c7a204
|
reorder
|
2020-11-18 17:36:29 +01:00 |
|
Philipp Kühn
|
e3a3d99c51
|
rename addMark to setMark
|
2020-11-18 17:36:00 +01:00 |
|
Philipp Kühn
|
d66535317f
|
reorder
|
2020-11-18 16:44:23 +01:00 |
|
Philipp Kühn
|
3cd6c55279
|
restructure commands
|
2020-11-18 16:43:27 +01:00 |
|
Philipp Kühn
|
e9602626b7
|
improve resetNodeAttributes command
|
2020-11-18 15:18:30 +01:00 |
|
Philipp Kühn
|
012beb286c
|
add blockquote commands
|
2020-11-18 11:54:18 +01:00 |
|
Philipp Kühn
|
9d99e9c9d0
|
remove updateMarkAttributes
|
2020-11-18 11:05:19 +01:00 |
|
Philipp Kühn
|
0354f02842
|
add addMark command
|
2020-11-17 21:38:15 +01:00 |
|
Philipp Kühn
|
c71851e14c
|
add a command command
|
2020-11-17 14:38:42 +01:00 |
|
Philipp Kühn
|
0c9ce26c02
|
Revert "use global namespace"
This reverts commit 24c3a9abd3.
# Conflicts:
# packages/core/src/Editor.ts
|
2020-11-16 16:58:30 +01:00 |
|
Philipp Kühn
|
24c3a9abd3
|
use global namespace
|
2020-11-16 15:40:05 +01:00 |
|
Philipp Kühn
|
034ee139a3
|
add new syntax to all packages
|
2020-11-15 23:25:25 +01:00 |
|
Hans Pagel
|
5b76bf5141
|
add comments to all commands
|
2020-11-13 15:08:30 +01:00 |
|
Philipp Kühn
|
cb5ca0c084
|
refactoring
|
2020-11-10 21:18:22 +01:00 |
|
Philipp Kühn
|
ab1d789161
|
add extendMarkRange command
|
2020-11-06 13:38:21 +01:00 |
|
Philipp Kühn
|
3ce0e791f6
|
rename updateMark and setNodeAttributes, fix #38
|
2020-11-05 21:59:04 +01:00 |
|
Philipp Kühn
|
6f3db0970f
|
move commands again
|
2020-11-04 22:38:52 +01:00 |
|