mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
db73251f82e47c6320d475aae72e60ffdded7802
Logseq
A client-only note app which sync with your github repo. Use it at your own risk!!!!
Setup
Create a github basic token
- Go to github.com Settings / Developer settings / Personal access tokens
- Click the button Generate new token
- Input
logseqor anything in the Note - Select the
repocheckbox under Select scopes - 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
- M-x cider-jack-in
- type
(cljs-repl)in the repl
Description
Languages
Clojure
69.9%
JavaScript
12.3%
CSS
6.7%
TypeScript
5.5%
Swift
2.6%
Other
2.9%
