Earlier quoted context omitted.
The idea is that if you're creating value with Obsidian, your employer should expense that, ideally it shouldn't impact you financially. If you're working for a non-profit for example, it's all free. > (Also, their license page could do with some proofreading) Interested to hear more! We did a few rounds of proofreading, did you find any typos?
> your employer should expense that, ideally it shouldn't impact you financially. You're really limiting your userbase (customer pool) here by expecting only enterprise users. Many people here are freelance designers, students with part-time jobs, researchers writing for-profit books, or they work for themselves. Most employers don't allow expenses for note-taking apps. I would encourage you to adopt this pricing mod…
Show HN: Obsidian – A knowledge base that works on local Markdown files
211–220 of 501 posts
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#212Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#213It's trivially done with `devTools: false` in the main window bootstrap code. It's kind of a pet peeve and just seems lazy.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#214How does this compare to Trilium? Looks similar. https://github.com/zadam/trilium
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#215Is there any reason why so many Electron apps (this one included) don't disable "Ctrl-Shift-I" to bring up the Chrome developer tools when they distribute their binary? It's trivially done with `devTools: false` in the main window bootstrap code. It's kind of a pet peeve and just seems lazy.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#216Genuine question: what exactly are you taking notes of? I have tried using tools like this before, but in all of my attempts I have found that I actually don't have much to take notes for; for example, I have never felt like "I wish I had taken notes of this", because I feel like any kind of search engine is doing this on a much larger scale, practically for combined notes of millions of people in a much efficient wa…
For personal use: I write down notes about articles I read, copy-paste some quotes and write my personal thoughts around them.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#217Is there any reason why so many Electron apps (this one included) don't disable "Ctrl-Shift-I" to bring up the Chrome developer tools when they distribute their binary? It's trivially done with `devTools: false` in the main window bootstrap code. It's kind of a pet peeve and just seems lazy.
It also makes it easy to debug issues with users since we're still in beta.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#218Maker here, excited to be on Hacker News. Obsidian is going into public beta today! (We're also on Product Hunt, come check us out!) We made Obsidian to be your long-term second brain and personal knowledge base. As you put in more notes and make more connections, the knowledge base gets more valuable, so we think it's important that you can 100% own your data and not rely on any cloud services. We believe you second…
Obsidian looks great! And I think it will be greater if I can write `[](another_markdown)` as internal links too, it will be easier to generate HTML files to host, using Hugo or something. If people save all markdown files in one folder then it's the same word count as [[another_markdown]].
I have been using personal wikis for about a decade, and 99% of the time I make an internal link, I want the caption to be the same as the page name.
I wish that the Markdown standard would just specify to render [[Page]] as [Page](Page).
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#219:thinking-face: I'm not sure about this one. Maybe for others, but not the UI for me. Good luck to you all, in any case!
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#220Is there any reason why so many Electron apps (this one included) don't disable "Ctrl-Shift-I" to bring up the Chrome developer tools when they distribute their binary? It's trivially done with `devTools: false` in the main window bootstrap code. It's kind of a pet peeve and just seems lazy.
We don't want to prevent people from looking at the DOM to make custom CSS: https://github.com/kmaasrud/awesome-obsidian It also makes it easy to debug issues with users since we're still in beta.