Remix.run Logo
wosk 5 hours ago

I've been using Logseq DB (this new version, as a nightly, for a year) and it's a really great concept, way better than anything I tried for notes and organisation. You can apply tags to blocks, which make them a kind of thing (a project, an author, a quote, a thought). It is very fast, and easy to learn.

I switched to it from Apple Notes + Obsidian (I've used logseq MD in the distant past). I have to say though that there are still some rough edges in the current developments and many concepts are still half-baked (Assets, Library).

I still use it because with it, I take more notes and retrieve them better, which is really convenient. The barrier to jotting something down is very low. I think the dev have really hit a sweet spot so I hope they can polish this application as it should be.

Groxx 3 hours ago | parent | next [-]

>You can apply tags to blocks, which make them a kind of thing (a project, an author, a quote, a thought).

Possibly worth pointing out that this is a Logseq thing in general, and not specific to the DB version. And I agree it's pretty great - I don't use it often, but it is very handy when I do. Much more usable than YAML frontmatter, which requires dedicated pages for everything.

canadianwriter 3 hours ago | parent [-]

I think they are talking about the new newtags feature: https://discuss.logseq.com/t/introducing-newtags-with-exampl...

Valodim 5 hours ago | parent | prev [-]

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!