foambubble / foam

A personal knowledge management and sharing system for VSCode
https://foambubble.github.io/
Other
15.46k stars 662 forks source link

Render Markdown File Propertiy Value in preview #1390

Closed defaultkavy-dev closed 2 months ago

defaultkavy-dev commented 2 months ago

Is your feature request related to a problem? Please describe.

If I can use a format to render the property value that I have written, this will be helpful to maintain some wiki database.

Describe the solution you'd like

Person/Foo.md

---
Name: Foo
Age: 20
---
# Foo

Hi, my name is [[Person/Foo]], {{Person/Foo:Age}}-year-old.

I would like to see in preview:

Foo

Hi, my name is Foo, 20-year-old.

Describe alternatives you've considered

I haven't find any markdown extension can achieve this feature.

Screenshots or Videos

No response

riccardoferretti commented 2 months ago

Hi @defaultkavy-dev. Thanks for sharing your thoughts but I would consider this to out of scope for Foam, our goal is to allow the creation of a knowledge base from markdown files, the way individual files are managed/rendered/... is not something we are focusing on.