ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

apply sentence case in markdown cell #1501

Open shuai-zhou opened 4 years ago

shuai-zhou commented 4 years ago

This is a crossposting, I have been asking the same question at other places, but did not get it resolved. I think nbextensions may have a solution.

I guess a lot of us using markdown in Jupyter Notebook, is there a function that can convert to sentence case in markdown cells so that we do not have to frequently press Caps Lock. For example, can Jupyter Notebook automatically change the first letter to the upper case right after a dot, question mark, etc. in markdown cells?