Tienson Qin ed4fe2eea0 Custom component
Resolves #65
2020-07-22 10:43:42 +08:00
2020-07-22 10:43:42 +08:00
2020-07-09 11:31:58 +08:00
2020-07-21 15:50:13 +08:00
2020-04-09 21:56:53 +08:00
wip
2020-07-07 22:12:58 +08:00
2020-06-26 18:18:04 +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

Notes

  1. deps should be synced between the two files: project.clj and deps.edn. project.clj is for dokku deployment.
Languages
Clojure 69.9%
JavaScript 12.3%
CSS 6.7%
TypeScript 5.5%
Swift 2.6%
Other 2.9%