Live data from Hacker News

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

obsidian.md

371–380 of 394 posts

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

#371
post #203

Earlier quoted context omitted.

You can't just declare your interpretation of faster to be correct and then denigrate someone else's interpretation by classifying it as a rant. The comment: > 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 Appl…

> You can't just declare your interpretation of faster to be correct and then denigrate someone else's interpretation by classifying it as a rant. I'm not declaring anything. I gave my interpretation of the intended meaning, which didn't mention speed or electron at all. Thus, there were two options: - My interpretation was correct, and it was _the exact same rant every electron app thread ever has_ - Your interpreta…

> The electron rant is about as useful an opinion as the "Python 2 to python 3 migration was botched" that is brought up in every single thread about python.

Just because you know about electron and its performance issues doesn’t mean everyone who is reading this thread does. There may be many people using who don’t even know what electron is or that Obsidian is an electron app and may find the information informative. Last time I checked, this site was for everybody. Or is it only for you and your superior knowledge, oh mighty one?

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

#372
post #348

Earlier quoted context omitted.

> "As it is, the Obsidian sync takes a few minutes. And if you edit the file on another device before sync goes through, you’ll lose the changes from one device or the other." This has been my biggest fear using sync. So far I haven't had any issues, but I just get a" feeling" (maybe it's the lag between syncs) that this could definitely happen. Can you explain in a little more detail how it might actually occur? May…

Usually, I've had it happen when I try writing stuff on a device that's been offline and I haven't brought it online to pull in the latest changes. We essentially have a merge conflict. Thankfully, they're not a pain to resolve.

OK, got it. Thanks. So, to prevent from happening in the first place, it'd make sense to give the recently sleeping device a moment or two to catch up.

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

#373
post #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.

Yeah and its developed by Adobe which creates a walled garden around there products making file format interoperability very difficult.

Obsidian on the other hand uses open formats with open standards. The difference is NIGHT and DAY.

And if the goal is taking freedom away from the people who are using your product, or to artificially keep people using your product because you know you are making the world a worst place to live in, making that type of propriety software is not OK, even though there are plenty of misguided organizations and people who do it.

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

#374
post #305

I really don’t get Obsidian and why HN seems so obsessed with it. Can anyone please enlighten me? Why do they call these notes “a second brain”? How is this “a new way of thinking”? What are you people even writing that requires this? It just seems silly, honestly. What am I missing?

It's decent note-taking software with useful features and a storage medium that's currently in favour. If you have a use for such a thing, it's one of the best options available right now. But that's all. You can forget all the "second brain"/zettelkasten stuff. It's just marketing gumpf used to build careers prattling about notetaking methods (dressed up as something fancier).

I had doubts about the second brain stuff as well, but I am seeing that with the connections I make to my notes using links/backlinks tags while hanging out in the graph view allows me to see connections between notes and helps me with idea generation, so I can see why people call it a second brain. It helps you think about writing in a different way. That has been my experience though.

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

#376

I would kill for some sort of integration between Remarkable and Obsidian. Both are excellent tools and the Remarkable is great for sketching on the go. I just wish I could keep both in sync somehow.

Supernote is the superior device compared to Remarkable

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

#377

Earlier quoted context omitted.

Markdown is fine for formatting text, not convinced it's great for knowledge management.

I disagree; I think a system like Wikipedia shows that a textual and visual format like markdown provides the flexibility to convey pretty much any information. For any formal and semantic storage system, you will probably spend more time adapting it to each specific use case than to actually fill it with content.

yet has no metadata or any semantics, its basically just how you layout text ...

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

#378

Earlier quoted context omitted.

Markdown is fine for formatting text, not convinced it's great for knowledge management.

Org-mode works well. It is essentially just a markup like Markdown.

it works well for laying out information for reading, and has some additional markup beyond just layout (unlike markdown), I'd argue it is fairly rudimentary and not extensible.

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

#379
post #366

Earlier quoted context omitted.

The data is successfully encrypted before it's sent (which you can verify with wireshark). What exactly are your concerns, given that the data isn't encrypted locally in the first place? And seriously with the question...what do you think is more likely, that the tiny team of 6 invested a ton of time reinventing the wheel with a custom in-house AES implementation, OR that they used any of the readily available and ex…

Small nit: I'd guess it is not that easy to verify this in wireshark. I'm not an obsidian user or familiar with the code base, so could be wrong here. The data is probably encrypted with AES before being sent (the E2E bit), though probably there is some metadata unencrypted. When the data is actually sent, the entire thing would likely be encrypted again with TLS while it is in transit. This means, for example, your…

Sorry that's my bad, I meant *Fiddler not wireshark. Fiddler makes it a piece of cake to decrypt the extra tls, leaving you with just the encrypted data you were sending.

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

#380

The only thing I am missing from Obsidian is PDF annotating as Logseq has it. Basically, you open a pdf and whatever you highlight you can copy as a link and put on any page. Then, clicking the link opens the pdf back up at that spot.

is there a video of this feature?

Found this YouTube video showing and explaining it: https://youtu.be/OOZA7APwZy4
Post reply on HN