apply sentence case in jupyter notebook markdown cells
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
I have been searching for solutions to a simple question for long time but have not got any useful information.
My question is straightforward: is there a function to automatically change texts in jupyter notebook markdown cells to sentence case? Specifically, automatically change the first letter to the upper case after a period/question mark/exclamation mark, etc, also capitalize the letter "I" from "i" automatically.
I think there are many people who rely on jupyter notebook for their work. Without such function, people have to constantly turn on and off the caps lock on the keyboard which adds a lot of extra work and also causes distractions.
Contributor guide
Research direction
No implementation files, tests, or entry points are named. Start by locating the markdown-cell editing path in Jupyter Notebook and check how text input and formatting are handled. Done should mean a defined, tested behavior for sentence casing after punctuation and capitalization of the pronoun "I".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100