Implement note sharing (#300)

* Implement publicity control for notes

* Implement server side rendering for note sharing

* Implement UI

* Modularize

* Remove autofocus

* Fix test

* Document
This commit is contained in:
Sung Won Cho 2019-11-07 22:47:25 -08:00 committed by GitHub
commit 41ada2298c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
97 changed files with 2327 additions and 823 deletions

View file

@ -2,7 +2,7 @@
set -eux
sudo apt-get update
sudo apt-get install -y htop git wget build-essential
sudo apt-get install -y htop git wget build-essential inotify-tools
# Install Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add