From 6e9815c911910467469938bc5014038083186b71 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 3 Feb 2021 16:44:52 +0100 Subject: [PATCH 1/3] docs: add plausible to the privacy policy --- docs/src/docPages/privacy-policy.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/privacy-policy.md b/docs/src/docPages/privacy-policy.md index 1e51f4a4..7efb75aa 100644 --- a/docs/src/docPages/privacy-policy.md +++ b/docs/src/docPages/privacy-policy.md @@ -17,7 +17,12 @@ We use [GitHub](http://github.com/) to store our code, collaborate, give support ### Hosting (Netlify) We use Netlify to host the documentation. It features continuous deployment from Git across a global application delivery network and full integration with Let’s Encrypt. If you want to know more, [read Netlify’s privacy policy](https://www.netlify.com/privacy/). -### Tracking (Simple Analytics) +### Tracking (Plausible) +We use [Plausible](https://plausible.io) to gain insight about our visitors in general. It doesn’t track individual users per se and does not store any personal identifiable information. Go to [their documentation](https://plausible.io/data-policy) to find out what Simple Analytics collects (and more importantly what they don’t). + +Or have a look at the [public analytics dashboard](https://plausible.io/tiptap.dev) they provide. It’s not a stripped down version, it’s the exact same dashboard we use to check the traffic. + +### Tracking (Simple Analytics, deprecated, will be removed soon) We use [Simple Analytics](https://simpleanalytics.com/) to gain insight about our visitors in general. It doesn’t track individual users per se and does not store any personal identifiable information. Go to their documentation to find out what Simple Analytics collects (and more importantly what they don’t). Or have a look at the [public analytics dashboard](https://simpleanalytics.com/tiptap.dev) they provide. It’s not a stripped down version, it’s the exact same dashboard we use to check the traffic. From 1ea3de2ec17fe2240d4827833ef5b9233d5c0674 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 3 Feb 2021 16:50:15 +0100 Subject: [PATCH 2/3] add task --- docs/src/demos/Experiments/Placeholder/extension/placeholder.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/demos/Experiments/Placeholder/extension/placeholder.ts b/docs/src/demos/Experiments/Placeholder/extension/placeholder.ts index a26207e9..8e011abc 100644 --- a/docs/src/demos/Experiments/Placeholder/extension/placeholder.ts +++ b/docs/src/demos/Experiments/Placeholder/extension/placeholder.ts @@ -37,6 +37,7 @@ export default Extension.create({ doc.descendants((node, pos) => { const hasAnchor = anchor >= pos && anchor <= (pos + node.nodeSize) + // TODO: should be false for image nodes (without text content), is true though const isNodeEmpty = node.content.size === 0 if ((hasAnchor || !this.options.showOnlyCurrent) && isNodeEmpty) { From 871019cf65d57dc9462e1e195477e7403f360831 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 4 Feb 2021 10:50:10 +0100 Subject: [PATCH 3/3] docs: wording --- docs/src/pages/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/pages/index.vue b/docs/src/pages/index.vue index 1e0423f1..d461e90e 100644 --- a/docs/src/pages/index.vue +++ b/docs/src/pages/index.vue @@ -196,7 +196,6 @@ become one of our wonderful sponsors to fund the maintenance, support and development of tiptap now and in the future. That’s all we ask for. -