Pre-check
The Problem You Want to Solve
When authoring userscript in ScriptCat, I have to always change stuff like @author, @license etc. manually.
Proposed Solution
It would be great to have a settings option, where you can write the template based on which the new userscripts will be created:
// ==UserScript==
// @name %name%
// @namespace ScriptCat Scripts
// @version 0.1.0
// @description Take over the world!
// @author myUsername
// @grant none
// @license AGPL-3.0-or-later
// @noframes
// ==/UserScript==
ScriptCat Version
1.4.0
Additional Information
Violentmonkey supports this.
Pre-check
The Problem You Want to Solve
When authoring userscript in ScriptCat, I have to always change stuff like
@author,@licenseetc. manually.Proposed Solution
It would be great to have a settings option, where you can write the template based on which the new userscripts will be created:
ScriptCat Version
1.4.0
Additional Information
Violentmonkey supports this.