links should be able to set on a local file

As I want to edit my css in an external editor, or I want to have the same menuestyle in several projects...

It would be great if I could place the external link of an CSS-file to a local file. Best will be if a file dialog opens.

I think the same with java

Thanks for the suggestion! You can do this right now but it takes a bit of work - if you have Apache or another webserver installed, you can place local files there and link to the http://localhost URLs.

However there is a problem with linking to external files like that - if they are deleted, moved or renamed, you can break your design. This is why the recommended way is to import the files into Bootstrap Studio, as they will always be available.