|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| .clj-kondo | %!s(int64=3) %!d(string=hai) anos | |
| .github | %!s(int64=3) %!d(string=hai) anos | |
| android | %!s(int64=3) %!d(string=hai) anos | |
| docs | %!s(int64=3) %!d(string=hai) anos | |
| e2e-tests | %!s(int64=3) %!d(string=hai) anos | |
| ios | %!s(int64=3) %!d(string=hai) anos | |
| libs | %!s(int64=3) %!d(string=hai) anos | |
| public | %!s(int64=3) %!d(string=hai) anos | |
| resources | %!s(int64=3) %!d(string=hai) anos | |
| scripts | %!s(int64=3) %!d(string=hai) anos | |
| src | %!s(int64=3) %!d(string=hai) anos | |
| static | %!s(int64=3) %!d(string=hai) anos | |
| templates | %!s(int64=3) %!d(string=hai) anos | |
| .gitignore | %!s(int64=3) %!d(string=hai) anos | |
| .prettierrc.js | %!s(int64=4) %!d(string=hai) anos | |
| .projectile | %!s(int64=3) %!d(string=hai) anos | |
| .stylelintrc.json | %!s(int64=4) %!d(string=hai) anos | |
| CODEBASE_OVERVIEW.md | %!s(int64=3) %!d(string=hai) anos | |
| CODE_OF_CONDUCT.md | %!s(int64=5) %!d(string=hai) anos | |
| Dockerfile | %!s(int64=3) %!d(string=hai) anos | |
| LICENSE.md | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
| capacitor.config.ts | %!s(int64=3) %!d(string=hai) anos | |
| deps.edn | %!s(int64=3) %!d(string=hai) anos | |
| externs.js | %!s(int64=3) %!d(string=hai) anos | |
| gulpfile.js | %!s(int64=3) %!d(string=hai) anos | |
| mobile.md | %!s(int64=4) %!d(string=hai) anos | |
| package.json | %!s(int64=3) %!d(string=hai) anos | |
| playwright.config.ts | %!s(int64=3) %!d(string=hai) anos | |
| postcss.config.js | %!s(int64=4) %!d(string=hai) anos | |
| shadow-cljs.edn | %!s(int64=3) %!d(string=hai) anos | |
| tailwind.all.css | %!s(int64=4) %!d(string=hai) anos | |
| tailwind.config.js | %!s(int64=4) %!d(string=hai) anos | |
| yarn.lock | %!s(int64=3) %!d(string=hai) anos |
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base.
Use it to organize your todo list, to write your journals, or to record your unique life.
Sponsor our contributors on Open Collective, Logseq will move to Stripe later!
Logseq is a platform for knowledge management and collaboration. It focuses on privacy, longevity, and user control.
The server will never store or analyze your private notes. Your data are plain text files and we currently support both Markdown and Emacs Org mode (more to be added soon).
In the unlikely event that the website is down or cannot be maintained, your data is, and will always be yours.
Our top sponsors are shown below! [Become a sponsor]
The plugins documentation is at https://logseq.github.io/plugins. Any feedback would be greatly appreciated!
Please go to https://discuss.logseq.com/c/feature-requests/7.
Please go to https://docs.logseq.com/#/page/faq.
Logseq is hugely inspired by Roam Research, Org Mode, Tiddlywiki, Workflowy and Cuekeeper, hats off to all of them!
Logseq is also made possible by the following projects:
The following is for developers and designers who want to build and run Logseq locally and contribute to this project.
We have a dedicated overview page for LogSeq's codebase overview and a development practices page.
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2). -M:cljs (No such file or directory), it means you have a wrong Clojure version installed. Please uninstall it and follow the instructions linked.)git clone https://github.com/logseq/logseq
cd logseq
yarn
yarn watch
Open http://localhost:3001.
yarn release
Run ClojureScript tests
yarn test
Run E2E tests
yarn electron-watch
# in another shell
yarn e2e-test # or npx playwright test
yarn watch
cd static && yarn install && cd ..
yarn dev-electron-app
yarn release-electron