2020-02-10 10:23:00 +08:00
2019-12-11 10:48:29 +08:00
2019-12-13 14:58:18 +08:00
2019-12-11 10:48:29 +08:00
2019-12-13 20:49:32 +08:00
2019-12-13 14:58:18 +08:00
2020-02-10 10:23:00 +08:00
2019-12-13 14:58:18 +08:00
2019-12-13 14:58:18 +08:00

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
  ...

Hidden directories or files

  touch .hidden                   # root directory
  # add directories or files like:
  # /directory
  # file
  # /directory/file

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
Languages
Clojure 69.9%
JavaScript 12.4%
CSS 6.6%
TypeScript 5.5%
Swift 2.6%
Other 2.9%