Philipp Kühn
0048040b68
add more extensions to export example
2019-06-11 23:08:44 +02:00
Philipp Kühn
11c40f07a5
wording
2019-06-04 22:44:12 +02:00
Philipp Kühn
1b071e5035
code style
2019-06-04 22:34:43 +02:00
Philipp Kühn
d759eb4d9d
remove toggleSearch command
2019-06-04 22:20:27 +02:00
Philipp Kühn
17c1e8cf46
change search url
2019-06-04 21:56:01 +02:00
Philipp Kühn
854367b95b
Merge pull request #324 from Chrissi2812/search
...
add text search and replace
2019-06-04 21:15:15 +02:00
Chrissi2812
2544e40f99
added replace and replaceAll commands
2019-06-03 12:18:59 +02:00
Илья
a510080c41
Update index.vue
...
According to this line https://github.com/scrumpy/tiptap/blob/master/packages/tiptap-extensions/src/extensions/Placeholder.js#L46
2019-06-01 19:24:32 +03:00
Philipp Kühn
9db468748f
fix sockets url
2019-05-31 12:03:14 +02:00
Philipp Kühn
85e3710131
update dependencies
2019-05-31 12:01:41 +02:00
Chrissi2812
a42d0113e0
add clearSearch command
2019-05-29 12:25:50 +02:00
Chrissi2812
0e5aa7f116
add option to disable regex searches
2019-05-29 11:25:26 +02:00
Chrissi2812
036d853378
prevent click event on spacebar
...
font-size had to be normalized for the menubar__buttons
2019-05-28 14:44:04 +02:00
Chrissi2812
94b2846695
focus search input on toggleSearch event
2019-05-28 13:53:15 +02:00
Philipp Kühn
b54a341dec
fix embed example
2019-05-27 08:57:33 +02:00
Chrissi2812
fc617a4d32
add text search
2019-05-23 17:53:27 +02:00
Philipp Kühn
de624c1d5f
wording
2019-05-21 18:07:19 +02:00
Philipp Kühn
8139959e01
update ad image
2019-05-15 23:40:14 +02:00
Chrissi2812
9a86801973
change table resizable default to false
2019-05-15 10:43:34 +02:00
Philipp Kühn
80144815a9
pass editor to sendable hook
2019-05-10 15:37:21 +02:00
Philipp Kühn
ec9c2f3e1f
fix mark order
2019-05-09 10:52:34 +02:00
Philipp Kühn
3ce10e74b1
Merge pull request #286 from StickyKnow/fix-258-paste-link
...
do not transform text of pasted links
2019-05-09 10:34:13 +02:00
Philipp Kühn
7cd0fd40ac
Merge pull request #278 from Chrissi2812/issue-232
...
fixes #232 : Clicking toolbar TodoItem lifts TodoItem
2019-05-09 10:32:08 +02:00
Philipp Kühn
f02461cc79
destroy sockets
2019-05-08 22:27:54 +02:00
Christoph Flathmann
5d2fac08f1
Merge branch 'master' into issue-232
2019-05-08 13:34:12 +02:00
Chrissi2812
fc41ff36de
allow nested todo_lists via options on todo_item
2019-05-08 12:26:13 +02:00
Gil B. Chan
c6f281e487
change deprecated slot-scope
to v-slot
...
Directive `slot-scope` is deprecated as of Vue v2.6.0. See [here](https://vuejs.org/v2/guide/components-slots.html ) for details. Currently tiptap depends on Vue ^2.6.10. So this commit introduces new directive `v-slot` on README.md and examples.
2019-05-08 06:25:36 +09:00
Marius Tolzmann
6384bfde4e
fix Link route in examples to not transform pasted links anymore
2019-05-07 21:02:06 +02:00
Philipp Kühn
364c744cef
wording
2019-05-07 10:38:27 +02:00
Philipp Kühn
1f953a3136
update collab text
2019-05-07 10:32:43 +02:00
Philipp Kühn
c624014877
Merge pull request #277 from Chrissi2812/simplified-placeholder-example
...
Placeholder Example: replace watcher with v-model only
2019-05-07 07:51:08 +02:00
Philipp Kühn
1df723d269
add heading to collab page
2019-05-06 10:16:55 +02:00
Philipp Kühn
a22185de57
improve spacings
2019-05-05 23:08:28 +02:00
Philipp Kühn
76dca53d80
send only json steps
2019-05-05 21:47:52 +02:00
Philipp Kühn
03cb2d4c75
show users count
2019-05-04 20:40:18 +02:00
Philipp Kühn
7cad96ee3c
add some comments
2019-05-04 12:31:10 +02:00
Philipp Kühn
9a688409fb
add history plugin to collab
2019-05-04 11:04:39 +02:00
Philipp Kühn
0a98827b4c
refactoring
2019-05-04 10:54:53 +02:00
Philipp Kühn
a614f0cce1
move url
2019-05-04 00:28:29 +02:00
Philipp Kühn
55e5a4a3ae
move collab extension
2019-05-04 00:25:14 +02:00
Philipp Kühn
cd46b163d0
add emitter, move some collab logic to extension
2019-05-04 00:05:39 +02:00
Philipp Kühn
2475bf6123
add loading state
2019-05-03 22:14:18 +02:00
Philipp Kühn
fd404f5c1f
change socket url
2019-05-03 21:50:17 +02:00
Philipp Kühn
e9e50a2e75
refactoring
2019-05-03 18:05:05 +02:00
Philipp Kühn
b5a5472171
refactoring
2019-05-03 17:50:30 +02:00
Philipp Kühn
ee12e0577d
add something broken
2019-05-03 16:05:30 +02:00
Philipp Kühn
5433870183
add something broken
2019-05-03 14:04:37 +02:00
Philipp Kühn
83075f28e6
Merge branch 'master' into feature/collab-plugin
...
# Conflicts:
# packages/tiptap/src/Editor.js
# yarn.lock
2019-05-03 10:56:52 +02:00
Philipp Kühn
0d69570576
code style
2019-04-30 16:19:28 +02:00
Philipp Kühn
0e6efc3889
Merge pull request #228 from Chrissi2812/menu-bubble-position
...
Fix Menu bubble position
2019-04-30 16:07:20 +02:00
Chrissi2812
1b5b60c595
simplify placeholder example
2019-04-25 17:29:52 +02:00
Chrissi2812
2f0acf2f91
keep menuBubble in bounding box of editor
2019-04-25 16:27:22 +02:00
Chrissi2812
cf7a442edd
add link to documentation
2019-04-24 18:33:59 +02:00
Philipp Kühn
d8f62f010a
fix tippy for suggestions
2019-04-11 20:13:52 +02:00
Philipp Kühn
bafa4a62b1
Merge pull request #210 from Chrissi2812/reactive-plugin-options
...
Reactive extension options
2019-03-06 06:48:42 +01:00
Chrissi2812
7762316ecd
changed placeholder example for reactive placeholder
2019-02-25 16:24:39 +01:00
Chrissi2812
04de7048f2
change "add link" text to "update link" if it's already a link
2019-02-20 12:43:11 +01:00
Chrissi2812
b51ac10671
fixed bug in link-example
...
Link didn't got reset on menububble hide.
2019-02-20 12:17:36 +01:00
Chrissi2812
eb43c2030e
fix pasting in embed example
2019-02-18 16:21:10 +01:00
Philipp Kühn
94ede9c047
fix broken image
2019-02-06 11:34:21 +01:00
Philipp Kühn
9b90d6437e
do not show placeholder if non editable
2019-02-06 11:28:40 +01:00
Philipp Kühn
ac3b95716e
add new collab test
2019-02-06 10:33:16 +01:00
Philipp Kühn
6a0aaf15e6
add something broken again
2019-02-06 00:03:23 +01:00
Philipp Kühn
f4fa5a8e70
refactoring
2019-02-05 14:00:30 +01:00
Philipp Kühn
bdcd5c967f
add socket.io to collab demo
2019-02-05 03:07:43 +01:00
Philipp Kühn
aba26c7e74
started adding a better collab demo
2019-02-05 02:20:49 +01:00
Philipp Kühn
bf21ebd719
improve collab demo
2019-02-03 21:18:03 +01:00
Philipp Kühn
b23cdcba6b
add basic collab implementation
2019-02-03 14:06:17 +01:00
Илья
4c278e08a0
Update examples.js
2019-01-25 16:34:27 +02:00
Илья
7b93e31e03
Update examples.js
2019-01-25 16:28:28 +02:00
Philipp Kühn
f315656802
fix caret color for safari, fix #167
2019-01-19 10:04:47 +01:00
Philipp Kühn
3b87dc9e57
add horizontal rule, fix #170
2019-01-19 09:57:46 +01:00
Philipp Kühn
808c239a61
fix word wrap for demo, fix #164
2019-01-19 08:12:47 +01:00
Philipp Kühn
1b5b0c6903
add editable toggle to examples
2018-12-19 23:00:13 +01:00
Philipp Kühn
58ba0c339a
wording
2018-12-19 21:54:37 +01:00
Ivan
f14dfe8396
Update index.vue
2018-12-15 13:48:18 +03:00
Hans Pagel
a48ac55d4f
update github repository URL 🎉
2018-12-11 10:44:19 +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
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
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
c5fd3c1d84
add button to suggestion demo
2018-11-22 22:55:07 +01:00
Philipp Kühn
632c176164
improve updating props for nodeviews
2018-11-14 12:09:07 +01:00
Philipp Kühn
0f15b14ca4
refactoring
2018-11-14 10:22:42 +01:00
Philipp Kühn
d6c4c236a3
change isActive behavior
2018-11-14 10:05:34 +01:00
Philipp Kühn
665a2e05fd
remove beta from navigation
2018-11-12 22:51:44 +01:00
Philipp Kühn
b16ae7d36d
remove align icons
2018-11-09 20:45:12 +01:00
Philipp Kühn
05f00e2aee
add history example
2018-11-08 22:54:37 +01:00
Philipp Kühn
cb2617d439
renamed some components
2018-11-08 22:44:07 +01:00
Philipp Kühn
1728a247ea
remove text align example
2018-11-08 22:35:52 +01:00
Philipp Kühn
0d4a58a62d
fix list margin for examples
2018-11-08 22:17:11 +01:00