Consider support for custom index.html files?
See original GitHub issueAs I understand it, bankai brings its own index.html file.
I see issues with not being able to supply your own file or template for an index.html file.
Some of the default attributes potentially block people from using bankai due to other cultural needs, like lang
being set to american english by default, or dir
being set to ltr
by default.
Then of course there’s the very likely need to have custom meta tags in the head of the document.
I’ve come to understand that there’s a “hack-ish(?)” way to add things like that through documentify
?
But I feel things like these should be as simple as possible to do without any special knowledge.
What are your thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Index.html customize - Support Questions - ATOMI Community
Problem: We want to customize index.html which is used to generate multiple outputs together. The problem is AP output overwrites the ...
Read more >Allow custom index.html · Issue #104 - GitHub
I tried the electron-webpack-quick-start , and if the html file provides a <div id="app"></div> , everything is fine. loopmode (first line in ...
Read more >How can I create a simple index.html file which lists all files ...
Generate an HTML directory index one level deep: tree -H '. ... For all supported options see tree --help or man tree in...
Read more >Creating a custom index.html file - Name.com
How to set up a custom index.html file · Log into your Hosting cPanel. · Click File Manager in the Files section. ·...
Read more >Creating An Html File - Mike Dane
Inside the new folder create a file named index.html . index.html is a special file name which indicates that this is the default...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah dang, yeah perhaps we should pick this up then. documentify still supports, this but we would need to turn it on.
Think all we need to do is change a few lines in lib/graph-document.js. @alexbihary would you want to make a PR? 😄
Definitly +1 on this because 1) Was prebiously supported by bankai, and users (like me) would expect this to keep working. 2) In choo, you also could mount your app in some other node different than body