* Logseq A client-only note app which sync with your github repo. *Use it at your own risk!!!!* ** Website https://logseq.com ** Setup *** Create a github basic token 1. Go to github.com Settings / Developer settings / Personal access tokens 2. Click the button *Generate new token* 3. Input =logseq= or anything in the *Note* 4. Select the =repo= checkbox under *Select scopes* 5. Click the *Generate token* button *** Go to the demo or your now.sh instance ** File directory example #+BEGIN_SRC shell tasks.org # the app will extract todos from this file other_notes.org other_notes.markdown ... #+END_SRC ** Hidden directories or files #+BEGIN_SRC shell touch .hidden # root directory # add directories or files like: # /directory # file # /directory/file #+END_SRC ** Deploy to your now.sh instance #+BEGIN_SRC shell ./deploy.sh #+END_SRC ** Develop #+BEGIN_SRC shell yarn install yarn watch open http://localhost:3000 #+END_SRC *** Or if you are using Emacs 1. M-x cider-jack-in 2. type ~(cljs-repl)~ in the repl