Changes
1. How we handle script tags has been updated. Now you can choose whether you want to write the script tags in head for only files from same directory or every script tags that has been added. The default is "On" so if you want to add all the script(including other file paths), you should change the "Only same directory" selection to "Off" in the left menu (left sidebar). For the last, the script tag's src will be converted into "./directory.../filename", if they are from same directory of the opened HTML file. This will help people who want to export their HTML file on live web server.
Thank you for reading! ːsteamhappyː
Changed files in this update