Ecosyste.ms: OpenCollective

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

github.com/chatwoot/prosemirror-schema

Schema setup for using prosemirror in chatwoot. Based on 👉 https://github.com/ProseMirror/prosemirror-example-setup/
https://github.com/chatwoot/prosemirror-schema

fix: Remove support for lheading rule in message editor (#25)

29122484ecdbffb19fbcad3a3bbd66a620f7821c authored 9 months ago by Nithin David Thomas <[email protected]>
fix: Remove heading token from message parser (#24)

60b59d5fb6c5f2915744b45283626addc275b6ff authored 9 months ago by Nithin David Thomas <[email protected]>
Merge pull request #23 from chatwoot/version/1.0.5

chore: Version upgrade 1.0.4 to 1.0.5

b2eead6b7370da8e017caa46373f08efd72f6ade authored 9 months ago by Nithin David Thomas <[email protected]>
chore: Version upgrade 1.0.4 to 1.0.5

7e36472975e8edb940c7d293893e8d6f8c0f8301 authored 9 months ago by iamsivin <[email protected]>
Merge pull request #22 from chatwoot/fix/hr-error

fix: Disables hr for message schema

f208e3bd24d18380e7fe24b6d76f0f81aa1b799b authored 9 months ago by Nithin David Thomas <[email protected]>
Updates package version

23502f3305d62f9a5af05a2807f3eb19fb3ba2b3 authored 9 months ago by Nithin David Thomas <[email protected]>
fix: Disables hr for message schema

9e9430b59784c89395e3e820e79b743711b6ac78 authored 9 months ago by Nithin David Thomas <[email protected]>
Merge pull request #21 from chatwoot/feat/img-resize

feat: Adds support for image resize

2cd21ede978d502adbc04659958f9a90790f85bc authored about 1 year ago by Shivam Mishra <[email protected]>
chore: Removed alpha to a stable version

835ce72f6a70805ddc941961f0080a829f37bec7 authored about 1 year ago by iamsivin <[email protected]>
chore: minor fixes

c4109b333a2292b073613f95a92ac8f2feaff001 authored about 1 year ago by iamsivin <[email protected]>
chore: Review fixes

4a031c237097db89166da12cc554940cbe97ef85 authored about 1 year ago by iamsivin <[email protected]>
Merge branch 'main' into feat/img-resize

907d1a8d9f77e7d41cc38ab3fab74478551e7b52 authored about 1 year ago by Sivin Varghese <[email protected]>
Merge pull request #20 from chatwoot/update-registry

chore: update registry config

ec22935c6fe8a67129a4fc441beea85248979fb1 authored about 1 year ago by Shivam Mishra <[email protected]>
Minor fix

c1f1688cbf3bbe6ab2799a3bb0bd7caccd671145 authored about 1 year ago by iamsivin <[email protected]>
feat: Adds support for image resize

79e1960d82faf1046ea6ee42c197a98d40b37be4 authored about 1 year ago by iamsivin <[email protected]>
chore: update registry config

f7c7ad5f9c8a06ba02fd465d797fc2b9aaf84ce6 authored about 1 year ago by Shivam Mishra <[email protected]>
feat: Add rollup build (#19)

e10ea651fd30500d67f4300f1e72df3ef4f9c90f authored about 1 year ago by Shivam Mishra <[email protected]>
Merge pull request #17 from chatwoot/feat/image-mesage-signature

feat: Image support in editor

91fc3d128d5785f715e2b2ea7e07ca12c065d5fc authored about 1 year ago by Sivin Varghese <[email protected]>
chore: Review fix

825755b53f1ef4ae14fac2393b53a02e14ce21e0 authored about 1 year ago by iamsivin <[email protected]>
chore: Minor fix

f826b45f3b6ab352a21f6f8975f3f800db063687 authored about 1 year ago by iamsivin <[email protected]>
Merge branch 'main' into feat/image-mesage-signature

423b5ff966e1d5c23d44985eb5b434edb1049212 authored about 1 year ago by Sivin Varghese <[email protected]>
chore: Use paragraph instead of custom

a1a3fabe8160b0846d932ffc82fc16b8965f63e2 authored about 1 year ago by iamsivin <[email protected]>
chore: Update the order of plugins (#18)

5f6ec0888948e7b16f64c1f2779114162e8fa449 authored about 1 year ago by Pranav Raj S <[email protected]>
feat: Image support in editor

ff6ce2459963a90290f8404e02407c96796cfa53 authored about 1 year ago by iamsivin <[email protected]>
feat: Adds custom menu support for message editor (#16)

Co-authored-by: Pranav Raj S <[email protected]>

0589b7a1175adc00bb085084b5ef20a7f4570c30 authored about 1 year ago by Sivin Varghese <[email protected]>
feat: Uses /n for hardbreaks in markdown (#15)

c28d2e1be5fb92a0ccb312efe7f492225bb508ef authored over 1 year ago by Nithin David Thomas <[email protected]>
Merge pull request #13 from chatwoot/chore/disable-superscript-menu

chore: Disable superscript menu item

218f22b79d10f0a1240a125b0887b19186205ea6 authored over 1 year ago by Nithin David Thomas <[email protected]>
chore: Disable superscript menu item

023f4861f49192ebb9e9411c9c214aefe03e140b authored over 1 year ago by Nithin David Thomas <[email protected]>
Merge pull request #12 from chatwoot/cw-1526

fix: Use double space to render hard breaks [cw-1505]

121d8f3608fe9ebc2a973e964acabee87fc376cb authored over 1 year ago by Nithin David Thomas <[email protected]>
Prevents Escaping plain text links

94b9d6afcc311ded5cc433e47d24188c1ae85008 authored over 1 year ago by Nithin David Thomas <[email protected]>
fixes links escaping characters

0dbeffa9c2f04b87b16eac4e880f8af34a90e48a authored over 1 year ago by Nithin David Thomas <[email protected]>
fix: Use double space to render hard breaks

393dcbfb7fe139f1b3825b80a48fe02060ff7a3d authored over 1 year ago by Nithin David Thomas <[email protected]>
Merge pull request #10 from chatwoot/cw-1476

feat: Adds support for super script [CW-1476]

d8e75e8214d2eafd10152923c8d0159aa9fb8557 authored over 1 year ago by Nithin David Thomas <[email protected]>
Changes keycode combo

7c828170e5afa52233da9c72a2f17ae176bbb423 authored over 1 year ago by Nithin David Thomas <[email protected]>
Merge pull request #11 from chatwoot/CW-1505

fixes: Editor adding slash char while creating block quotes

b937c3cb44210b7d251daf766988758975befec7 authored over 1 year ago by Nithin David Thomas <[email protected]>
fixes: Editor adding slash char while creating block quotes

d0b25001f37b4997c0e4f96861fef97d145d0414 authored over 1 year ago by Nithin David Thomas <[email protected]>
Adds menu item for superscript

7f69d260a47f5c82c99030ca429e60b35ab585f6 authored over 1 year ago by Nithin David Thomas <[email protected]>
feat: Adds support for super script

afc2594b5a69960fd2263b654fbfed5e25e8d732 authored over 1 year ago by Nithin David Thomas <[email protected]>
fix: Fixes parsing issue in editor when links are inserted (#9)

3306cdb220797090ce41ea607174e940330177e1 authored over 1 year ago by Nithin David Thomas <[email protected]>
feat: Refactors schema and rules for new editor (#5)

* feat: Refactors schema and rules for new editor

* Adds support for message editor

* Impr...

ebbf09d6ebd9138cdf2bb47257bb02ebbf01af53 authored over 1 year ago by Nithin David Thomas <[email protected]>
chore: Add variable mention (#8)

58fe4323c3c62c78df5150fca19fa169c9a9e881 authored over 1 year ago by Pranav Raj S <[email protected]>
chore: Improvements for editor text styling (#3)

1735b804235bf93a6f49124a35f762e4a2294022 authored over 3 years ago by Nithin David Thomas <[email protected]>
chore: Encode name while creating mentionURL

7e8acadd10d7b932c0dc0bd0a18f804434f83517 authored over 3 years ago by Pranav Raj S <[email protected]>
chore: Add support to mentions (#2)

45e4efcc150e6674be02bc524061373b39cfed40 authored over 3 years ago by Pranav Raj S <[email protected]>
chore: Add support to pass plugins (#1)

c40feb03eaf10bb7681f2dde324f98b5e833d063 authored over 3 years ago by Pranav Raj S <[email protected]>
Publish chatwoot registry

0a5bb8130df9591faa9c997b1371c5b7c06af691 authored almost 4 years ago by Nithin David <[email protected]>
Update package.json

a236047f1d18657e478744615e04d0ffc271baa7 authored almost 4 years ago by Nithin David <[email protected]>
Update packages

69cb63c80511a5ba750c9fbb37ae12a1818bde9b authored almost 4 years ago by Nithin David <[email protected]>
add dependencies

490f21930b62b2f05e8c1941a7cd4b4ffadb9943 authored almost 4 years ago by Nithin David <[email protected]>
Update package Github URLs

e5be7dfb0b828039ee323c3544dae9cb36123fa0 authored almost 4 years ago by Pranav Raj S <[email protected]>
Add namespace to the package

e6122106e8721037a3e9b4d95b0122e59672211a authored almost 4 years ago by Pranav Raj S <[email protected]>
Update files attribute in package.json

bca42e8499de6a625f382907e57520092d492d80 authored almost 4 years ago by Pranav Raj S <[email protected]>
Create README.md

8a03ae46f0ae09f541decfd23e6fc357105fed6f authored almost 4 years ago by Nithin David Thomas <[email protected]>
Push package json

8c133ffade60e739a3669313a9e6e53a5b693952 authored almost 4 years ago by Nithin David <[email protected]>
Initial commit

62415b7b420395e9f97a9d29902ef1f901c8d8fa authored almost 4 years ago by Nithin David <[email protected]>
Initial commit

1a2fe3e696bf9c36128b1bcf3e0ec802c4a5da78 authored almost 4 years ago by Nithin David Thomas <[email protected]>