Advanced inclusions

If the current document is in a QuickSave folder, resources from the same Quicksave folder can be included in the document. As a simplified example, in a Quicksave folder there is the document "Document.txt" and the directories "Scripts" and "Styles" each with the corresponding content:

Document.txt
Scripts/Test.js
Styles/Test.css

Then you can integrate to the Document "Document.txt" the files "Text.js" and "Test.css" now easily (the following sample-code uses HTML-Markup):


<script src="../shrd/Scripts/Test.js"></script>
<link href='Styles/Test.css' rel='stylesheet' type='text/css'>