Skip to content
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

Open
vanillajonathan opened this issue May 16, 2022 · 4 comments
Open

Customize the guide link #441

vanillajonathan opened this issue May 16, 2022 · 4 comments

Comments

@vanillajonathan
Copy link
Contributor

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.

@Ionaru
Copy link
Owner

Ionaru commented May 17, 2022

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

@vanillajonathan
Copy link
Contributor Author

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

@Ionaru
Copy link
Owner

Ionaru commented May 17, 2022

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 ) #447

I'll mark it as improvement and keep this open.

@vanillajonathan
Copy link
Contributor Author

Alright, sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants