Obsidian publish compatible property embedding

Use case or problem

With base introduction, properties feels more integrated part of Obsidian than ever. Yet currently, embedded note does not allow us to include property.

Proposed solution

Inline property embedding with simple syntax e.g. ![[note^property_name]]

Current workaround (optional)

Dataview inline embedding.

The limitation is these are not compatible with Obsidian Publish unless we use Templator and create static pages (I believe). This gets complicated very quickly for what seems to be a simple task.

Related feature requests (optional)

Embed single property - Closed

2 Likes

Would really love to have this.

Obsidian already does embed really well, so embedding properties should not be too hard (hopefully)?

Yes, Dataview can do that, but it isn’t exactly compatible with Obsidian Publish either sooo…

1 Like

I would really love to have this as well. I think it is sorely needed.

I’m not sure what would be the best syntax to achieve this. I suspect that the ^ syntax that you propose might conflict with the block link syntax that already exists which uses a #^ syntax.