2020-05-15 17:06:07 +08:00
2020-05-15 17:06:07 +08:00
2020-04-16 10:32:09 +08:00
2020-04-10 18:00:10 +08:00
2020-05-15 17:06:07 +08:00
2020-04-09 21:56:53 +08:00
2020-05-05 16:05:42 +08:00
2020-05-05 16:05:42 +08:00

Logseq

A client-only note app which syncs with your github repo.

Setup

File directory example

  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 76%
JavaScript 9.4%
CSS 5.1%
TypeScript 4.3%
Swift 2%
Other 3.1%