Col-E / recaf-3x-issues

This was the temporary issue tracking for 3x. Focus is now on 4x and all issues are tracked on the main repo going forward.
35 stars 5 forks source link

Add script 'meta-data' similar to GreaseMonkey scripts #87

Closed Col-E closed 2 years ago

Col-E commented 2 years ago

For example in GreaseMonkey you can name your script, add a description, list authors, have links to the source, etc. all with a formatted comment.

// ==UserScript==
// @name         My script name
// @version      0.1
// @description  Does a specific action
// @author       FirstName LastName
// ==/UserScript==

We could support this with some basic pattern matching. It would make a proper script manager easier to implement down the line too if that's something we want to go for.

Col-E commented 2 years ago

https://github.com/Col-E/Recaf/pull/531