I have switched to Obsidian and I use multiple vaults for multiple purposes. One is for work, one is for personal projects and notes. One for Books and Movies I watched or want to watch. And one for Zettelkasten[0]. Obsidian is extremely customizable and user-friendly. And to make things even better, which is a must for many people including me, it saves the files as .md in the local storage. You can even sync it amo…
The one thing I found weird when I looked into Zettelkasten is the focus on having relatively hard to read IDs as the primary part of the title. It could certainly help in the original use case of having to categorise and store physical paper notes, but it just feels obsolete in a world where you have digital notes, hyperlinking, and search.
Obsidian – A knowledge base from a local folder of plain text Markdown files
141–150 of 373 posts
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#142Quoted post unavailable.
[•••]
> Better tools for composing documents already exist.
Such as? Honest question, and a hope you don't mean MS Word or Google Doc.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#143Quoted post unavailable.
Or maybe I've been at this too long, and too naively still optimistic?
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#144Earlier quoted context omitted.
Always fun to see these original comments in a HN thread. If you write this on Twitter you can get hundreds of retweets, hurry before someone else writes the tweet! Jokes aside, Obsidian being a Electron application is not a issue. The app starts in under 3 seconds for me, barely uses any RAM and CPU usage remains stable and low. If you want to actually contribute anything to this thread, feel free to give feedback o…
> The app starts in under 3 seconds for me For me that would be a showstopper. 3 seconds to open my notes app? I would have already lost my train of thought. :wq
Similarly goes for other things you use but takes "too long time" to open, leave the thing open and you just have to switch windows to access it.
And if you think Obsidian is a note taking app, then yeah, it's not the right tool for you, continue using Vi/m. But once you grow out of it, you'll need a knowledge base instead, and for that, Obsidian is lightweight.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#145> Obsidian is a powerful knowledge base on top of a local folder of plain text Markdown files.
This doesn't help me. I use a directory of Markdown files powered by VS Code to take notes already - ever since Evernote began getting bad, which was a long time ago.
What does Obsidian offer beyond that? I can't tell from the page. I'm not asking for an answer here. Instead I'm noting that the page itself doesn't answer the questions that I have as a current Markdown-notetaking user.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#146Quoted post unavailable.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#147Quoted post unavailable.
The Lindy Effect[0] would say that plain text files have already existed for more than 50 years, therefore are likely to still exist another 50 years from now.
That being said the Obsidian team are making progress towards adding WYSIWYG, so you will soon be able to edit visually while keeping the files stored in a readable plain text format.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#148Quoted post unavailable.
What file format do you suppose we should use instead? I don't want to have a heavy client just to render the contents
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#149I have switched to Obsidian and I use multiple vaults for multiple purposes. One is for work, one is for personal projects and notes. One for Books and Movies I watched or want to watch. And one for Zettelkasten[0]. Obsidian is extremely customizable and user-friendly. And to make things even better, which is a must for many people including me, it saves the files as .md in the local storage. You can even sync it amo…
The one thing I found weird when I looked into Zettelkasten is the focus on having relatively hard to read IDs as the primary part of the title. It could certainly help in the original use case of having to categorise and store physical paper notes, but it just feels obsolete in a world where you have digital notes, hyperlinking, and search.
Re: Obsidian – A knowledge base from a local folder of plain text Markdown files
#150Earlier quoted context omitted.
> md = markdown Makes sense. Is (EDIT: the use of the TLD) .md a convention in the markdown community?
Yes. I have seen the .mdown extension also, but .md is the default in every editor I've used, and it's a default for readme files on Gitlab and GitHub.