Files
logseq/readme.org
2019-12-13 22:16:55 +08:00

718 B

Gitnotes

A client-only note app which sync with your github repo. Use it at your own risk!!!!

File directory example

  links.org                       # the app will extract links from this file
  tasks.org                       # the app will extract todos from this file
  other_notes.org
  other_notes.markdown
  ...

Deploy to your now.sh instance

  ./deploy.sh

Develop

  yarn install
  yarn watch
  open http://localhost:3000

Or if you are using Emacs

  1. M-x cider-jack-in
  2. type `(cljs-repl)` in the repl