Merlijn Vos
7d6937300a
meta: enable prettier for markdown ( #5133 )
...
* meta: enable prettier for markdown
* Ignore changelogs
* revert CHANGELOG changes
* More formatting
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-05-02 11:35:55 +02:00
Artur Paikin
7adacb74a7
meta: Fix logos in all the readmes ( #4407 )
...
Fix logos in all the readmes
2023-04-07 23:46:04 +01:00
Antoine du Hamel
6f9813d9b2
doc: update bundler recommendation ( #3763 )
...
With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
2022-05-23 19:41:37 +02:00
Antoine du Hamel
55e0ffd04a
Add retext to markdown linter ( #3024 )
...
* remark-lint-uppy: use `retext` to improve doc syntax and grammar
* WIP: start fixing fixing linter errors
* Remove `retext-passive` as I don't see what's wrong with passive voice
* Remove URL plugin, add emphasis/strong marker plugin
* Fix remark settings to avoid conflicts
* WIP: more auto-fixes
* remark-simplify: allow `option`
* zoom.md
* url.md
* vue.md
* tus.md
* webcam.md
* xhrupload.md
* writing-plugins
* thumbnail-generator
* svelte
* react-dragdrop
* stores
* do not over simplify
* statusbar
* robodog
* robodog-upload
* robodog-picker
* robodog-form
* robodog-dashboard
* redux
* privacy
* uppy.md
* transloadit.md
* react-native
* react-initializing
* react-fileinput
* providers
* progressbar
* plugins
* plugin-common-options
* onedrive
* locales
* instagram
* informer
* index
* google-drive
* golden-retriever
* form
* fileinput
* facebook
* dropbox
* drop-target
* dragdrop
* remark-lint-no-unneeded-full-reference-link
* Try to setup unified-message-control
* Upgrade deps
* Fix collapsed link references with inline code
* Revert "remark-lint-no-unneeded-full-reference-link"
This reverts commit ca375f463b771bc81d0868f4d84f5979823cfc0a.
* remark-lint-uppy: add missing `"main"` field
* Update package-lock.json
* add disable comments
* fixup! xhrupload.md
* writing-plugins
* unsplash
* tus
* stores
* migration-guide
* dashboard
* community-projects
* box
* integration_help
* blog posts
* companion
* aws-s3
* aws-s3-multipart
* remark-lint-uppy README
* website/inject
* BUNDLE-README
* READMEs
* architecture
* move Remark settings to the plugin
* add `listItemIndent` setting
* list indent fix
* fix ignored files
* revert changelog changes
* fixup! architecture
* Revert changes in ignored files
* Remove unnecessary HTML tags from READMEs
2021-10-14 16:10:45 +02:00
Antoine du Hamel
56c86e2f18
doc: use ESM syntax in code snippets ( #2953 )
...
In preparation for a future release of Uppy which drop support for
CommonJS, we should start nudging our users to use ESM syntax.
Fixes: https://github.com/transloadit/uppy/issues/2951
2021-06-22 10:30:24 +02:00
Renée Kooi
c81780230d
Add all the CI badges ( #2725 )
...
* Add all the CI badges
* flip the CI / npm version order
* add github actions tests badges to all package readmes
* remove |
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2021-01-13 00:30:59 +00:00
Andrew
0533357d61
Remove the --save flag ( #2503 )
2020-09-04 14:32:21 +02:00
Renée Kooi
8c826313b6
A few docs things ( #2371 )
2020-07-29 12:17:27 +02:00
Renée Kooi
fd6734be4d
docs: update webpack homepage URLs
2019-03-04 13:43:37 +01:00
Artur Paikin
fd5294c40a
update docs, examples and tests to not set autoProceed: false, since that’s the default now
2018-07-15 23:35:44 -04:00
Renée Kooi
8d2b6a8a05
Insert missing documentation links.
2018-06-18 13:20:19 +02:00
Renée Kooi
20e8949754
Move Core class to @uppy/core package.
...
Didn't move `Plugin` yet.
Steps taken:
```bash
cp -R package-template packages/@uppy/core
git mv src/core/Core.js packages/@uppy/core/src/index.js
git mv src/core/Core.test.js packages/@uppy/core/src/index.test.js
fgrep './core' -r src # find Core uses
vim src/react/propTypes.js src/... # update core requires to `@uppy/core`
fgrep require packages/@uppy/core/src/* # find npm dependencies of @uppy/core
vim packages/@uppy/core/{package.json,README.md} # Update, and add dependencies
```
2018-06-14 16:31:19 +02:00