mProjectsCode / mProjectsCode/obsidian-media-db-plugin
unable to encase template properties' output in `[[wikilinks]]`
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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