fabianmichael / kirby-markdown-field

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

Question/Feature Request: Link via button as markdown-style rather than kirbytag #169

Closed animaux closed 1 year ago

animaux commented 1 year ago

Thanks for this lovely plugin!

When using the link-button, currently a kirby-tag is inserted:

(link: https://test.de text: Test)

I’d wish a markdown-style link would be included instead:

[Test](https://test.de)

Ideal would maybe be an option to choose from these two, what do you think?

fabianmichael commented 1 year ago

This is currently only possible, if KirbyText is disabled in Kirby’s global settings.

animaux commented 1 year ago

Thanks Fabian, this sounds like good option for a workaround for me at the moment, since I’m not using kirbytext elsewhere. However I still feel like it would be nice to have this as an option for this extension only.

fabianmichael commented 1 year ago

@animaux I've added this feature in the latest 2.1.6 version. :-)

animaux commented 1 year ago

Brilliant, thanks! :D