easy-markdown-editor icon indicating copy to clipboard operation
easy-markdown-editor copied to clipboard

Customize the guide link

Open vanillajonathan opened this issue 3 years ago • 4 comments

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.

vanillajonathan avatar May 16 '22 20:05 vanillajonathan

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",
        }
    ]
});

Ionaru avatar May 17 '22 14:05 Ionaru

Yeah, but this would be much easier with a EasyMDE configuration option.

vanillajonathan avatar May 17 '22 14:05 vanillajonathan

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.

Ionaru avatar May 17 '22 14:05 Ionaru

Alright, sounds good.

vanillajonathan avatar May 17 '22 19:05 vanillajonathan