Skip Navigation

User banner
Posts
6
Comments
47
Joined
6 mo. ago

  • Oh mb never thought of that, thanks, I will

  • yjs too! the trick that worked for me was just not round-tripping yjs -> json -> db on every update, canvas state lives in leveldb as raw binary (y-leveldb), the relational db is only used to seed it when the doc is empty. after that leveldb takes over. y-indexeddb on the client for offline, works pretty well actually

    on your second question yeah same struggle lol. connections are loose by default, to keep it manageable folders have a single-parent rule, no reverse refs, collapsing hides the whole subtree. frames are there too but purely visual. for kanban task relationships i just moved them out of the canvas entirely and stored them in the yjs content object, otherwise the graph gets unreadable fast

    auto clustering and edge bundling are still missing tbh, when the graph grows it gets messy and right now the answer is just "use folders and frames", not super satisfying

    the freeform vs structure thing is something i keep going back and forth on, leaning toward soft constraints that nudge rather than block. curious what you're doing on that front!

  • Yep! One command. It just pulls a single docker image, asks for a few env vars, then starts the app :D

  • No worries you we're right, I wouldn't have noticed that on my own lol, I'll keep it in mind

  • Thanks, glad that you like it !

  • No AI, just Google Translate. I'm French, I write in my language and translate. Probably why it reads too clean :)

  • Selfhosted @lemmy.world

    Ideon 0.9 — from watching to acting

  • Heyy @jjlinux@lemmy.zip ! just remembered your comment, I released v0.7 like a week ago, where you can finally import obsidian vaults ! I told myself it was worth getting back to you ;)

  • Fair point. Docker is the only install path right now. I'm a solo dev and I can't properly test across multiple platforms yet. A desktop app is on my list, it'll happen if the project grows enough to justify it. And if you ever recover that energy, PRs are open :D

  • thanks, if it helps, you can double click on the lines connecting blocks then you can enter sum text to append a tag on connections :

    for Excalidraw, there's no specific reason, i just use excalidraw everyday lol so I choosed it, but I can look for a drawio integration ;)

  • Selfhosted @lemmy.world

    Ideon 0.7 - connecting to the tools you already use

  • There is already a non-piped docker-compose setup. The installer just downloads the compose file and env.example, and you can also get them manually from GitHub.

    You don’t need to set APP_PORT. If it’s unset, the app falls back to the PORT var provided by Portainer. Just make sure APP_URL exactly matches the root path you’re using behind Nginx.

    I know from a friend his deployment running fine on Portainer, so it should work with a standard setup.

  • THANKS ! and yes from what I've read, I am strongly considering it

  • yeah obviously that's ok, glad you like it, and yes, didn't really focus on a mobile mode yet, but it's coming soon if demand were to grow

  • Ah man, that actually means a lot. Timing is everything I guess 😅

  • of course, there is better, i made an installer that does everything for you, downloads the yaml, the env.example creates secrets, prompts for hostname, port, etc. and finally starts the containers, of course you still have the choice to say no at every step, or edit the .env manually, everything is in the repo (I tried to post it here but seems to be blocked by lemmy's firewall :-/ )

  • Okay, I’m not taking responsibility for any divorces caused by Ideon 😹

    Really glad you liked the demo though, that means a lot. I honestly didn’t expect people to seriously consider moving their whole setup.

    For Obsidian migration, yes, I can absolutely make it happen. But I want to be transparent, it’ll take a bit of time to build something clean and reliable :)

  • Thanks, there's a demo if you want to try, just in case

  • Selfhosted @lemmy.world

    Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update)

    Selfhosted @lemmy.world

    Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support

    Selfhosted @lemmy.world

    Me, My Projects, and a Tiny Canvas to Keep Them Together

    Selfhosted @lemmy.world

    test