mProjectsCode / mProjectsCode/obsidian-media-db-plugin

unable to encase template properties' output in `[[wikilinks]]`

Open
#250 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
Dominant language
TypeScript
Stars
491
Forks
52
Avg merge
2h 17m
Merged PRs (30d)
1

Description

Is your feature request related to a problem? Please describe.
I'm frustrated that I am unable to encase template properties' output in [[wikilinks]], with the methods LIST and ENUM.

Describe the solution you'd like
to be able to use LIST and ENUM with wikilink-encased output
(such as

- [[Jack Black]]
- [[Paul Rudd]]

instead of

[[- Jack Black
- Paul Rudd]]

)

Additional context
those are unsupported by the plugin, but are a really great way to navigate through properties and files/bases, as kepano's template vault exemplifies

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the TypeScript handling for the LIST and ENUM template methods and review how their output is assembled. Verify the requested behavior with values such as Jack Black and Paul Rudd; done means each item can be emitted as its own Obsidian wikilink rather than one wikilink surrounding the whole list.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.