One question: It seems it could be troublesome to have to move / resize everything when adding a new card once a canvas is already quite busy. Is there something like auto-layout in the work, to handle these situations? (like to automatically re-layout cards and groups once adding a new item in between)
Show HN: Obsidian Canvas – An infinite space for your ideas
81–90 of 394 posts
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#82Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#83Earlier quoted context omitted.
Fixed, I keep forgetting I got a novelty tld (.ink) rather than .com :p
Hey, I just paid for a subscription but I'm getting a 500 on the manage membership page - any idea what's up with that?
The page is not important for anything however, it just says "thanks for your purchase, you can now make an account"
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#84One thing that's really missing for me from Obsidian is a view similar to that of Google Keep. Like sometimes I want to drop a small note "my stuff is in locker 2130" or "Look into Open Library WikiData linking percentage" and then easily be able to see it again in a few of all notes most recent. A thread on Reddit give me a small hope this update may do that but I don't think so. PS: I'm aware of the daily notes vie…
But true, a google keep like tile-view with auto-layout and filters would be a useful enhancement for obsidian.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#85Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#86Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#87One thing that's really missing for me from Obsidian is a view similar to that of Google Keep. Like sometimes I want to drop a small note "my stuff is in locker 2130" or "Look into Open Library WikiData linking percentage" and then easily be able to see it again in a few of all notes most recent. A thread on Reddit give me a small hope this update may do that but I don't think so. PS: I'm aware of the daily notes vie…
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#88Obsidian Canvas uses a new JSON-based file format that we have open-sourced under MIT license. You can see the spec here: https://github.com/obsidianmd/obsidian-api/blob/master/canva... Just like all other files in Obsidian, canvas files are your own and local to your device. You're still linking to your own Markdown files which are just as future-proof as ever. We decided to create the .canvas format because there w…
Great! I love the philosophy around open and clear formats. Like I have said before, a second brain should be as open and reliable as possible.
https://learn.microsoft.com/en-us/openspecs/office_file_form...
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#89Also, I noticed that the flatpak version is currently outdated. Anyone know when that will get updated?
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#90Obsidian Canvas uses a new JSON-based file format that we have open-sourced under MIT license. You can see the spec here: https://github.com/obsidianmd/obsidian-api/blob/master/canva... Just like all other files in Obsidian, canvas files are your own and local to your device. You're still linking to your own Markdown files which are just as future-proof as ever. We decided to create the .canvas format because there w…
On the other hand, this has also caused some headaches around using it on mobile.. but so far this has been a worthwhile tradeoff. Thanks for all the hard work!