mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
Auto Resizing of `textArea` and `editor` Input Fields.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Is your Feature Request Related to a Problem?
I am not exactly happy with the styling of the textArea or editor due to their scaling behaviors. They're less visually customizable than I would like, but the functionality is great.
Describe the Feature you'd Like
I wish that the textArea and editor input fields allowed for an option that would keep the height at the minimum height, so if there was no text it would look like an empty input box, then once you put a bunch of text in it would auto resize to fit the content.
I'm attempting to make a CSS snippet to do this right now, but it's really frustrating. Having this built-in would be amazing and I'm confident others would benefit from it.
Additional Context
No response
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 with the linked textarea and editor input-field documentation pages, then locate the corresponding implementations in the plugin. Check how their minimum heights and content changes are currently handled. Done means both fields can opt into a minimum-height mode that grows to fit entered text without changing the existing default behavior.
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