edit buttons to add empty source/project files
Status: Beta
Brought to you by:
worden
WW should provide little square buttons atop the edit window to insert skeletal source-file and project-file tags.
David also requests a button to create a skeleton latex file, so beginners can hit the button and then get started by filling in the paper's title, author, etc.
Note that this could be done by a separate extension.
Anonymous
Done in r967. Three buttons: source-file, project-file, and tab (since it's hard to put tabs into makefiles otherwise).
Not the latex part, though. I think that should be a separate extension. I'll keep this open for that. I would want David to provide the skeleton code, I guess.
Ticket moved from /p/workingwiki/feature-requests/11/
The 3 we've good look great and work great in firefox. Not looking right in Chrome.
Now also not looking right in Firefox, I think. They'd probably be fine, except for a clever hack I introduced to make them load faster by using data: urls inlines in the css and then stuffing them into the img src on the fly.
I think this is the fix to the bug in that: http://stackoverflow.com/questions/4776670/should-setting-an-image-src-to-data-url-be-available-immediately
Ha, now it works on Chrome (a fix to the regexp I was using on the data: url) but not on Firefox.
Got it! Just one more little mistake in the regexp. Looks good in both FF and Chrome now. I'll figure it's fixed, but should remember to try it in Safari sometime, and maybe IE.