From 69112e0f67ce6d60e731a967054b01072ac0726e Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 18 Nov 2020 15:13:25 +0100 Subject: [PATCH] docs: add code sandbox, update CDN url --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- docs/src/docPages/overview/installation.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33bbbde91..5352df5c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,7 +18,7 @@ Steps to reproduce the behavior: 4. See error message Create a new Codesandbox replicating your error -https://codesandbox.io/s/vue-issue-template-h0g28 +https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue **What behavior did you expect?** A clear and concise description of what you expected to happen. diff --git a/docs/src/docPages/overview/installation.md b/docs/src/docPages/overview/installation.md index fd030256e..035b7dc42 100644 --- a/docs/src/docPages/overview/installation.md +++ b/docs/src/docPages/overview/installation.md @@ -49,16 +49,23 @@ Note that tiptap needs to run in the client, not on the server. It’s required [Read more](https://nuxtjs.org/api/components-client-only) -## Option 3: CDN +## Option 3: CodeSandbox +CodeSandbox is an online coding environment. It’s great to fiddle around without setting up a local project and to share your code with others. +It’s also amazing for bug reports. Try to recreate a bug there and share it with us before when you [file an issue on GitHub](https://github.com/ueberdosis/tiptap-next/issues/new/choose). That helps us to reproduce the bug quickly, and fix them faster. + +* [Vue.js/tiptap on CodeSandbox](https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue) + + +## Option 4: CDN To pull in tiptap for quick demos or just giving it a spin, grab the latest build via CDN: ```html - - + +
@@ -75,10 +82,3 @@ To pull in tiptap for quick demos or just giving it a spin, grab the latest buil ``` -