知识管理和协作平台

Tienson Qin a3023564e3 Add month journal 5 ani în urmă
api 25246888f5 Journal wip 5 ani în urmă
web a3023564e3 Add month journal 5 ani în urmă
.gitignore a6062a603b add ignore 5 ani în urmă
.nowignore e6a27437a2 Add .env for `now dev` 5 ani în urmă
build.sh 96641a26f2 monorepo 5 ani în urmă
now.json 61829ecd88 Better org display 5 ani în urmă
public 96641a26f2 monorepo 5 ani în urmă
readme.org fee8e9d407 Fix clone 5 ani în urmă

readme.org

Gitnotes

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 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