mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
75a55a4fe6ab6b9500f39c87d4aa4e83fb2273a2
Gitnotes
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
gitnotesor anything in the Note - Select the
repocheckbox under Select scopes - 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
- M-x cider-jack-in
- type
(cljs-repl)in the repl
Description
Languages
Clojure
75.9%
JavaScript
9.5%
CSS
5.1%
TypeScript
4.3%
Swift
2%
Other
3.1%
