fabianmichael / kirby-markdown-field

Super-sophisticated markdown editor for Kirby 3, community built.
Other
160 stars 14 forks source link

Trying to add link results in error #139

Closed heyfordy closed 2 years ago

heyfordy commented 2 years ago

Hey, not sure what the deal is but when I try to add a link from the format bar, the editor disappears and is replaced by a red error toast reading:

Cannot read properties of undefined (reading 'info').

Any ideas what could be causing this?

fabianmichael commented 2 years ago

@heyfordy Can you please provide me the following information?

That would help a lot with tracking down the error, thanks.

heyfordy commented 2 years ago

Okay, looks like for some reason composer was installing version 0.1.0 (as defined by the package.json) -- I grabbed a later release from github and threw it in my plugins directory and it works fine now. I didn't even see version 0.1.0 on packagist, so I'm not sure why this version was being provided.

fabianmichael commented 2 years ago

@heyfordy Thanks for the update, will close this ticket now.