* Logseq A client-only note app which syncs with your github repo. ** Website https://logseq.com ** Setup ** 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