We can be generic about passing attributes via the URL for creating new snips, by using the parameter 'name' instead of 'snip_to_edit' or 'snip_to_create'. This lets us pass other attributes via the URL too.
To play nice with exception_notification, we should either respect the existing view load paths or (not implemented) add any directories in plugins called 'views' to the view load path.