plate icon indicating copy to clipboard operation
plate copied to clipboard

[Discussion] Who is using Plate in production?

Open zbeyens opened this issue 3 years ago • 25 comments

Plate is being adopted by a lot of companies right now, we would love to list some of them on https://plate.udecode.io/

If you are using plate, and you don't mind sharing this fact with the world, please post your company name with a link in the comment below. We appreciate it a lot.

zbeyens avatar Jul 12 '21 13:07 zbeyens

Living Spec

dylans avatar Jul 12 '21 13:07 dylans

agnoStack

rsbowers avatar Jul 13 '21 00:07 rsbowers

Process Street

P.S We're also hiring 🙂

hwildwood avatar Jul 13 '21 16:07 hwildwood

Bloobirds

vimtor avatar Aug 25 '21 11:08 vimtor

Tina.io is using this, we've built an MDX editor into our CMS!

jeffsee55 avatar Nov 23 '21 21:11 jeffsee55

ALEiGN

fridaystreet avatar Nov 26 '21 05:11 fridaystreet

We recently revamped our entire editing experience in Avion. There's a lot of RTE libraries out there, but we ended up choosing Plate to use as our foundation:

RTE

Under the hood, we are storing everything in Markdown and converting to/from Slate syntax when editing/saving. We're pretty happy with the end result 😄

tjramage avatar Nov 26 '21 10:11 tjramage

Query.me

juliands avatar Jan 05 '22 15:01 juliands

We recently revamped our entire editing experience in Avion. There's a lot of RTE libraries out there, but we ended up choosing Plate to use as our foundation:

RTE

Under the hood, we are storing everything in Markdown and converting to/from Slate syntax when editing/saving. We're pretty happy with the end result 😄

Nice work @tjramage.

I am also looking to implement plate in a similar fashion. What method are using to convert to/from Slate syntax when editing/saving?

rjlg avatar Jan 13 '22 03:01 rjlg

Good question @rjlg. That was definitely one of the trickier parts for us. In a nutshell:

  • When saving, we serialize Plate/Slate --> HTML, and then convert HTML --> Markdown. I know that sounds wasteful on the face of it, but this was the easiest and most robust option for us (plus there are some really mature HTML / Markdown conversion libraries out there).

  • When loading the editor, we convert Markdown --> HTML, and then feed that to our instance of Plate (which already has HTML deserialization support).

Worth noting that we hit roadblocks with the HTML serializer within Plate. So we ended up forking the code to add proper support for encoded entities and URI encoding within content (and a few other tweaks). I'm planning on contributing these enhancements back into the Plate repo at some point soon...

Good luck! 👍

tjramage avatar Jan 13 '22 12:01 tjramage

We using Plate! Resily - OKR SaaS

neko-neko avatar Jan 14 '22 02:01 neko-neko

Good question @rjlg. That was definitely one of the trickier parts for us. In a nutshell:

  • When saving, we serialize Plate/Slate --> HTML, and then convert HTML --> Markdown. I know that sounds wasteful on the face of it, but this was the easiest and most robust option for us (plus there are some really mature HTML / Markdown conversion libraries out there).
  • When loading the editor, we convert Markdown --> HTML, and then feed that to our instance of Plate (which already has HTML deserialization support).

Worth noting that we hit roadblocks with the HTML serializer within Plate. So we ended up forking the code to add proper support for encoded entities and URI encoding within content (and a few other tweaks). I'm planning on contributing these enhancements back into the Plate repo at some point soon...

Good luck! 👍

Thanks @tjramage!

Look forward to seeing your enhancements.

rjlg avatar Jan 18 '22 23:01 rjlg

Murmur

curiouslychase avatar Mar 18 '22 00:03 curiouslychase

https://www.sapien.network/

Ethaan avatar Apr 02 '22 23:04 Ethaan

Dznova Magazine

foubei avatar Apr 11 '22 09:04 foubei

Sociables

haydencarlson avatar Jul 13 '22 21:07 haydencarlson

MEE6

enzostvs avatar Aug 27 '22 21:08 enzostvs

We're very happy Plate users at https://dropdeck.com, designing slides based on text input. Happy for you to add our name and logo on your list! 😃

bjarkih avatar Oct 14 '22 10:10 bjarkih

airfocus

JannesMeyer avatar Nov 25 '22 16:11 JannesMeyer

Buffer

guldenmw avatar Dec 14 '22 09:12 guldenmw

Opine.cm

WillTaylor22 avatar May 27 '23 15:05 WillTaylor22

Tiddlywiki:Main framework https://github.com/Jermolene/TiddlyWiki5

Use plate in a plugin: https://github.com/tiddly-gittly/slate-write
Demo: https://tiddly-gittly.github.io/slate-write/

linonetwo avatar Jun 27 '23 13:06 linonetwo