mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin

Inherit grouping function beyond using view to combind two Inputs

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

Nobody has claimed this yet.

feature request
Dominant language
TypeScript
Stars
1k
Forks
86
PR merge metrics
No merged PRs in 30d

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?

If you want to get to get Color-Number
The only way to achieve that is to:

Make two inputs that record into two different properties.
Then create a view that combines them.
That creates two unnecessary property and unnecessary duplicates stored information.

Describe the Feature you'd like

What i propose is either of three:

Simple option is doubleSelect and doubleMultiSelect types
that has two rows. (It is not exactly clear how multi one should work, and it is probably more logical, that the only difference is that it outputs a list, meaning multiple f them can point to the same property)

OR

Additional value for Option variable, setting it into a separate row.
(such as, for simple select, of "red (option 0)" "- three(option 1)" output will be "red - three" )

OR

A separate group syntax. To merge two or more inputs into one.

Alternatives

No response

Additional Context

No response

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

The issue names no files, tests, or entry points; begin by locating the input and grouping implementation and its existing tests. Clarify which of the three proposed designs is wanted, then define the expected combined value and verify single- and multi-select behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.