-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
example: replace
transloadit-textarea
with transloadit-markdown-bin
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
- Loading branch information
Showing
8 changed files
with
141 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "@uppy-example/transloadit-markdown-bin", | ||
"version": "0.0.0", | ||
"type": "module", | ||
"dependencies": { | ||
"@uppy/core": "workspace:*", | ||
"@uppy/dashboard": "workspace:*", | ||
"@uppy/drop-target": "workspace:*", | ||
"@uppy/image-editor": "workspace:*", | ||
"@uppy/remote-sources": "workspace:*", | ||
"@uppy/transloadit": "workspace:*", | ||
"@uppy/webcam": "workspace:*", | ||
"marked": "^4.0.18" | ||
}, | ||
"devDependencies": { | ||
"vite": "^3.0.0" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"start": "vite" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.