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 d2bdb894d8 Remove style 2020-03-05 15:46:41 +08:00
backend Add css transition 2020-03-05 15:45:39 +08:00
frontend Remove style 2020-03-05 15:46:41 +08:00
.gitignore Add mui 2019-12-11 10:48:29 +08:00
readme.org Fix clone 2020-03-01 15:40:35 +08:00

readme.org

Gitnotes

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

/greatbody/logseq/src/commit/d2bdb894d8b5e376ce033428c3035424baf43239/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 gitnotes 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

Input your github username, repo and basic token and click the Sync button.

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