instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

Localization Support #133

Closed JordanW9232 closed 1 year ago

JordanW9232 commented 1 year ago

It is currently not possible to customize text for the buttons and the default text that they insert into the editor. MdEditorOptions should have a new property to allow this.

JordanW9232 commented 1 year ago

I created a pull request for this here: https://github.com/lon-yang/ngx-markdown-editor/pull/134