You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The textarea however extends the link dialog in the toolbar component and overwrites the submit method, removing the .replace.
Currently the markdown field uses the $panel.dialog.open() method to open the dialog as it is. Extending the link dialog like the textarea does is not that easy, though. There seems to be a way to configure kirbyup to allow importing components from the Kirby code but for this to work I think we have to update kirbyup first and that didn't work out for me.
Maybe this helps someone in understanding the problem at hand. Or future-me at least.
The markdown field inserts permalinks in a different structure compared to the textarea field:
This is a problem in the frontend, where page links are not correct:
It also does not help to run permalinksToUrls() on the field.
The text was updated successfully, but these errors were encountered: