maproulette / maproulette/maproulette-frontend
Support of RTL for text fields
Open
Nobody has claimed this yet.
enhancement
UX / UI
- Dominant language
- JavaScript
- Stars
- 167
- Forks
- 39
- Avg merge
- 16h 34m
- Merged PRs (30d)
- 11
Description
Please support <div dir="rtl"> in markdown, like the way GitHub does:
<div dir="rtl">
some rtl text rtl text rtl text rtl text rtl text rtl text rtl text
</div>
which gives us this:
some rtl text rtl text rtl text rtl text rtl text rtl text rtl textContributor guide
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 markdown and text-field rendering entry point in the JavaScript frontend. Use the issue's <div dir="rtl"> example to verify how RTL text is currently rendered, then add support and confirm that the sample displays right-to-left.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, markdown
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100