Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tiptap

The headless editor framework for building collaborative applications.
Collective - Host: opensource - https://opencollective.com/tiptap - Website: https://www.tiptap.dev - Code: https://github.com/ueberdosis

add optionalSlashSlash to protocol options (#3675)

* add optionalSlashSlash to protocol options

* Update documentation

* rename optionalSlash...

github.com/ueberdosis/tiptap - 1ac3070abc87b34dfddb9e8cc6ca6463937c10ac authored almost 2 years ago
Merge pull request #8 from ueberdosis/fix/7-improve-option-labels

improve labels for js/ts options

github.com/ueberdosis/create-tiptap-extension - 2f55a7922cd7cf6d79ea7c1e2c36aa1400906262 authored almost 2 years ago
improve labels for js/ts options

github.com/ueberdosis/create-tiptap-extension - 752e4f42ed12c2fe002afad9dcebcd1b430fc275 authored almost 2 years ago
Merge pull request #6 from ueberdosis/docs/readme

docs: update readme

github.com/ueberdosis/create-tiptap-extension - 2a5f599b8ca03422bdf87ad0d6b1bebae5d06f73 authored almost 2 years ago
Merge branch 'main' of github.com:bdbch/create-tiptap-extension into dev

github.com/ueberdosis/create-tiptap-extension - 3e18914cc9fef1623b46e6d214319ce0c79012a4 authored almost 2 years ago
Merge branch 'main' of github.com:bdbch/create-tiptap-extension into dev

github.com/ueberdosis/create-tiptap-extension - 1edc16314edf157f5e4dbbbd74379542d5fc489c authored almost 2 years ago
Merge pull request #4 from bdbch/feature/2-user-flow

Add better user flow after project creation

github.com/ueberdosis/create-tiptap-extension - 3ee19b74c390bce3222bdfac0d708c27fdbfcedd authored almost 2 years ago
Merge pull request #5 from bdbch/feature/1-git-initialization

Add Git initialization option

github.com/ueberdosis/create-tiptap-extension - 6c7b246365f8cfb713d4002ae5e501aca28cd4a1 authored almost 2 years ago
fix: remove doubled git error

github.com/ueberdosis/create-tiptap-extension - bba740a0f269c88d202d07479b7a2154ad32f7a4 authored almost 2 years ago
feat: add git initialization option

github.com/ueberdosis/create-tiptap-extension - 8f237cad193117e08ea848df2c00ace12a5a727a authored almost 2 years ago
feat: add better user flow after project creation

github.com/ueberdosis/create-tiptap-extension - 8acac80f2305ad1218db6b603f2063390b79ab30 authored almost 2 years ago
Merge branch 'main' of github.com:bdbch/create-tiptap-extension

github.com/ueberdosis/create-tiptap-extension - 9f3e929911f6f3f30203df37d8ee778da7dcecc6 authored almost 2 years ago
Create CODE_OF_CONDUCT.md

github.com/ueberdosis/create-tiptap-extension - eebafb25e3603c87ea829ca18b00bbccbd5e94b2 authored almost 2 years ago
rename develop scripts to dev

github.com/ueberdosis/create-tiptap-extension - 666ffe619d0f6b4da56c6f430c0d98f87fbe2255 authored almost 2 years ago
fix gitignores in templates

github.com/ueberdosis/create-tiptap-extension - 8a285074e5da38303618ee459efc7be33843c1c9 authored almost 2 years ago
update template scripts

github.com/ueberdosis/create-tiptap-extension - 635247371c53b680dd4dbb7a3d6c3517f5d75246 authored almost 2 years ago
add templates & template copying

github.com/ueberdosis/create-tiptap-extension - 070032848dbb9a3d773893369d1c6c952d17a64c authored almost 2 years ago
feat: development state

github.com/ueberdosis/create-tiptap-extension - ec94a26703c9e23eb153f1534adde40b08ca53ee authored almost 2 years ago
fixes package-lock

github.com/ueberdosis/hocuspocus - 855179a075906ff8cb19633c257ce7afb8983688 authored almost 2 years ago
feature/stateless message redis compatibility (#522)

* feature: send stateless messages over the existing websocket connection

* lint code

* do...

github.com/ueberdosis/hocuspocus - addf457dfa6f3adb32a3445df5f1fcbc4dffdb40 authored almost 2 years ago
removes "update" field from onStoreDocument hook documentation. It is misleading as changes are debounced, so the update may not be what is expected, refs #521 (#524)

github.com/ueberdosis/hocuspocus - df88d21d10a663ef64e9d391c58a430d46006df8 authored almost 2 years ago
Update php.md (#3618)

Changes are based on reading this thread https://github.com/ueberdosis/tiptap/issues/1515#issuec...

github.com/ueberdosis/tiptap - 82625644be09cf22154526ec73de3532a73bd72e authored almost 2 years ago
fix: #3773 - Array for content breaks editor (#3786)

* fix: #3773 - Array for content breaks editor

* fix: lint warning

github.com/ueberdosis/tiptap - 89cc59a8372467feee7c70948d4395b95b13ed55 authored almost 2 years ago
Use Tiptap pm package (#504)

* docs: add y-prosemirror dep to Tiptap installation guide

* fix: use y-prosemirror in fronte...

github.com/ueberdosis/hocuspocus - fb581919f0a2951288732afc21dc2dbf9bb70489 authored almost 2 years ago
feature: send stateless messages over the existing websocket connection (#516)

* feature: send stateless messages over the existing websocket connection

* lint code

* do...

github.com/ueberdosis/hocuspocus - a344d56eb8472974d743dc5dbdcd7bcbcdfcb3fc authored almost 2 years ago
fix: move y-prosemirror to peer-deps (#3763)

Co-authored-by: Dominik <[email protected]>

github.com/ueberdosis/tiptap - 8bf8fd245235e22a904a38b956f3f4902649dd23 authored almost 2 years ago
feat: #3540 Ability to preserve marks on lists (#3541)

* feat: #3540 Ability to preserve marks on lists

* feat: preserveAttrs in list items

* `ke...

github.com/ueberdosis/tiptap - 36bb1e1041f91da6437272e7196702df868eae0f authored almost 2 years ago
build(deps): bump cypress-io/github-action from 5.0.8 to 5.0.9 (#3766)

Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.0.8 to 5.0....

github.com/ueberdosis/tiptap - 10f90695e8946c6ec33df26446aa98ac82ad2257 authored almost 2 years ago
feature: support redis cluster for extension-redis (#517)

* feature: support redis cluster for extension-redis

* fix: RedisIntance --> RedisInstance

github.com/ueberdosis/hocuspocus - d9a7b836e25f5c6f9c9166a894f856c1bdcc7b92 authored almost 2 years ago
Queue flushSync microtask (#3533)

Do the same thing as https://github.com/ueberdosis/tiptap/pull/3188

github.com/ueberdosis/tiptap - aa4389883aead90fa16e804c672dc269b9a1292a authored almost 2 years ago
Export `createNodeFromContent` and other missing helpers (#3558)

github.com/ueberdosis/tiptap - 26c349848ea6e211c43e8955d3e4652c735bc0d4 authored almost 2 years ago
Add Plugin Key to placeholder component. (#3652)

* Add Plugin Key to placeholder component.

Key added to fix error duplicate plugin when using...

github.com/ueberdosis/tiptap - 125caf4965826f66cb60bec2dcfce5f0b9eb4b34 authored almost 2 years ago
Add onFirstRender callback option (#3600)

* Added onFirstRender callback option

This PR is a simple forwarding of a very useful callbac...

github.com/ueberdosis/tiptap - c8f829514640e575133713ec696734e7a888b427 authored almost 2 years ago
document removing or overriding link attributes (#3576)

The documentation mentions being able to override the `rel` on links but doesn't explain how. It...

github.com/ueberdosis/tiptap - 5b5822a25145142662554ac40b5e647dbf91ddc5 authored almost 2 years ago
chore: add eslintcache (#3525)

github.com/ueberdosis/tiptap - 5c9c85070e52010fbb288dfb8aa7041f9d549b3d authored almost 2 years ago
Override schema text serializers if provided in getText options (#3672)

github.com/ueberdosis/tiptap - c2f8347025ce18a2140c93948de34fb6a1122e2e authored almost 2 years ago
Use Tailwind CDN direclty? (#3643)

I realized that if I use Tailwind's CDN directly, you can have it react to dark mode directly.

github.com/ueberdosis/tiptap - cb84d9a39693e6b23b985c8bbc7172ed4b2383f4 authored almost 2 years ago
v2.0.0-beta.218

github.com/ueberdosis/tiptap - 1b3d0f5ecb845c2627d80db9232733b22b4c5a76 authored almost 2 years ago
fix(typography): dont create fractions in the middle of a string (#3762)

github.com/ueberdosis/tiptap - 7ad54ea86a265c07bc94606cfd4724a00befaf3f authored almost 2 years ago
fix(extension-link): Click handler opens selected link instead of clicked link (#3732)

github.com/ueberdosis/tiptap - 6997bcad6b60f78122c605656500c63c96ea2faa authored almost 2 years ago
Extend `nodePasteRule` `find` type to most generic `PasteRuleFinder` (#3759)

github.com/ueberdosis/tiptap - a81019a6b7426715343650fc8261e3e2f6d60a20 authored almost 2 years ago
Fix type for BubbleMenu prop pluginKey (#3678)

github.com/ueberdosis/tiptap - d8967a7d63f2cc050e2c39c8e6673eb61ee8c5f4 authored almost 2 years ago
Update regex to exclude channel URL unfurling (#3750)

github.com/ueberdosis/tiptap - 4cd35d438c467226804fb63e67e7c0c8b6218333 authored almost 2 years ago
build(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#3613)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
- [Relea...

github.com/ueberdosis/tiptap - 4b1fb1c60d7344d260c3c2550650f96ad1642259 authored almost 2 years ago
build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 (#3610)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2....

github.com/ueberdosis/tiptap - 2ff6a0162e5a31e37803bd86821b725c21f9c358 authored almost 2 years ago
build(deps): bump actions/checkout from 3.0.2 to 3.3.0 (#3609)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0.
- [Release n...

github.com/ueberdosis/tiptap - b0a8d7415fcf26800865d33e554d2501d459243f authored almost 2 years ago
build(deps): bump json5 from 2.2.1 to 2.2.3 in /demos (#3607)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://gi...

github.com/ueberdosis/tiptap - 85a2390afbda73ba8ab4c3df9809b4ea2f074cdf authored almost 2 years ago
build(deps): bump json5 from 1.0.1 to 1.0.2 (#3605)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://gi...

github.com/ueberdosis/tiptap - d8a7d7141e7defa232f88b20a0eea82bc89d1256 authored almost 2 years ago
build(deps): bump act10ns/slack from 1 to 2 (#3404)

Bumps [act10ns/slack](https://github.com/act10ns/slack) from 1 to 2.
- [Release notes](https://...

github.com/ueberdosis/tiptap - e69a971ce3be5b97e7e14603a2666e63c1838bab authored almost 2 years ago
build(deps): bump actions/cache from 3.0.11 to 3.2.5 (#3741)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5.
- [Release notes]...

github.com/ueberdosis/tiptap - 6babc01c33ec164db1efc2b015856dcf17064255 authored almost 2 years ago
Additional documentation on Laravel integration (#518)

* Additional documentation on Laravel integration

Provide Laravel implementation docs for whe...

github.com/ueberdosis/hocuspocus - ee57a8647542239459e2a3ad54a4d42c03092fc2 authored almost 2 years ago
Added v10 for illuminate/support

github.com/ueberdosis/laravel-docker-health-check - 256a38ccda2c012a4488e5ad0406e67518076287 authored almost 2 years ago
build(deps): bump actions/cache from 3.2.4 to 3.2.5 (#513)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](...

github.com/ueberdosis/hocuspocus - 5727eb7933d4a7e50b86b6f3ac6ef0a43c274625 authored almost 2 years ago
fix: make `transformer` compatible with `@tiptap/core@^2.0.0-beta.210` (#512)

* fix: make `transformer` compatible with `@tiptap/core@^2.0.0-beta.210`

* chore: bump `trans...

github.com/ueberdosis/hocuspocus - 591103fe15d3c3760b7e59e65785a34e1d736c16 authored almost 2 years ago
Fix bugs in webhook extension (#506)

* Update index.ts

* Update index.ts

Revert changes to onDisconnect error handling

github.com/ueberdosis/hocuspocus - 47136d6006f4bb758c7a5d25176656702b2bb175 authored almost 2 years ago
fix: Prevent drag event from being ignored (#3677)

github.com/ueberdosis/tiptap - 2b6e4e369130466387ab1136e10ad64f6e37df5b authored almost 2 years ago
v2.0.0-beta.217

github.com/ueberdosis/tiptap - 33ef3f0988c988cc73d35126f59d5394adb9928c authored almost 2 years ago
fix(bubble-menu): exclude lodash/debounce from externals

github.com/ueberdosis/tiptap - 516f28f788651b88a03136220334b6dd0f8b235f authored almost 2 years ago
schedule docsearch scraper

github.com/ueberdosis/hocuspocus - 6c2287e0ae2ce08c3b881e5f47878b328069c3bf authored almost 2 years ago
schedule typesearch scraper

github.com/ueberdosis/tiptap - 42772a3b7cf81988b367f60032d7acd2410e611c authored almost 2 years ago
add typesearch scraper

github.com/ueberdosis/hocuspocus - f4e53bc64ee325948ec0c56ef368bb78abe4e79d authored almost 2 years ago
schedule typesearch scraper

github.com/ueberdosis/tiptap - e9715fcbfed8148c259a09f594af63026b86f9ca authored almost 2 years ago
integrate typesense

github.com/ueberdosis/tiptap - 1d92d53c45679ca00df72999a8d8a75530057ce6 authored almost 2 years ago
Merge branch 'main' of github.com:ueberdosis/tiptap

github.com/ueberdosis/tiptap - af839e986d84a41c2f4b43271cd3121309e1bc5e authored almost 2 years ago
integrate typesense

github.com/ueberdosis/tiptap - bea42fe838b7b1751caa36df813331cf0feb55c2 authored almost 2 years ago
Merge branch 'main' of github.com:ueberdosis/tiptap

github.com/ueberdosis/tiptap - 0a22362837d495b6e166cd93719b639ffe4256ef authored almost 2 years ago
v2.0.0-beta.216

github.com/ueberdosis/tiptap - 609d444f32d89fad51e922a565970c98cc45c708 authored almost 2 years ago
Merge branch 'main' of github.com:ueberdosis/tiptap

github.com/ueberdosis/tiptap - fba18a1163eae8abc240ec37eab5237daa54f9af authored almost 2 years ago
integrate typesense

github.com/ueberdosis/tiptap - 15e2685562082c34cec792857004c2306ea9d486 authored almost 2 years ago
fix(bubble-menu): fix lodash import

github.com/ueberdosis/tiptap - 06a3d6300d9debcd4cfc70f5717cfaf9ae988a3c authored almost 2 years ago
v2.0.0-beta.215

github.com/ueberdosis/tiptap - 9e9e48936809f085dd1bf3919e12ec23cfa17a4f authored almost 2 years ago
fix: fix builds including prosemirror

github.com/ueberdosis/tiptap - a380ec41d198ebacc80cea9e79b0a8aa3092618a authored almost 2 years ago
v2.0.0-beta.214

github.com/ueberdosis/tiptap - a8f2901b029cd7f5c50f51d27a825a32bbd9c4fb authored almost 2 years ago
Move back from tsup/esbuild to rollup (#3720)

* fix: bring back global rollup config

* fix: add rollup build for packages except pm

* fi...

github.com/ueberdosis/tiptap - 243c6ab0d228e15173a6b1feaa50724e2be16994 authored almost 2 years ago
chore: synchronize package-lock.json (#511)

github.com/ueberdosis/hocuspocus - a5a451b5f1eaba5b8a73b4bd29bf0ca8b250bd4b authored almost 2 years ago
Handle errors caused by incorrect websocket close codes in auth hook (#503)

* Handle errors caused by incorrect websocket close codes in auth hook

* fixes lint

------...

github.com/ueberdosis/hocuspocus - dcde3d58313923d2073a1a1a44dc6bd3d9a1be6e authored almost 2 years ago
build(deps): bump actions/cache from 3.0.11 to 3.2.4 (#502)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.4.
- [Release notes]...

github.com/ueberdosis/hocuspocus - b0c1e59462c8c1078a23529456ff9859d9f4f067 authored almost 2 years ago
fix(bubble-menu): move from lodash-es back to lodash, use named import

github.com/ueberdosis/tiptap - e9581283af8f491926a338fb572c69700861dd84 authored almost 2 years ago
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#3687)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4....

github.com/ueberdosis/tiptap - 5b9fd4a4fda9cae71cca524a63e787cabc3ce06d authored almost 2 years ago