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... :)
Show HN: Obsidian – A knowledge base that works on local Markdown files
271–280 of 501 posts
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#272I'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.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#273I 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!
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#274Earlier 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.
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
#275As 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!
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
#276Earlier 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
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#277I 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…
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
#278Why 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…
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
#279Earlier 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.
Re: Show HN: Obsidian – A knowledge base that works on local Markdown files
#280Earlier 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.