I really wish the UI worked like excalidraw, the interface is seamless and something Obsidian could take ideas from. the end result could have been an SVG which makes it compatible with every other software out there.
Canvas is less of a piece of drawing software and more of brainstorm/mindmapping/idea workbench software. Excalidraw will satisfy different use case than Canvas and you can definitely use both!
Show HN: Obsidian Canvas – An infinite space for your ideas
291–300 of 394 posts
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#292Earlier quoted context omitted.
Syncing bytes is easy, many solutions exist (and syncthing / syncthing-fork is good at it). Syncing by merging changes and resolving possible conflicts is a much harder task. Theoretically git has all the right bits, including the pluggable diffing and merging. In practice, I haven't seen it seriously used in this capacity. This is to say nothing about files you only want on one node but not on another (heavy stuff l…
> In practice, I haven't seen it seriously used in this capacity. What do you mean? What is preventing you from using git to sync your notes?
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#293Earlier quoted context omitted.
I love Obsidian Sync as well but to be devil's advocate, it doesn't "just work" as a lot of people claim. It's still a bit rough around the edges. For example, it doesn't sync settings or starred files immediately. I've also noticed it dropping some text if I edit the same file on multiple devices simultaneously (or even in quick succession before sync is able to catch up). I'm sure these issues and more would exist…
> I've also noticed it dropping some text if I edit the same file on multiple devices simultaneously I don't think that's the intended use case of Sync or anything they've ever said it could be used for.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#294I'd love to hear from anyone that has used infinite canvas in their workflow and found good use cases. Does it work well for teams collaborating on projects? I worry it could just turn into a more difficult to navigate wiki that's organized in a scatterbrained way--like it only makes sense to the person who made the most stuff in it.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#295Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#296Does anyone know how to actually turn on this feature? I just made a new account and I can’t find this option…
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#297Earlier quoted context omitted.
This isn't what "open sourced" means. Photoshop is proprietary software with a well documented file format anyone can read and write. So is this software. "Open source" is not branding, it means something. It's okay to make and promote and sell proprietary commercial software. That's what you are doing, be proud and clear about it. Pretending your efforts have anything to do with free software is deceptive.
You are confusing two different ideas here. The Canvas format is MIT licensed in the same way that Markdown uses a BSD-type license. That means we are giving explicit permission for anyone to use the format and build apps, scripts, plugins on top of it. Photoshop/PSD on the other hand is a closed proprietary format: https://en.wikipedia.org/wiki/Proprietary_file_format
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#298Earlier quoted context omitted.
That's kinda the biggest selling point of Obsidian...? It's all just markdown files. Markdown is a standard format, so you can open it in many other apps as well.
Markdown is fine for formatting text, not convinced it's great for knowledge management.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#299Earlier quoted context omitted.
Realistically, only a few people have to do it and open source a toolkit. Also I don’t really think that we’ll have that issue with markdown because it’s widespread and rather well established. This doesn’t invalidate your point, which I absolutely agree with.
Also it’s not true for the file format for canvas which is probably way harder to parse correctly.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#300Earlier quoted context omitted.
Markdown is fine for formatting text, not convinced it's great for knowledge management.
Formatting and knowledge management are somewhat orthogonal concepts, aren't they? You store information in a textfile, have rendering thereof based on Markdown, and another layer to reference and index files.