diff --git a/CHANGELOG.md b/CHANGELOG.md index 329063c8..ef7c370d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # v1.10.0-rc.12 ## mm/dd/2020 +1. [](#new) + * Added ability to set a preferred markdown editor in user profile + * Added new `onAdminListMarkdownEditors` event to add a custom editor to the list of available 1. [](#bugfix) * Use `Pages::find()` instead of `Pages::dispatch()` as we do not want to redirect out of admin * Fixed broken `parent` field when using the old pages diff --git a/languages/en.yaml b/languages/en.yaml index a1be0f23..273a8d3d 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -952,3 +952,5 @@ PLUGIN_ADMIN: CUSTOM_PRESETS: "Custom Presets" CUSTOM_PRESETS_HELP: "Drag-n-drop a theme .yaml file here, or you can create an array of presets with text based keys" GENERAL: "General" + MARKDOWN_EDITOR: "Markdown Editor" + MARKDOWN_EDITOR_HELP: "Custom editors can be preferred for markdown editing"