Live data from Hacker News

Show HN: Obsidian Canvas – An infinite space for your ideas

obsidian.md

101–110 of 394 posts

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#101
post #34

Obsidian 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…

Thank you.

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#102
post #34

Obsidian 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…

~Can't wait to try this out~ just installed, thank you!

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#104
post #34

Obsidian 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…

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.

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#105
post #54
post #24

Earlier quoted context omitted.

I'm using both Obsidian and Apple Notes, both on my iPhone and MacBook, and that's also the main thing I'm missing in Obsidian and keeps me partly on Apple Notes: it's faster and easier to create a note in Apple Notes, retrieve it (as they as are sorted from most recent by default, and also I can pin some notes), search, and navigate in folders (especially on mobile, navigating across folders is so much better with A…

Preface: I am a massive Obsidian fan and use it everyday. The problem is they wanted it multi platform on iOS, Android, Mac, Windows and Linux so they made it using electron. Unless they either do native versions for each platform (5 apps!) or rewrite the entire application in something quicker like Tauri it’s never going to be as fast as apple notes, and will only get worse every time you add a new plugin.

Huh. It's almost like writing native guis with cross-platform bindings was a thing for a reason.

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#106
Marginally related rant.

Why on earth is the macOS download a 153 MiB ZIP file that expands into 363 MiB of stuff? Why does every Electron app have to come with its own copy of Electron? I miss the times when Windows came on seven 1.44 MB floppies and you did not even need all of them because they mostly contain drivers for hardware you didn't have. Actually I don't miss the time, swapping floppies was annoying.

But really, is the amount of space, bandwidth and clock cycles we carelessly waste really justified by the gain in productivity and achievable complexity?

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#107

Marginally related rant. Why on earth is the macOS download a 153 MiB ZIP file that expands into 363 MiB of stuff? Why does every Electron app have to come with its own copy of Electron? I miss the times when Windows came on seven 1.44 MB floppies and you did not even need all of them because they mostly contain drivers for hardware you didn't have. Actually I don't miss the time, swapping floppies was annoying. But…

> But really, is the amount of space, bandwidth and clock cycles we carelessly waste really justified by the gain in productivity and achievable complexity?

Yes. Space, bandwidth, CPU cycles are cheap, especially for this sort of application. Developers are expensive.

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#108
post #54

Earlier quoted context omitted.

Preface: I am a massive Obsidian fan and use it everyday. The problem is they wanted it multi platform on iOS, Android, Mac, Windows and Linux so they made it using electron. Unless they either do native versions for each platform (5 apps!) or rewrite the entire application in something quicker like Tauri it’s never going to be as fast as apple notes, and will only get worse every time you add a new plugin.

They could consider rewriting it in Flutter/Dart. My understanding is that Flutter is faster than Electron.

Dart/flutter sound good and I have heard good things. The downside is you’re rolling the dice on whether it will still exist in five years because it’s a Google project.

Re: Show HN: Obsidian Canvas – An infinite space for your ideas

#109
post #93

I've heard about Obsidian for a while but never got around to using it. Does anyone know if I can take notes and highlight on a web page and include that onto canvas? That's what I'm looking for, notes close to the source as possible.

Perhaps Readwise Reader with Obsidian exporter can do what you want.

// I capture entire webpage into markdown then annotate markdown.

Post reply on HN