Hey folks! I’m completely new to Lemmy and still figuring out how everything works around here… But I’d love to share a project I’ve been building.

It’s called VOID (Versatile Open-source Infrastructure for Developers) - an open-source, local-first second-brain (note taking app but more powerful) application that combines the flexibility of Obsidian with the powerful organization of Notion.

Unlike many other tools, VOID is not just another note-taking app. It’s built with the idea of being a true second brain that you fully control. No vendor lock-in, no hidden cloud, no feature walls. Everything is open-source, customizable, and designed to adapt to your workflow instead of forcing you into someone else’s.

I’m currently building it with Rust, Tauri v2 and Vue.js. For certain plugins and configs, it also supports SurrealDB as a database.

check it out on my GitHub

  • qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    Doesn’t logseq store the notes as .md files? There is a directory named pages which contained them last time I checked

    • ilinamorato@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      10 minutes ago

      It’s been a while since I read the details, but as I recall it stores them primarily in a database. The .mds are mirrors or something, maybe?

      In any case, it looked to me like they could get desynced pretty easily.