-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize the guide link #441
Comments
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'll mark it as improvement and keep this open. |
Alright, sounds good. |
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.
The text was updated successfully, but these errors were encountered: