docs: improve the sponsor page, remove the feedback page

This commit is contained in:
Hans Pagel
2021-01-18 15:07:49 +01:00
parent e6cbb5511f
commit b93168e97a
7 changed files with 60 additions and 43 deletions

View File

@@ -1,7 +0,0 @@
# Feedback
Were looking for your feedback to improve tiptap 2 before the first public release! Share everything that helps to make it better for everyone!
* Create issues on GitHub! [Link](https://github.com/ueberdosis/tiptap-next/issues)
* Send an email! [humans@tiptap.dev](mailto:humans@tiptap.dev)
* Follow us on Twitter! [@hanspagel](https://twitter.com/hanspagel), [@_philippkuehn](https://twitter.com/_philippkuehn), or [@_ueberdosis](https://twitter.com/_ueberdosis)

View File

@@ -1,11 +1,12 @@
# Become a sponsor # Become a sponsor
To deliver a top-notch developer experience and user experience, we put hundreds of hours of unpaid work into tiptap. Your funding helps us to make this work more and more financially sustainable. This enables us, to provide helpful support, maintain all our packages, keep everything up to date, and develop new features and extensions for tiptap. To deliver a top-notch developer experience and user experience, we put ~~hundreds~~ thousands of hours of unpaid work into tiptap. Your funding helps us to make this work more and more financially sustainable. This enables us to provide helpful support, maintain all our packages, keep everything up to date, and develop new features and extensions for tiptap.
If youre using tiptap in a commercial project or just want to give back to the open source community, you can [sponsor us on GitHub](https://github.com/sponsors/ueberdosis). Give back to the open source community and [sponsor us on GitHub](https://github.com/sponsors/ueberdosis)! 💖
## Your benefits as a sponsor ## Your benefits as a sponsor
* Give back to the open source community * Give back to the open source community
* Get early access to private repositories * Get early access to private repositories
* Ensure the further maintenace and development of tiptap
* Your issues and pull requests get a `sponsor 💖` label * Your issues and pull requests get a `sponsor 💖` label
* Get a sponsor badge in all your comments on GitHub * Get a sponsor badge in all your comments on GitHub
* Show support in your GitHub profile * Show support in your GitHub profile
@@ -13,11 +14,28 @@ If youre using tiptap in a commercial project or just want to give back to th
Does that sound good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberdosis) Does that sound good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberdosis)
## I cant use GitHub. ## The maintainers of tiptap
If youre a company, dont want to use GitHub, dont have a credit card or want a proper invoice form us, just reach out to us at [humans@tiptap.dev](mailto:humans@tiptap.dev). If youre thankful for tiptap, you should say thank you to all 12 lovely people of [überdosis](https://twitter.com/_ueberdosis). The amazing company were all building together and the amazing company that funded the initial development costs of tiptap 2.
## I want consulting. AND you should definitely hire us if you want us to design und build an amazing digital product for you. Bonus points if its somehow text editing related.
We dont do any calls, consulting or personal support. If you have an issue, a question, want to talk something through or anything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues), to keep everything accessible for the whole community.
## Can we have a call? But here are the friendly faces of the two maintainer of tiptap, Philipp Kühn (left) and Hans Pagel (right). Youve probably read our names in the thousands of commits, pull requests or Tweets already.
![Philipp and Hans, the maintainers of tiptap, looking happy](/philipp-and-hans.jpg)
## More peace of mind
Companies betting on tiptap probably want some peace of mind and ensure that we keep maintaining tiptap, but dont forget that our work is based on the work of other lovely people that you should definitel sponsor too:
* [Sponsor Marijn Haverbeke](https://marijnhaverbeke.nl/fund/) (ProseMirror)
* [Sponsor Kevin Jahns](https://github.com/sponsors/dmonad) (Y.js)
## Frequently asked questions
### I cant use GitHub. How can I support you?
If youre a company, dont want to use GitHub, dont have a credit card or want a proper invoice from us, just reach out to us at [humans@tiptap.dev](mailto:humans@tiptap.dev).
### I want consulting. Whats your rate?
We dont do any calls, consulting or personal support for tiptap. If you have an issue, a question, want to talk something through or anything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues) to keep everything accessible for the whole community.
### Can we have a call?
Nope, we are big fans of asynchronous communication. If you really need to reach out in private, send us an email to [humans@tiptap.dev](mailto:humans@tiptap.dev), but dont expect technical email support. Nope, we are big fans of asynchronous communication. If you really need to reach out in private, send us an email to [humans@tiptap.dev](mailto:humans@tiptap.dev), but dont expect technical email support.

View File

@@ -87,9 +87,7 @@
'app__link': true, 'app__link': true,
'app__link--exact': $router.currentRoute.path === item.link, 'app__link--exact': $router.currentRoute.path === item.link,
'app__link--active': $router.currentRoute.path.startsWith(item.link), 'app__link--active': $router.currentRoute.path.startsWith(item.link),
'app__link--draft': item.draft === true, [`app__link--${item.type}`]: item.type !== null,
'app__link--pro': item.pro === true,
'app__link--new': item.new === true,
'app__link--with-children': !!item.items 'app__link--with-children': !!item.items
}" }"
:to="item.redirect || item.link" :to="item.redirect || item.link"
@@ -104,9 +102,7 @@
'app__link': true, 'app__link': true,
'app__link--exact': $router.currentRoute.path === item.link, 'app__link--exact': $router.currentRoute.path === item.link,
'app__link--active': $router.currentRoute.path.startsWith(item.link), 'app__link--active': $router.currentRoute.path.startsWith(item.link),
'app__link--draft': item.draft === true, [`app__link--${item.type}`]: item.type !== null,
'app__link--pro': item.pro === true,
'app__link--new': item.new === true,
}" }"
:to="item.link" :to="item.link"
exact exact

View File

@@ -255,6 +255,18 @@ $menuBreakPoint: 800px;
} }
} }
&--sponsor {
color: $colorWhite;
&::after {
content: '💖';
font-family: 'JetBrainsMono', monospace;
text-transform: uppercase;
padding: 0 0.5em;
border-radius: 5px;
}
}
&--with-children::after { &--with-children::after {
content: ''; content: '';
color: rgba($colorWhite, 0.2); color: rgba($colorWhite, 0.2);

View File

@@ -8,8 +8,9 @@
link: /overview/upgrade-guide link: /overview/upgrade-guide
- title: Contributing - title: Contributing
link: /overview/contributing link: /overview/contributing
- title: Feedback - title: Become a sponsor
link: /overview/feedback link: /sponsor
type: sponsor
- title: Examples - title: Examples
link: /examples link: /examples
@@ -19,7 +20,7 @@
link: /examples/basic link: /examples/basic
- title: Collaborative editing - title: Collaborative editing
link: /examples/collaborative-editing link: /examples/collaborative-editing
pro: true type: pro
- title: Markdown shortcuts - title: Markdown shortcuts
link: /examples/markdown-shortcuts link: /examples/markdown-shortcuts
- title: Formatting - title: Formatting
@@ -48,11 +49,11 @@
skip: true skip: true
- title: Alpine.js - title: Alpine.js
link: /guide/getting-started/alpinejs link: /guide/getting-started/alpinejs
draft: true type: draft
skip: true skip: true
- title: Livewire - title: Livewire
link: /guide/getting-started/livewire link: /guide/getting-started/livewire
draft: true type: draft
skip: true skip: true
- title: Configure the editor - title: Configure the editor
link: /guide/configuration link: /guide/configuration
@@ -66,12 +67,12 @@
link: /guide/build-extensions link: /guide/build-extensions
- title: Complex node views - title: Complex node views
link: /guide/node-views link: /guide/node-views
draft: true type: draft
- title: Working with TypeScript - title: Working with TypeScript
link: /guide/working-with-typescript link: /guide/working-with-typescript
- title: Collaborative editing - title: Collaborative editing
link: /guide/collaborative-editing link: /guide/collaborative-editing
pro: true type: pro
- title: API - title: API
items: items:
@@ -92,12 +93,12 @@
link: /api/nodes/document link: /api/nodes/document
- title: Emoji - title: Emoji
link: /api/nodes/emoji link: /api/nodes/emoji
draft: true type: draft
- title: HardBreak - title: HardBreak
link: /api/nodes/hard-break link: /api/nodes/hard-break
- title: Hashtag - title: Hashtag
link: /api/nodes/hashtag link: /api/nodes/hashtag
draft: true type: draft
- title: Heading - title: Heading
link: /api/nodes/heading link: /api/nodes/heading
- title: HorizontalRule - title: HorizontalRule
@@ -108,20 +109,20 @@
link: /api/nodes/list-item link: /api/nodes/list-item
- title: Mention - title: Mention
link: /api/nodes/mention link: /api/nodes/mention
draft: true type: draft
- title: OrderedList - title: OrderedList
link: /api/nodes/ordered-list link: /api/nodes/ordered-list
- title: Paragraph - title: Paragraph
link: /api/nodes/paragraph link: /api/nodes/paragraph
- title: Table - title: Table
link: /api/nodes/table link: /api/nodes/table
draft: true type: draft
- title: TableRow - title: TableRow
link: /api/nodes/table-row link: /api/nodes/table-row
draft: true type: draft
- title: TableCell - title: TableCell
link: /api/nodes/table-cell link: /api/nodes/table-cell
draft: true type: draft
- title: TaskList - title: TaskList
link: /api/nodes/task-list link: /api/nodes/task-list
- title: TaskItem - title: TaskItem
@@ -152,10 +153,10 @@
items: items:
- title: Collaboration - title: Collaboration
link: /api/extensions/collaboration link: /api/extensions/collaboration
pro: true type: pro
- title: CollaborationCursor - title: CollaborationCursor
link: /api/extensions/collaboration-cursor link: /api/extensions/collaboration-cursor
pro: true type: pro
- title: Dropcursor - title: Dropcursor
link: /api/extensions/dropcursor link: /api/extensions/dropcursor
- title: Focus - title: Focus
@@ -168,7 +169,7 @@
link: /api/extensions/history link: /api/extensions/history
- title: Suggestion - title: Suggestion
link: /api/extensions/suggestion link: /api/extensions/suggestion
draft: true type: draft
- title: TextAlign - title: TextAlign
link: /api/extensions/text-align link: /api/extensions/text-align
- title: Typography - title: Typography
@@ -182,13 +183,6 @@
- title: Keyboard Shortcuts - title: Keyboard Shortcuts
link: /api/keyboard-shortcuts link: /api/keyboard-shortcuts
- title: Sponsoring
items:
- title: Become a sponsor
link: /sponsor
- title: Monthly reports
link: /reports
- title: Links - title: Links
items: items:
- title: Documentation for tiptap 1.x - title: Documentation for tiptap 1.x

View File

@@ -67,6 +67,10 @@
} }
} }
> p > img {
max-width: 100%;
}
:first-child { :first-child {
margin-top: 0; margin-top: 0;
} }

BIN
docs/static/philipp-and-hans.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB