mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
Line wrap for input type select
Nobody has claimed this yet.
- 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?
For select input field with long text it appears like this;
Live preview
Reading view
Describe the Feature you'd like
My request is to enable line wrapping so text stays inside the block (which itself stays within readable length)
Alternatives
A horizontal scroll would also work, except I much prefer line wrap
Additional Context
I don't use this for binding to YAML, but rather for flashcard answers. That's why the longer texts are needed.
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 code that renders select input fields and the associated styling for the live preview and reading view. Reproduce the long-text case from the screenshots, then verify that select text stays within the readable block by wrapping or using the proposed horizontal-scroll alternative.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100