Checking my logs, I see that editor.js is loaded (about 40K) whenever visitors first hit my website. This is no doubt from putting it within my [header] of my theme's header.thtml.
Since submitting articles is the exception rather than the rule, it makes sense to only load the javascript if the user hits the "Submit Story" page. Is it possible to implement this, or is the fact that it must be contained within the [header] going to prevent me from doing this?