#logseq is still in it's very early development stage but one thing I still keep doing on every installation is this:
1. Set the editor to 2 spaces for tabs
2. Set the journal to `YYYY-MM-DD` date format
This ensures maximum interoperability between #logseq and any other text editor on desktop and mobile, including #obsidian
So the trick is adding the following lines to your `config.edn` file (you can do this per-graph)
```
:export/bullet-indentation :two-spaces
:journal/file-name-format "yyyy-MM-dd"
```