mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
be4b66b5e12425045f9f17cdca19d71b7f665346
Logseq
A client-only note app which syncs with your github repo.
Website
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
- M-x cider-jack-in
- type
(cljs-repl)in the repl
Notes
- deps should be synced between the two files:
project.cljanddeps.edn.project.cljis for dokku deployment.
Description
Languages
Clojure
66.3%
CSS
12.8%
JavaScript
9.4%
TypeScript
5%
Swift
3.1%
Other
3.3%