opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

resource directory #288

Open andiwand opened 2 years ago

andiwand commented 2 years ago

support using a resource folder for static resources like styles and scripts. currently the resources are stores as part of the HTML. that is overhead for the reference output and sometimes requires to update all references just because of changing the resource files.

this could also be a customization opportunity for the user because he could change styles and scripts in a single location.

note: enable relative and absolute paths for resource files.