Logseq.com docs - docs.logseq.com
Official documentation for the note-taking app Logseq.
Thank you! Looking for something to contribute on documents? There's a Project Board
To contribute you will want to see how your changes look locally. In order to do this you should:
- Ensure you have git installed.
- Fork and Clone THIS REPO. The upstream should be set to the FORKED REPO. If you have no idea to do, check:
- Add the cloned local repo (of your FORKED REPO) to Logseq via the
Add new graph
button on the top left dropdown menu. Select the directory where you cloned the repo. - Create a branch off of master. The following two commands create a branch called
branch-name
and navigates onto it.
git branch branch-name
git checkout branch-name
- Make your edits and confirm they look good in Logseq. Then, commit them using
git commit -m "message"
andgit push
and submit a pull request onto GitHub!
- For submitting a pull request, check: Creating a pull request from a fork
If you are making large changes to the documentation, please open an issue to discuss them first.
Open in Gitpod, simply click the button below and contribute directly from your browser.