From bd819160e4241620802f1a85ab8265900ffdd0cc Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 12 Aug 2020 12:16:58 +0200 Subject: [PATCH] add content --- docs/src/docPages/get-content.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/src/docPages/get-content.md diff --git a/docs/src/docPages/get-content.md b/docs/src/docPages/get-content.md new file mode 100644 index 00000000..259392f0 --- /dev/null +++ b/docs/src/docPages/get-content.md @@ -0,0 +1,14 @@ +# Get Content + +## Working with JSON + +## Working with HTML + +## tiptap doesn’t work with Markdown + +Unfortunately, tiptap doesn’t support Markdown as input/output format. We considered to add support for it, but there are a few limitations: + +* HTML or JSON can have deeply nested structures, Markdown not +* Tables are not part of the Markdown standard, and can’t be easily stored and restored from Markdown + +You should really consider to work with HTML or JSON to store your content. If you still think you need Markdown, Nextcloud uses tiptap to work with Markdown. There code is open source, so maybe you can learn from them. \ No newline at end of file