I need to create a generic file upload plugin (pdf, docx, ...) that uploads to a server and resolves the link in the document
Is this possible? I found a bunch of 'solutions' in the last 2 weeks but whenever they use the word 'file', it ends up being images only.
Although a file browser/manager would be the best solution, it seems I can't use CKFinder since the backend must be flask and CKFinder only has certain connectors (php, coldfusion, ...)
I am sorry for the open-ended question but I am uncertain how to solve this properly.
PS: Custom builds do not seem to be supported directly as indicated by the introduction of the next link, but it looks like there could be a possible solution if CKEditor isn't implemented in a 'clean' way? https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/angular.html