Skip to content
forked from logseq/logseq

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

License

Notifications You must be signed in to change notification settings

popbones/logseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logseq

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

Website

https://logseq.com

Setup

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

Notes

  1. deps should be synced between the two files: project.clj and deps.edn. project.clj is for dokku deployment.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 59.3%
  • TypeScript 20.5%
  • CSS 13.4%
  • JavaScript 4.7%
  • HTML 0.9%
  • Swift 0.5%
  • Other 0.7%