generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
view field can display property but it cannot parse YAML dict as far as I figured.
Describe the Feature you'd like
For frontmatter with dictionary entries, I'd like to display them with view field.
In following example: view[{page#tasks/&id-123456/title}<br>{page#tasks/&id-123456/description}][text{rendermarkdown}] or something like that.
tasks:
- &id-123456
title: "Complete project report"
due: "2024-12-01"
start: "2024-11-20"
created: "2024-11-15"
completed: "2024-11-21"
description: |
Prepare the final draft of the project report.
Ensure all sections are proofread and approved by the team.
- &id-asdfgh
title: "Plan team meeting"
due: "2024-11-25"
start: "2024-11-22"
created: "2024-11-18"
completed: ""
description: |
"Organize a meeting to discuss the next quarter's objectives."
Confirm availability of all team members.
dependsOn: *id-123456Alternatives
none really. even with Dataview it's complex query to do.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request