fabianmichael / kirby-markdown-field

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

[next] File uploads to other page #117

Closed medienbaecker closed 2 years ago

medienbaecker commented 3 years ago

While you can set the files location to e.g. the site files like this:

files: site.files

…uploading files will still upload them to the current page.

medienbaecker commented 3 years ago

Additionally: when setting uploads: false the files button does not work anymore. Both of these features are not documented so I guess they come from the core textarea field and need to be adjusted.

fabianmichael commented 2 years ago

@medienbaecker All of these have been addressed with the latest commit. Please note, that the files option only determines which files are available in the filepicker. For specifying a different page for uploading, you have to use the uploads option and set a parent page.

medienbaecker commented 2 years ago

@fabianmichael Works flawlessly. Thanks so much for your work. I'd appreciate an updated donation link in the README.

fabianmichael commented 2 years ago

@medienbaecker Thank you very much. I just applied for the GitHub sponsors program. Will update the README, once I’m approved.

fabianmichael commented 2 years ago

@medienbaecker I now got a GitHub sponsors profile. Will update the README soon.