diff --git a/.eslintrc.js b/.eslintrc.js index 916604aa0f..323ac59ee1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -195,6 +195,7 @@ module.exports = { 'examples/aws-presigned-url/*.js', 'examples/bundled/*.js', 'examples/custom-provider/client/*.js', + 'examples/transloadit-markdown-bin/*.js', 'private/dev/*.js', 'private/release/*.js', 'private/remark-lint-uppy/*.js', diff --git a/examples/transloadit-markdown-bin/README.md b/examples/transloadit-markdown-bin/README.md new file mode 100644 index 0000000000..2d22d99563 --- /dev/null +++ b/examples/transloadit-markdown-bin/README.md @@ -0,0 +1,20 @@ +# Uppy Markdown Editor + +This example uses Uppy to handle images in a markdown editor. + +## Run it + +To run this example, make sure you've correctly installed the **repository root**: + +```sh +corepack yarn install +corepack yarn build +``` + +That will also install the dependencies for this example. + +Then, again in the **repository root**, start this example by doing: + +```sh +corepack yarn workspace @uppy-example/transloadit-markdown-bin start +``` \ No newline at end of file diff --git a/examples/transloadit-textarea/index.html b/examples/transloadit-markdown-bin/index.html similarity index 95% rename from examples/transloadit-textarea/index.html rename to examples/transloadit-markdown-bin/index.html index 0feddc7f91..6c9bee1bfe 100644 --- a/examples/transloadit-textarea/index.html +++ b/examples/transloadit-markdown-bin/index.html @@ -2,10 +2,9 @@ -