easy-markdown-editor
easy-markdown-editor copied to clipboard
Customize the guide link
Is your feature request related to a problem? Please describe. My users do not understand English or understand it poorly.
Describe the solution you'd like An option to customize the guide link to point to another URL.
Using a custom toolbar button, you can have it go to any URL you want.
const easyMDE = new EasyMDE({
toolbar: [
{
name: 'guide',
title: "Guide",
action: 'https://www.heise.de/mac-and-i/downloads/65/1/1/6/7/1/0/3/Markdown-CheatSheet-Deutsch.pdf',
className: "fa fa-question-circle",
}
]
});
Yeah, but this would be much easier with a EasyMDE configuration option.
I agree that would be easier, but I'm trying to keep new configuration options tot a minimum until I have had the chance to rewrite the editor and get a better system for built-in buttons and plugins. ~~( I should make an issue tracking all that )~~ https://github.com/Ionaru/easy-markdown-editor/issues/447
I'll mark it as improvement and keep this open.
Alright, sounds good.