A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
 
 
 
 
 
 
Go to file
Tienson Qin 8c137d91b0 Add image upload 2020-05-04 23:08:53 +08:00
web Add image upload 2020-05-04 23:08:53 +08:00
.gitignore Don't auto-complete search for now 2020-04-16 10:32:09 +08:00
.projectile Add Cache-Control 2020-04-10 18:00:10 +08:00
LICENSE Add procfile 2020-04-09 21:56:53 +08:00
deploy_cdn.sh Fix cursor jump 2020-04-19 05:26:55 +08:00
readme.org Fix lazy load 2020-04-19 09:34:55 +08:00
yarn.lock Use textarea autosize 2020-05-01 09:12:14 +08:00

readme.org

Logseq

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

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