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

Include the link mark in the starter kit #20

Open
jakecausier opened this issue Apr 12, 2022 · 1 comment
Open

Include the link mark in the starter kit #20

jakecausier opened this issue Apr 12, 2022 · 1 comment

Comments

@jakecausier
Copy link

One issue I was coming across when using this package was that the link mark isn't used in the default starter kit that gets loaded when Editor is instantiated, even though it's available in the Marks folder.

I got around this by using my own StarterKit class with link included (in addOptions and addExtensions), but I was curious why it's not included by default?

@mreduar
Copy link

mreduar commented Jun 1, 2023

I also had the same problem. I'm curious if every time you instance the Editor you also have to pass your own StarterKit to it.
For example:

(new Editor([
    'extensions' => [
        new StarterKit(),
    ],
]))

Or if you got a way to overwrite it globally.

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

No branches or pull requests

2 participants