From 8dfdecbc2ff06d727e24931fb06466b1508f115a Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Wed, 21 Feb 2018 12:51:33 -0500 Subject: [PATCH] =?UTF-8?q?Add=20list=20numbers=20to=20=E2=80=9CPress?= =?UTF-8?q?=E2=80=9D=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/_posts/2018-02-0.23.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/_posts/2018-02-0.23.md b/website/src/_posts/2018-02-0.23.md index 4e9b8b14b..900db0a9c 100644 --- a/website/src/_posts/2018-02-0.23.md +++ b/website/src/_posts/2018-02-0.23.md @@ -92,7 +92,7 @@ We’ve also added an option to select which camera will be used to capture pict Uppy has made some appearances on the internet recently. -**[Better File Uploads with Shrine: Direct Uploads](https://twin.github.io/better-file-uploads-with-shrine-direct-uploads)** +1\. **[Better File Uploads with Shrine: Direct Uploads](https://twin.github.io/better-file-uploads-with-shrine-direct-uploads)**: On how to set up Uppy with [Shrine](http://shrinerb.com/), a file attachment toolkit for Ruby applications. It starts off with an example of a plain `
` upload and builds up to a more advanced experience: @@ -104,22 +104,22 @@ On how to set up Uppy with [Shrine](http://shrinerb.com/), a file attachment too > > There are many popular JavaScript file upload libraries out there – jQuery-File-Upload, Dropzone.js, FineUploader etc. – but the one you should use with Shrine is definitely Uppy 🐶. Uppy is a modular library that knows how to upload files to a custom endpoint on your app, to Amazon S3, or even to a resumable endpoint, providing progress bars, drag & drop functionality, image previews, file validations etc, all while making as few assumptions as possible. -**Featured [in Javascript Daily](https://twitter.com/JavaScriptDaily/status/950348390268919809)** +2\. **Featured [in Javascript Daily](https://twitter.com/JavaScriptDaily/status/950348390268919809)**: > Uppy: A Powerful, Modular JavaScript File Uploader — JavaScript Daily -**[#1 Trending on GitHub](https://twitter.com/uppy_io/status/946485101541683201) accross all languages** +3\. **[#1 Trending on GitHub](https://twitter.com/uppy_io/status/946485101541683201) accross all languages**: > Today our open source efforts are outpacing those of MSFT GOOG FB combined :D — kvz, transloadit -**[#2 Product of the Week](https://www.producthunt.com/posts/uppy-io) on ProductHunt** +4\. **[#2 Product of the Week](https://www.producthunt.com/posts/uppy-io) on ProductHunt**: > You literally solved my biggest problem, thank you for developing such a great project. — Chetan Menaria > Writing file upload functionality is always a pain in the arse. I’ll be checking this out today and integrating into SongBox if it’s good. — Mick -**[#2 New Tool of The Year](https://stackshare.io/posts/top-developer-tools-2017) on Stackshare** +5\. **[#2 New Tool of The Year](https://stackshare.io/posts/top-developer-tools-2017) on Stackshare**: > Uppy closed out the year as the #1 trending GitHub JavaScript project, so we think it’s only getting started. ## Full Changelog