The keypoint for a note taking software is how they consider the basic component. For Roam liked Apps, such as Roam, Dynalist, Workflowy, it is Bullet, which also called Block. For Obsidian, I think originally it is a File.
According to many user’s requirements, now Obsidian provides Block reference, so if Obsidian wants to change the basic componet from File to Block, then there is still a long way to go, Block reference is not the end point. Or because the limitation of Obsidian’s infrastructure, maybe the File still is the basic componet, which means Roam will not be it’s competitor. Unfortunately, many people still compare Obsidian with Roam.
As a free user who take advantages from Obsidian, I just hope a feature request could give dev team more information to consider their goal for a better notetaking app.
As I said before, if someone, especially someone from Obsidian team feels offensive because my tone, I didn’t mean it. I consider it is a contribution that posting some ideas to the forum.
Seems the gif cannot display correctly. Post 4 pictures here, hope it could help:
As Nick Milos says, there are a lot of Roam Users that are closer to Obsidian and I’m one of them.
The only “but” to migrate to Obsidian is the search funcionality.
Roam Research, when a hyperlink is selected, the return is clean, only returning the blocks with the hyperlink or TAG (for Roam, there is no difference).
Obsidian returns the same content but not only the blocks with the hyperlink but sometimes the upper block and the following block. This is very annoying and makes more difficult to find what we are looking for.
Roam returns only the the blocks that has the information. That’s all
Any idea how I can use “Show more context” in an embedded search?
Hope I’m not getting off topic.
For example I type in the editor:
```query
line:("- [ ]" #urgent)
```
This is to return only tasks that have the tag on the same line.
But the issue is that Obsidian returns results for both the "- [ ]" and for the #urgent part. I was hoping it might be possible to show one block of text for each line.