Hello,
since web stes are no longer sites, but a bunch of sites starting with a index.html/php etc it makes in my mind sence to do not start everyting form the sratch.
Is it possible / does it make sence for you to include an option like "start the project with html 5 boilerplate"* and then to download the actual version of it right into the project folder?
Thanks again
Thorsten
*) I do know the option "create a pattern page", but I mean something like https://html5boilerplate.com/
HTML5 boilerplate
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: html 5 boilerplaid
I don't think it's possible, as you need to save the file before the editor knows the location.
But you could write a small plugin that could copy the contents of html5-boilerplate_v5.3.0.zip into the current folder.
But you could write a small plugin that could copy the contents of html5-boilerplate_v5.3.0.zip into the current folder.
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: html 5 boilerplaid
I'll +1 the relevant suggestion, thanks.
I think in this case auto-downloading would be cool, of course, but it could be easier to include the boilerplate with the plugin (or the editor, if it's an integrated feature) and just update the boilerplate files when necessary.
Currently you can use Save as Template and New from Template features, but those won't create the required CSS files - you would have to copy them manually.
I think in this case auto-downloading would be cool, of course, but it could be easier to include the boilerplate with the plugin (or the editor, if it's an integrated feature) and just update the boilerplate files when necessary.
Currently you can use Save as Template and New from Template features, but those won't create the required CSS files - you would have to copy them manually.
Blumentals Software Programmer
Re: HTML5 boilerplate
I think the default basic HTML5 template included within WeBuilder should be the one used by HTML5 Boilerplate.
Here it is here:
https://github.com/h5bp/html5-boilerpla ... index.html
Please consider using this for the next WeBuilder update, it would be a good improvement over the one that is currently there. No need to add extra files or anything like that, just update the HTML.
Here it is here:
https://github.com/h5bp/html5-boilerpla ... index.html
Please consider using this for the next WeBuilder update, it would be a good improvement over the one that is currently there. No need to add extra files or anything like that, just update the HTML.
Re: HTML5 boilerplate
The problem is that this references many local files (js, css) which might not exist.
You can change the default template btw. E.g. if you want to change the template for HTML files, use menu File -> Save As Template, then select HTML -> Default.htm and overwrite it.
You can change the default template btw. E.g. if you want to change the template for HTML files, use menu File -> Save As Template, then select HTML -> Default.htm and overwrite it.
Blumentals Software Programmer