Hans Pagel
3f57a13d19
feature: add subscript and superscript extensions, docs and tests
2021-06-08 14:52:38 +02:00
Hans Pagel
f7a7d23153
add a new job
2021-06-07 12:03:06 +02:00
Philipp Kühn
3e6d3dca1f
docs: update content
2021-06-04 22:58:34 +02:00
Philipp Kühn
592f62ed0e
docs: update content
2021-06-04 22:40:36 +02:00
Philipp Kühn
517ecc577b
docs: disable some ligatures for typography docs, fix #1412
2021-06-04 09:56:32 +02:00
Philipp Kühn
53d7172ff1
improve cursor position for figure
2021-06-04 00:01:14 +02:00
Hans Pagel
af3f96a07c
Merge branch 'main' of github.com:ueberdosis/tiptap
...
# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
2021-06-03 09:38:01 +02:00
Philipp Kühn
36dad2bbae
feat: add setMeta command
2021-06-02 10:50:10 +02:00
Philipp Kühn
1838d097d0
docs: update content
2021-06-01 18:28:13 +02:00
Hans Pagel
51255c1a8b
docs: add a new job
2021-06-01 17:10:20 +02:00
Hans Pagel
639eb5cf4d
docs: add a introduction page
2021-06-01 17:06:44 +02:00
Hans Pagel
87611d812a
experiments: add a figure + figcaption node
2021-06-01 16:58:50 +02:00
Jonathan
e7fefff466
Wording improvement
...
Just a tiny improvement to the wording used
2021-05-28 23:03:23 +01:00
Hans Pagel
ee9ff28d31
docs: update content
2021-05-28 11:45:52 +02:00
Hans Pagel
5858871ca8
docs: update content
2021-05-27 22:19:11 +02:00
Hans Pagel
98b0e3fe5e
docs: add content for the focus and setTextSelection command
2021-05-27 21:37:47 +02:00
Hans Pagel
fd6f3fed4c
docs: update content
2021-05-27 10:53:34 +02:00
MoPaMo
e304cb5dca
Make HTML in docs valid
...
You were missing an `<html>`-starter tag, so users who copy-pasted the code would have experienced errors - not a very good first impression…
(Furthermore, I changed `<!doctype html>` to `<!DOCTYPE html>`since that's just more common)
2021-05-26 12:52:45 +02:00
Hans Pagel
9e83413967
docs: add a jobs page
2021-05-20 18:34:15 +02:00
Hans Pagel
f93961f03b
add hint to the collab annotation page
2021-05-20 18:11:04 +02:00
Philipp Kühn
0475356194
docs: update content
2021-05-19 00:03:41 +02:00
Philipp Kühn
fcee5f82c6
feat: add deleteNode method to node views
2021-05-19 00:03:41 +02:00
Priestch
96a060eefd
docs: fix typo ( #1339 )
2021-05-18 18:36:18 +02:00
Philipp Kühn
ff7dd9b919
feat: add support for checking for attributes in extendMarkRange
2021-05-17 13:00:54 +02:00
Ricardo Albear
a45758642c
Fix text-align extension url
2021-05-16 15:22:24 +01:00
Hans Pagel
cea4a3f50d
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-05-11 23:35:21 +02:00
Hans Pagel
4cdfbd2e2e
docs: update custom extensions content
2021-05-11 23:33:45 +02:00
Arnaud Thomas D
5424296dc0
docs: complete list of extensions with changed name
2021-05-11 23:06:48 +02:00
Hans Pagel
9211ad2820
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-05-11 19:23:48 +02:00
Hans Pagel
8d5e6deab4
docs: force Alpine to rerender when the selection updates
2021-05-11 19:23:36 +02:00
Philipp Kühn
072905cb95
feat: add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes
2021-05-07 11:10:18 +02:00
Philipp Kühn
b0755cbad6
Merge pull request #1273 from ueberdosis/feature/generate-json-from-html
...
New Feature: Generate JSON from HTML
2021-05-07 10:37:17 +02:00
Philipp Kühn
00d8958b72
docs: update content
2021-05-06 18:41:22 +02:00
Hans Pagel
a9c0bf5982
add a generateJSON utility to the HTML package
2021-05-05 23:10:45 +02:00
Hans Pagel
7feb19eb72
feature: add generateJSON utility function to generate JSON from a HTML string
2021-05-05 21:24:24 +02:00
Hans Pagel
6f0fa6569d
docs: write about drag handles for node views, fix #1234
2021-05-05 20:58:16 +02:00
Hans Pagel
ef98d070ac
Merge branch 'main' of github.com:ueberdosis/tiptap into main
2021-05-05 20:55:12 +02:00
Hans Pagel
0d648818fc
docs: add link to ngx-tiptap, fix #1250
2021-05-05 20:54:45 +02:00
Philipp Kühn
0030f083b0
docs: update content
2021-05-05 19:42:47 +02:00
Philipp Kühn
9320eaf05f
Merge branch 'main' into feature/remove-replace-commands
2021-05-05 18:37:10 +02:00
Philipp Kühn
e2756aab5f
docs: update content
2021-05-05 14:19:24 +02:00
Duncan Krebbers
b606575884
HorizontalRule is included in defaultExtensions
...
Set 'default extension' for horizontalRule to true in api-nodes documentation.
2021-05-05 13:38:54 +02:00
Philipp Kühn
9e9401e68b
feat: add linkOnPaste option for adding a link to the current selection if the pasted content only contains an url, fix #1210
2021-05-05 09:33:52 +02:00
Danny Feliz
196eb8622e
Fix typo ( #1262 )
2021-05-05 07:44:18 +02:00
Hans Pagel
19f61fda1a
docs: update content
2021-05-04 23:59:34 +02:00
Hans Pagel
0c06ece8e9
docs: update content
2021-05-04 23:26:07 +02:00
Jorge González
bc78b8bb8f
[Docs] Improve example integration with Laravel Livewire ( #1255 )
...
* Improve example docs for integration with Laravel Livewire
* Revert code snippet to HTML
2021-05-03 22:47:43 +02:00
Philipp Kühn
6ba076cd42
Merge pull request #1217 from swanson/patch-4
...
Typo fix
2021-05-03 09:12:57 +02:00
Hans Pagel
a645a84729
docs: update content
2021-04-30 19:42:44 +02:00
Hans Pagel
055c4349a6
docs: add a changelog
2021-04-28 22:24:20 +02:00