[][src]Module quickmd::assets

Management of external assets like Javascript and CSS.

The files are stored into the binary as strings and written to the filesystem when the application runs. For the HTML file, this allows the webview to load a URL instead of a string body, which makes reloading smoother (update the file, refresh).

For the other assets, it means the HTML can refer to local files instead of embedding the contents as <script> and <style> tags, making the output easier to read and debug.

Structs

Assets

A container for static assets.