Philipp Kühn
d48fb24ee2
feat: escape code blocks on triple enter, fix #2195
2021-12-05 16:47:02 +01: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
b1c56e6f16
fix: strip carriage return chars from text pasted as code and add missing paste meta information
2021-10-13 23:28:42 +02:00
Philipp Kühn
d60fe350d1
fix: fix bug on paste when using code blocks
2021-10-12 14:31:22 +02:00
Philipp Kühn
0e0b0b6a8c
fix: add support for pasted content from VS Code, fix #2022
2021-10-12 10:20:13 +02:00
Philipp Kühn
723b955cec
feat: Integrate input rules and paste rules into the core ( #1997 )
...
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* update linkify
* wip
* wip
* log
* wip
* remove debug code
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* rename matcher
* add data to ExtendedRegExpMatchArray
* remove logging
* add code option to marks, prevent inputrules in code mark
* remove link regex
* fix codeblock inputrule on enter
* refactoring
* refactoring
* refactoring
* refactoring
* fix position bug
* add test
* export InputRule and PasteRule
* clean up link demo
* fix types
2021-10-08 15:02:09 +02:00
Philipp Kühn
8a3b47a529
feat: parseHTML for attributes should return the value instead of an object now, fix #1863
2021-09-08 23:53:44 +02:00
Philipp Kühn
472f2139c5
fix: parse correct language for code blocks with multiple classes (see #1845 )
2021-09-08 11:36:05 +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
d720d77e8d
refactor: use name instead of magic string
2021-04-20 23:12:46 +02:00
Philipp Kühn
92ced9f998
fix: don’t use state in KeyboardShortcutCommand anymore
2021-04-20 23:01:06 +02:00
Philipp Kühn
92f6ea25cc
fix: remove codeblock when at start of document, fix #262
2021-04-11 18:29:03 +02:00
Philipp Kühn
56b4df044f
rename AllCommands to Commands
2021-02-16 18:39:37 +01:00
Philipp Kühn
ca8d1a4245
add command scope
2021-02-16 11:27:58 +01:00
Philipp Kühn
215c26748b
improve options interface
2021-02-10 18:25:08 +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
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
Philipp Kühn
ddc71f792a
manually merge HTMLAttributes
2020-11-25 09:50:54 +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
Hans Pagel
a4cc02cff6
rework keyboard shortcuts
2020-11-19 01:16:10 +01:00
Philipp Kühn
116b189a93
add codeblock commands
2020-11-18 12:00:26 +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
8a7603edaf
replace NodeExtension with Node, replace MarkExtension with Mark
2020-11-16 11:19:43 +01:00
Philipp Kühn
034ee139a3
add new syntax to all packages
2020-11-15 23:25:25 +01:00
Philipp Kühn
f329229e03
Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
2020-11-13 16:44:26 +01:00
Philipp Kühn
2591ffe419
add HTMLAttributes to defaultoptions
2020-11-13 16:44:22 +01:00
Philipp Kühn
c840a562de
rename attributes to HTMLAttributes
2020-11-13 16:07:20 +01:00
Hans Pagel
1f30ea271b
Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
2020-11-13 15:08:40 +01:00
Hans Pagel
5b76bf5141
add comments to all commands
2020-11-13 15:08:30 +01:00
Philipp Kühn
13489998b9
prefix all commands with ‚commands‘
2020-11-13 11:42:04 +01:00
Philipp Kühn
cb5ca0c084
refactoring
2020-11-10 21:18:22 +01:00
Philipp Kühn
d3b4e7a1d4
fix build for now
2020-11-10 16:29:31 +01:00