Gamepedia: HTML export auto-open
Posted: Thu Dec 10, 2009 7:04 pm
Also emailed this one in, just filling folks in.
--
If you do an HTML export of a collection with a space the name, it won't automatically open in your web browser afterwards. I'm /guessing/ that it's doing an open(1) on it without the spaces being escaped, and so it fails.
A collection name of "Test" works, but if I call it "Test Collection", then it fails to open. The open command should be, in that case:
The export does work fine, though - just the auto-open fails.
--
If you do an HTML export of a collection with a space the name, it won't automatically open in your web browser afterwards. I'm /guessing/ that it's doing an open(1) on it without the spaces being escaped, and so it fails.
A collection name of "Test" works, but if I call it "Test Collection", then it fails to open. The open command should be, in that case:
Code: Select all
open Test\ Collection/index.html