Attached: 1 image
Introducing Properties.
A simple way to add tags, aliases, dates, and even link between notes. As always, the metadata is stored durably in plain text files local to your device.
Obsidian 1.4.0 is now available for early access đź’ś
https://obsidian.md/changelog/2023-07-26-deskt...
Obsidian 1.4.0 is currently in early access and it introduces Properties!
This is a game changer for me! I've had to use Dataview and other plug-ins to achieve something similar, so I look forward to the native support.
Is this just a new way to use/render the YAML metadata or something different?
If so, it is great to be able to have live links, tags, etc. inside the block. Not too sure about the editor, though. It seems to increase the disconnect with what I think is one of the big selling points of Obsidian: notes are just .md files. The properties editor feels like something different, not part of the note’s text…
Sounds like a nice front end and utilities to manage Properties, which are stored as frontmatter adhering to the practice of it all being plain text. Which I like. :)
So it does look like it’s a UI convenience layer for the YAML block. That is nice indeed. And the ability to have links there will save me from having to replicate some info right after the YAML block exactly because I need those links! Neat!
Could you elaborate? I only just started using dataview to list meetings I’ve had with people, under a page for that person directly. It’s finicky though (probably an issue with me) and wonder if this will make it easier.
Sure, I do something similar. I have a note for a person and I have a note for a recurring meeting. In a recurring meeting I have a Dataview field called Host.
#Meeting
This is my meeting note
Host:: [[John Doe]]
In a Person note, I have a section for meetings the person hosts. I use Dataview to search for the Host field and see of it matches the current Person note.
#Person
This is John Doe's note.
# Meetings
dataview
table without ID file.link AS "Meeting"
from #Meeting
where contains(Host, this.file.link)
The new Properties feature sounds like it'll be what Dataview fields are. Except now it'll be in a native interface where I can easily change the information about the note.
Sweet! I’ve been using Notion lately for a work project that fit very well with Notion’s collaborative databases. But in doing that it made me want Properties for my personal Obsidian notes.