Philipp Kühn
cd1bcc2f08
add selected prop for nodeviews
2019-01-01 20:15:13 +01:00
Philipp Kühn
f8b1bd5df7
add transaction to update event
2019-01-01 17:51:57 +01:00
Philipp Kühn
8197b0d3bb
activate draggable for todo items
2018-12-20 10:33:47 +01:00
Philipp Kühn
b6e631a918
Publish
...
- tiptap-extensions@1.6.0
- tiptap@1.6.0
2018-12-20 08:22:20 +01:00
Philipp Kühn
18937265a0
add dropCursor to readme
2018-12-20 08:21:21 +01:00
Philipp Kühn
e8f0d7266e
Merge pull request #141 from Chrissi2812/add-dropcursor
...
added drop cursor
2018-12-20 08:17:16 +01:00
Philipp Kühn
a7fafd5564
Merge branch 'master' into add-dropcursor
2018-12-20 08:13:37 +01:00
Philipp Kühn
19163370f5
Publish
...
- tiptap-commands@1.3.0
- tiptap-extensions@1.5.0
- tiptap-utils@1.1.0
- tiptap@1.5.0
2018-12-19 23:15:54 +01:00
Philipp Kühn
4113ac6c68
add original event to focus and blur event
2018-12-19 23:13:58 +01:00
Philipp Kühn
1b5b0c6903
add editable toggle to examples
2018-12-19 23:00:13 +01:00
Philipp Kühn
02ff0034c1
allow setOptions updating options
2018-12-19 22:59:57 +01:00
Philipp Kühn
db15c18541
update dependencies
2018-12-19 21:57:03 +01:00
Philipp Kühn
b757895850
fix eslint config
2018-12-19 21:55:32 +01:00
Philipp Kühn
58ba0c339a
wording
2018-12-19 21:54:37 +01:00
Philipp Kühn
801748f159
Merge pull request #137 from vanpav/patch-1
...
Update Placeholder Example
2018-12-19 21:52:52 +01:00
Philipp Kühn
5b16a8d371
Merge pull request #127 from vanpav/placeholder-text
...
Placeholder text
2018-12-19 21:51:34 +01:00
Chrissi2812
fda883ef5b
adding configuration for dropCursor
2018-12-19 09:10:30 +01:00
Chrissi2812
751e6984fe
added drop cursor
...
closes #140
2018-12-18 13:21:28 +01:00
Hans Pagel
be29876f0c
Merge pull request #139 from kajuberdut/readme-tweak
...
Change renderless section title in readme
2018-12-17 09:41:55 +01:00
kajuberdut
1046805d3f
Change awkward title in readme
...
The construction "What means x?" asks the same as "what other word(s) have the meaning of x?".
"What does x mean?" indicates that you want the definition of x.
2018-12-16 18:26:10 -07:00
Ivan
f14dfe8396
Update index.vue
2018-12-15 13:48:18 +03:00
Hans Pagel
826ba3e214
Update README.md
2018-12-14 15:49:37 +01:00
Hans Pagel
127c305000
add @Chrissi2812 to the contributors list
2018-12-13 15:28:56 +01:00
Hans Pagel
a48ac55d4f
update github repository URL 🎉
2018-12-11 10:44:19 +01:00
Ivan
00a691ed14
Update Placeholder.js
2018-12-10 15:55:20 +03:00
Ivan
6e78cc90b9
Update Placeholder.js
2018-12-10 15:46:22 +03:00
Ivan
22f96f43b3
Merge pull request #1 from heyscrumpy/master
...
Merge fork w latest origin
2018-12-10 15:44:46 +03:00
Philipp Kühn
b147760546
Publish
...
- tiptap-extensions@1.4.0
- tiptap@1.4.0
2018-12-09 11:13:03 +01:00
Philipp Kühn
c77ff21299
add text to table demo
2018-12-09 11:09:44 +01:00
Philipp Kühn
e3814325d2
update table icons
2018-12-09 10:59:59 +01:00
Philipp Kühn
5acbe8e69d
fix whitespace
2018-12-08 19:32:50 +01:00
Philipp Kühn
ec46b41308
change color
2018-12-08 19:32:40 +01:00
Philipp Kühn
e0c69a66c4
rename component
2018-12-08 09:30:36 +01:00
Philipp Kühn
ea6a0e0079
fix table styling
2018-12-08 09:20:17 +01:00
Philipp Kühn
5a832238b4
update dependencies
2018-12-07 23:04:25 +01:00
Philipp Kühn
dbcbd0f75e
fix insert mentions via command
2018-12-07 22:48:17 +01:00
Philipp Kühn
364e4a8b7a
fix demo menubar for mobile
2018-12-07 20:58:01 +01:00
Philipp Kühn
f3f36ec6d3
remove useless styling code
2018-12-07 20:57:44 +01:00
Philipp Kühn
5c3de80ba6
Merge pull request #120 from Chrissi2812/table-support
...
Adding Table Support
2018-12-07 20:46:44 +01:00
Philipp Kühn
a6f4e896dc
Merge pull request #122 from vanpav/mention-extend
...
Mention extend
2018-12-07 20:45:38 +01:00
Philipp Kühn
f1a2766b9f
Merge pull request #121 from vanpav/escaped-char
...
Escape Suggestion trigger char
2018-12-07 20:45:08 +01:00
Ivan
f126b6a4ed
Mention extend
2018-12-07 21:12:35 +03:00
Ivan
fe6b1bee2d
Escape Suggestion trigger char
2018-12-07 21:05:10 +03:00
Chrissi2812
96b583d94b
moved history buttons to start of menubar
2018-12-07 10:55:04 +01:00
Chrissi2812
77bed75cfd
fixed jumping on table resize-handler show
2018-12-07 10:54:05 +01:00
Chrissi2812
ce94d0641d
added toggleCellMerge and changed example to use it
...
If all selected cells are merged than the next call will split them.
2018-12-07 10:52:48 +01:00
Chrissi2812
d3a51cefd4
added deleteTable to example
2018-12-07 10:50:20 +01:00
Chrissi2812
c830768b3b
Adding Table Support
2018-12-06 18:18:59 +01:00
Philipp Kühn
19202f25f0
Publish
...
- tiptap-commands@1.2.0
- tiptap-extensions@1.3.0
- tiptap@1.3.0
2018-11-26 11:22:03 +01:00
Philipp Kühn
f4875f9259
add pasteRules to readme
2018-11-26 11:19:06 +01:00