Live data from Hacker News

Show HN: Obsidian – A knowledge base that works on local Markdown files

obsidian.md

271–280 of 501 posts

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#271
post #187
post #102

Earlier quoted context omitted.

Backlinks, thank you. That was the word I was trying to think of and describe exactly this, missed it by THAT much, heh-drinks more coffee . Cheers, I'll definitely be taking this for a spin

Psst, if you end up wanting to do backlinks in context by your notes in Tiddlywiki like Roam does, as shown here... https://i.imgur.com/n9ef25L.png I have how to do that here: https://lesser.occult.institute/an-opinionated-approach-to-t... :)

Done, cheers for that!

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#272
post #142

I've been using Obsidian for the past week. Here are my thoughts: I love that this is basically just markdown with wiki links. I'm not too concerned about Obsidian going out of business and my notes not being useful anymore. Contrast that with Notion (which is great in many other ways), where I store my data on their cloud and even though I can export to markdown not everything is actually markdown (e.g. tables) so t…

I store the notes in Dropbox and use iA on my mobile. Works well enough.

I can confirm that both iA writer and 1Writer work great as mobile solutions. 1Writer allows for following links. Both allow you to search through all your notes quickly, though there's probably a tiny bit less friction with iA than 1Writer.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#273
post #57

I will never again build any kind of workflow for my knowledge on top of anything that isn’t open source. 5y is a long time and 10y is an eternity for these sorts of products but its just a fraction of my working life. My own personal setup is a bunch of markdown files and it’s great, so I like that approach, but I’m very cautious about investing time for something so important in a product i don’t control.

We'll likely make a formal guarantee to open source in the case of us shutting down. Didn't realize that was a possibility, thanks for the suggestion!

You may want to look into the Gitlab [1] model of open source monetization, as it has strong resemblance of what you are trying to achieve with Obsidian.

[1] https://about.gitlab.com/pricing/#self-managed

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#274

Earlier quoted context omitted.

proprietary software can totally be extensible, that's what plugin APIs are for. foss is cool and all, but i don't buy the implication that it's some sort of civic duty for developers to release under a foss license.

Is an open-source piece of software more extensible than closed-source? If so, then if the goal is to maximize extensibility, then open-source is required.

Open source software is readily and legally user modifiable. It is often (but not always) readily extensible - it can actually be quite difficult to extend in some cases. (There's plenty of difficult to work with spaghetti on GitHub.)

Source available proprietary software is readily inspectable, but often not legal to modify (at least not for free). It might still be extensible (ex plugins) though!

Closed source proprietary software is difficult to inspect, difficult to modify, and generally illegal to modify (for most use cases, in most jurisdictions). As above, it could easily be extensible though.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#275
post #233
post #225

As several people have pointed out, both the "Personal" and "Catalyst" licenses are intended for personal use only, making this quite an expensive product should I want to use it for work as well. But in the full license text, there seems to be an even more problematic phrasing: > The use of OBSIDIAN for the exercise of your own trade or profession (...) does not qualify as personal use. I would interpret this to mea…

Hi there! Sorry it's our first time doing a license like this. If I understand correctly, licenses are usually written more strictly for legal purposes, but in my opinion your use case sounds like it should belong to personal use. If anyone has pointers for us to make the license text more clear, please let me know!

I would not write my own license. I'd really recommend you get a lawyer look over the text you have (that shouldn't be too expensive, it's a one time cost), or look at existing ones that are actually written by lawyers. For a public license (to restrict commercial use), I'd recommend both LicenseZero Prosperity ( https://prosperitylicense.com/versions/3.0.0 ) and the Polyform licenses ( https://polyformproject.org/ ).

For the private license, you could use/adapt the LicenseZero Private license ( https://licensezero.com/licenses/private ).

Those are more geared towards developer tools, so I'm not sure whether they'd be a good fit for your product. But all of them are written in simple to understand language so you should be able to figure that out by youself, and at the very least get a few pointers. If not, that is considered a bug with the license, and both projects are very open to feedback.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#276

Earlier quoted context omitted.

Early user here. Obsidian is literally the best app in 2020 so far IMO. - Blazingly fast - Clean UI - Free - Sync with Dropbox, Github, iCloud... - Great community I have never looked back to Notion and Bear since I found it. Btw, the Obs team is moving so fast.

> Free Not really. The license says you are not allowed to take notes about work you get compensated for. So free only for 100% hobby projects. Working in a start-up I don't have big 100% hobby projects that would require a lot of note keeping. YMMV

I'd be more concerned if you had a hard time getting reimbursed for this kind of software at your job.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#277

I wonder how this could be connected to some flash card system. I've been using anki for some months now to help me rememer things better (apps on linux, iOS and OSX and syncing via ankiweb). My notes are not linked so far as I have been looking for a solution that allows me keep all my notes in plain markdown files while linking them. I'm syncing the md files across all my devices via a self-hosted rpi-nextcloud and…

This is a popular plugin idea right now, and I personally like it. Definitely not part of the core app though.

Markdown has definition lists that can serve as front and back of the cards (https://www.markdownguide.org/extended-syntax/#definition-li...), not as advanced as Anki but should suffice in most cases.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#278

Why is it that most of this apps are all following the same road feature-road? Some markup-language and a preview or a low richtext-mode and some simple filesystem-like organisation or even worse. The better ones have sometimes ability for internal linking or nowadays alternate views like graphs. More and more comes some basic plugin-support, mostly for editing or simple stuff, but hardly more. How is it that none of…

Could you elaborate what you have in mind as automation?

Context: I'm working on a document editor that can resurface relevant information across different sources (docs, notes, emails,chats) while writing a document.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#279
post #201

Earlier quoted context omitted.

A quick search suggests it's doable https://duckduckgo.com/html?q=org%20mode%20pictures

Yep, I did use inline images in my days with org-mode, but I found it to be rather hacky. It's possible, I just found it unpleasant.

May I suggest contacting the emacs org-mode maintainers and chat. The emacs guys are very receptive I know, I imagine the org-mode guys will be just as good.

Re: Show HN: Obsidian – A knowledge base that works on local Markdown files

#280
post #112
post #30

Earlier quoted context omitted.

Are you going to add some features for more structured data? I'm thinking about tables like in Notion where you can sort by any column. Working with Markdown tables is very clunky.

That might be a good candid it feature for a plugin when the API is released. It was mentioned before in the discord.

Not sure if this BoneAppleTea material or DamnYouAutoCorrect :-)
Post reply on HN