From 9d425d7bf13e2e7bd4d4872fb867a103e0ea4b88 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Mon, 17 Feb 2020 16:41:54 +0100 Subject: [PATCH] Add a progress bar --- README.md | 11 +++++++++-- index.html | 1 + index.js | 44 +++++++++++++++++++++++++++++++++----------- style.css | 12 ++++++++++-- 4 files changed, 53 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5b4ad94..90f5028 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# paste -[WIP] Client-side paste service +- https://github.com/dracula/prism +- https://github.com/LzmaMin-JS/LzmaMin-JS +- https://github.com/PrismJS/prism +- https://github.com/kazzkiq/CodeFlask + +```sh +# Format code +npx prettier --write --single-quote --tab-width=4 --print-width=120 index.js *.{html,css,md} +``` diff --git a/index.html b/index.html index 437247b..fb68d67 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ npm/codemirror@5.51.0/theme/dracula.min.css +