知识管理和协作平台

Tienson Qin 3bf595d3de Fix cljs issue %!s(int64=5) %!d(string=hai) anos
bin 983fe7ecb5 Not problem with uberdeps %!s(int64=5) %!d(string=hai) anos
.gitignore 3bf595d3de Fix cljs issue %!s(int64=5) %!d(string=hai) anos
.projectile db73251f82 Refactor to use deps.edn %!s(int64=5) %!d(string=hai) anos
LICENSE b0c0b6ad40 Add procfile %!s(int64=5) %!d(string=hai) anos
package.json 3bf595d3de Fix cljs issue %!s(int64=5) %!d(string=hai) anos
procfile db73251f82 Refactor to use deps.edn %!s(int64=5) %!d(string=hai) anos
readme.org 47c3b7865c Test dokku %!s(int64=5) %!d(string=hai) anos
shadow-cljs.edn db73251f82 Refactor to use deps.edn %!s(int64=5) %!d(string=hai) anos
yarn.lock db73251f82 Refactor to use deps.edn %!s(int64=5) %!d(string=hai) anos

readme.org

Logseq

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

./images/screenshot.png

Setup

Create a github basic token

  1. Go to github.com Settings / Developer settings / Personal access tokens
  2. Click the button Generate new token
  3. Input logseq or anything in the Note
  4. Select the repo checkbox under Select scopes
  5. Click the Generate token button

Go to the demo or your now.sh instance

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