Wow, I remember when this feature was planned/announced. It's great to see first class support for the Dataview-type workflows. I hope the API has support to allow extensions---I see that it is on the Roadmap[0]. I'm particularly interested to see how this integrates with Canvas and other note types. [0]: https://obsidian.md/roadmap/
Obsidian Bases
31–40 of 259 posts
Re: Obsidian Bases
#32I found one previous thread. Others? Obsidian Bases - https://news.ycombinator.com/item?id=44058972 - May 2025 (13 comments)
Re: Obsidian Bases
#33Re: Obsidian Bases
#34For now, I’m just sticking to using it for daily notes, but I feel there’s so much I’m missing.
Re: Obsidian Bases
#35Re: Obsidian Bases
#36So obsidian is now notion is now airtable. Interesting to see how well this scales.
I haven't really looked into what Airtable does, and I shouldn't be surprised at how much AI nonsense I had to dig through on their website to get any real info, but I still was.
Re: Obsidian Bases
#37As much as I like the idea of Obsidian, I just can't get over all the additional functionality that Notion provides due to the integrated nature of it. In particular, I love how you select text/blocks in Notion and how every line is a "block". I really wish other editors did that as well. In fact, it's probably the main reason why I haven't moved away from Notion.
Re: Obsidian Bases
#38As much as I like the idea of Obsidian, I just can't get over all the additional functionality that Notion provides due to the integrated nature of it. In particular, I love how you select text/blocks in Notion and how every line is a "block". I really wish other editors did that as well. In fact, it's probably the main reason why I haven't moved away from Notion.
I'm a strong proponent of File over App: who knows how long Obsidian or notion will exist - at least I know I can work with my Obsidian notes as long as text editors exist
Re: Obsidian Bases
#39Re: Obsidian Bases
#40So where does the data "live"? I was looking at the syntax, it defines predicates for filters and views and so on, but I don't see the "rows". There is this `file.name` and `file.ext` thing - but where do you set them? What type of file does it point to? CSV? JSON? Something else? The docs seem incomplete.
There are some special properties prefixed by `file.` which are implicit to the file itself, e.g.`file.name` refers to the file name, and `file.ext` is the extension.
The base views are defined as YAML in .base files or can be embedded in code blocks within a Markdown file. You can also export the rendered views to a Markdown table or CSV.
See also: https://help.obsidian.md/bases/syntax