Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support
Ideon v0.3: Sharing Links, Folders, Image Export, and Expanded Git Support
Looks like a cool idea! I could see the mappings getting out of hand real quick if you actually braindumped everything in there. I think it needs some more collapsing functionality so i can close sections when im not focused on them.
True, everything is everywhere and this aims to put everything in one place… but that can be equally detrimental to ALWAYS have everything in one place. I guess you have some “control” in how far you put things from each other, but probably needs more tooling besides that for organization and especially “archiving”.
Wow, this looks like it has the potential to become something very very special. I already love the various forge integration possibilities and with a couple more upcoming block types (already dreaming of Nextcloud integration or perhaps even custom blocks) this could be an amazing planning hub.
Well done, I’ll definitely keep an eye on this!
Hmm, am I missing something or does it not work on tablets?
Demo looks kinda cool but can’t seem to add anything to the existing projects. 😞
You’re not missing anything 🙂
Ideon isn’t fully tablet-compatible yet, and mobile portrait is even more limited at the moment.
Touch support is something I’ve been actively working on for a while. Some interactions, like right-click equivalents, need proper tactile handling, and that requires rethinking parts of the UX rather than just patching it.
A dedicated mobile mode for smaller screens is also planned. The challenge is making keyboard/mouse and touch experiences coexist cleanly without breaking workflows on either side, so it’s taking time to do it properly.
Sorry for the frustration on your side. I completely understand it. It’s definitely on my roadmap, even if it will require a bit more work before it feels right…
Thats cool, I don’t care much for portrait mode tbh, and was just curious if i was missing something.
Would it not be easier just to have an ‘add element’ button that has options for adding a component? Moving stuff around works fine. I’m not even fussed about linking stuff. Just looking for something to visualise the various docker services because i forget whats running on what PI, lol.
Yeah, that shouldn’t be hard to add.
If you don’t mind, open an issue just so I can track it properly. I’m already working on touch support anyway.
The plan is basically a long press on the background to open the menu and create blocks. That should feel natural on tablet without adding extra buttons everywhere.
Sounds good and put a whatsit in for an enhancement.
I don’t pay much attention to shithub so if you want someone to test anything out it’ll probably be easier to shout on here.
Yo, 0.3.3 is out.
You can now add elements on tablet by long-pressing on an empty space, it opens the context menu. Demo’s already updated if you want to test it there.
You can now add elements on tablet by long-pressing on an empty space
I’m guessing unless you’re on an iPad?
I’ll try later on the dell 7210 but sadly Apple has screwed up so many things with touch so i’m not surprised when stuff no longer “just works” on Apple!😞🤦♂️
Thanks for the quick changes though. I did seem to get a ‘dot’ to show up by tapping and holding but haven’t managed to reproduce how I actually did it and it wouldn’t move when dragging things around so 🤷♂️ lol
Public shareable links function as interactive read-only snapshots.
When a link is generated, a unique cryptographic token is mapped to the project’s current state in the database. The route serves this data to a canvas where all mutation logic and API write-access are disabled.
Key facts:
This is similar to how tools like Lufi or PrivateBin handle public access to specific resources without requiring authentication. And NoSQL/centralized backdoors 😅