Comparing HTM, JavaScript, etc. pages
I wish to show two pages in parallel for which DW will compare the code line by line and show variations.
This would be extremely useful for people using the same page over again but with a page name change and variations.
In this way, referenced sources like:
<script src="../jQueryAssets/jquery-1.11.1.min.js"></script>
would be repeated in every page without having to rewrite the code in each page every time. The references will then access a single referenced file.
