Old style figures & context-aware punctuation
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 82k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice if punctuation (esp +, -, *) was lowered for old style figures as they are for lower case letters.
Not sure if possible, but could be cool if it'd work with spaces surrounding the operator... don't think it'd be a good idea for letters ofc, but might work for strings matching /([0-9] [+*-] [0-9])/?
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 from the issue's request about old-style figures and lowered punctuation, especially +, -, and *. Determine whether context-aware handling for operators surrounded by spaces is feasible, while excluding letters. Done means the punctuation is lowered appropriately without changing ordinary letter forms.
Written by the indexing model from the issue text.
Assessment
- Domain
- design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100