diff --git a/TODO.txt b/TODO.txt index 560b145..b40fef0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -10,6 +10,4 @@ TODO - Gallery preview (multiple element hashid) -- Ctrl+V support - - Prevent selecting around the toggle buttons (firefox for android) diff --git a/_dist/README.txt b/_dist/README.txt index 03c67c1..b17664a 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -10,6 +10,7 @@ You can use contented as a standalone upload server, or you can use the SDK to e - Multiple files upload - Pastebin upload - Custom drawing upload ([url=https://github.com/Leimi/drawingboard.js]via[/url]) +- Ctrl-V upload - SDK-oriented design for embedding, including CORS support - Mobile friendly HTML interface - Preserves uploaded filename and content-type metadata @@ -61,6 +62,7 @@ contented.init("#target", function(/* String[] */ items) {}); ????: - Feature: Drawing mode +- Feature: Ctrl+V image upload - Feature: Option to trust X-Forwarded-For headers when using a reverse proxy - Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods - Feature: Option to disable uploading via the homepage