outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 592 forks source link

feat: Remember previous code block language as default #465

Closed tommoor closed 3 years ago

tommoor commented 3 years ago

Simple quality of life improvement remembers the last code language used on the local machine instead of always defaulting to javascript (as much as we love it)

closes outline/outline#2067