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 91395f1cbf Add heroku-postbuild 2020-04-10 13:54:50 +08:00
bin Same environment 2020-04-10 13:48:26 +08:00
.gitignore Refactor to use deps.edn 2020-04-10 13:39:45 +08:00
.projectile Refactor to use deps.edn 2020-04-10 13:39:45 +08:00
LICENSE Add procfile 2020-04-09 21:56:53 +08:00
package.json Add heroku-postbuild 2020-04-10 13:54:50 +08:00
procfile Refactor to use deps.edn 2020-04-10 13:39:45 +08:00
readme.org Test dokku 2020-04-09 22:13:53 +08:00
shadow-cljs.edn Refactor to use deps.edn 2020-04-10 13:39:45 +08:00
yarn.lock Refactor to use deps.edn 2020-04-10 13:39:45 +08:00

readme.org

Logseq

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

/greatbody/logseq/src/commit/91395f1cbf09e406bc1726b8537f1d057737e758/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