Remix.run Logo
Valodim 5 hours ago

I'm curious, do you do version control, sync, or work with AI agents? If so, how does that work (for you)?

wosk 5 hours ago | parent [-]

there is a CLI that gets installed when you install logseq, I just past the documentation (https://github.com/logseq/logseq/blob/master/docs/cli/logseq...) and codex knows what to do. Then I can summarize my journals over months and all.

I do version control by exporting the .edn (a serialized file that contains all nodes) and using git.

All of that is very alpha (to be honest, I don't understand them releasing a beta now). You need to hang in the discord from time to time to make sure you do not miss a thing. I think my note app being open-source is pretty important to me that I still deal with that.

Though because of this tagging thing, it seems very "AI-ready" in the sense that queries are naturals as some block have an identity.

An example: I have a tag called job-application which has a status (like a checked box) for applied, in-process, awaiting-input, discarded, ... and I have a tag for the pages that corresponds with my research projects, with status (published, chased, forgotten, ...) and some information (GitHub, collaborators, ...).

there are views that summarize this (all projects, all jobs application)

When I mention a person in my journal, it's very easy to see how my last meeting with them went and all.

I don't use sync, I've been told it works really well.

EDIT: I forgot to say you can enable a markdown-mirror and have one way sync (DB->MD) which is very convenient for agent, or if you like markdown.

Valodim 3 hours ago | parent [-]

Thanks!