diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33bbbde9..5352df5c 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 fd030256..035b7dc4 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 ``` -