Skip to content

Automatically hyperlink enumerated variables in metadata variables #134

Closed as duplicate of#137
@vaughanvandyk

Description

@vaughanvandyk

Is your feature request related to a problem? Please describe.
It would be great if Media DB Plugin imported names (e.g. actors, directors, authors, production companies etc) as internal hyperlinks in the note properties. It wouldn't create those pages of course but when one clicks on the link, Obsidian would then create a page for that entity on demand as per usual.

Describe the solution you'd like
Instead of importing the following Markdown for the "writer" property as currently occurs in v0.6.0:

writer: 
  - "Denis Villeneuve"
  - "Jon Spaihts"
  - "Frank Herbert"

The plugin would instead import like this:

writer:
  - "[[Denis Villeneuve]]"
  - "[[Jon Spaihts]]"
  - "[[Frank Herbert]]"

Additional context
I have tried doing this in templates but not been able to successfully wrap ENUM or LIST with square brackets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions