this post was submitted on 26 Jul 2023
67 points (100.0% liked)

ObsidianMD

4052 readers
1 users here now

Unofficial Lemmy community for https://obsidian.md

founded 1 year ago
MODERATORS
 

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.

top 10 comments
sorted by: hot top controversial new old
[–] InfiniteFlow@lemmy.world 8 points 1 year ago (1 children)

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…

[–] grabyourmotherskeys@lemmy.world 7 points 1 year ago (1 children)

There's more details here: https://obsidian.md/changelog/2023-07-26-desktop-v1.4.0/

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. :)

[–] InfiniteFlow@lemmy.world 4 points 1 year ago

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!

[–] haulyard@lemmy.world 4 points 1 year ago (1 children)

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.

[–] dakerDraws@pawb.social 2 points 1 year ago (1 children)

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.

[–] haulyard@lemmy.world 1 points 1 year ago

Appreciate it! Excited to give it a go.

[–] Zak8022@kbin.social 3 points 1 year ago (1 children)

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.

[–] bowreality@lemmy.ca 2 points 1 year ago (1 children)

Not sure about collaborative but if you like Notion’s database try the Obsidian plug-in called “DB folder”.

[–] Zak8022@kbin.social 2 points 1 year ago

Will do, thanks!

[–] Endlessblink@lemmy.world 1 points 1 year ago

How long does it usually take for Obsidian to publish an early access feature to everyone?