ianstormtaylor / slate

A completely customizable framework for building rich text editors. (Currently in beta.)
http://slatejs.org
MIT License
29.87k stars 3.25k forks source link

404 on examples #3881

Open mitchobrian opened 4 years ago

mitchobrian commented 4 years ago

https://github.com/ianstormtaylor/slate#examples

matt-morris commented 4 years ago

The examples are all still there. They were just re-written in Typescript and the README hasn't been updated yet. There are at least five separate PRs open with fixes for this:

https://github.com/ianstormtaylor/slate/pull/3908/files https://github.com/ianstormtaylor/slate/pull/3869/files https://github.com/ianstormtaylor/slate/pull/3856/files https://github.com/ianstormtaylor/slate/pull/3853/files https://github.com/ianstormtaylor/slate/pull/3842/files

But in the mean time, you can find all the examples by changing the extension to tsx: https://github.com/ianstormtaylor/slate/blob/master/site/examples/tables.js -> https://github.com/ianstormtaylor/slate/blob/master/site/examples/tables.tsx.