Skip to content
forked from logseq/logseq

A privacy-first, open-source(frontend now, backend later) platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap

License

Notifications You must be signed in to change notification settings

frederik256/logseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logseq

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

./images/screenshot.png

Demo

http://logseq.tiensonqin.now.sh/

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

About

A privacy-first, open-source(frontend now, backend later) platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 67.8%
  • JavaScript 18.4%
  • TypeScript 5.7%
  • CSS 5.2%
  • Swift 1.6%
  • Java 0.7%
  • Other 0.6%