this post was submitted on 14 Jun 2023
100 points (98.1% liked)

ObsidianMD

3937 readers
2 users here now

Unofficial Lemmy community for https://obsidian.md

founded 1 year ago
MODERATORS
 

Hi, I love Obsidian. It's part of my daily routine since a year or so, and I use it to store all my work and personal notes for the future. The main reason I use it is because of its note storage method. Instead of relying on a database, it utilizes plain text files written in Markdown, as most of you already know.

However, I have a strange feeling about it not being open source. The recent events with Reddit have only increased this discomfort. My notes are in plain Markdown, so I have the assurance that no one can forbid me from accessing them. I also take precautions by creating multiple backups, which provides additional security against virtual loss if I handle things correctly (which I do).

That being said, I would love to have alternatives like Joplin or LogSeq that adhere to the same philosophy of work as Obsidian.

Joplin is not suitable for me due to its reliance on database storage. I prefer to have total control over my notes. On the other hand, LogSeq is more focused on serving as a diary rather than a personal knowledge manager, and it does not use pure markdown, wich will be a problem in the future when (not if) I'll need to migrate out of LogSeq.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] orosus 3 points 1 year ago (1 children)

You're welcome :)

Yes, LogSeq admits standard MD format for links and also their simpler way to do links to notes, which I personally use. But all are supported:

  • Standard MD link to image: ![image name] (../assets/image.jpg)
  • Standard MD link to note: [Note Name] (Note Name.md)
  • Standard MD link to website: [Note Name] (https://website.com)
  • Logseq simpler link to note : [[Note Name]]
[โ€“] [email protected] 2 points 1 year ago

Oh that's sooo great, I'll give it a try for sure, thanks for the info!