-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronize script description #212
Comments
Some related discussions for OUJS: OpenUserJS/OpenUserJS.org#81 +1 👍 |
Hi Jerone, I see we had the same idea 👍 Regards |
I like the Idea Zren or Martii had on OpenUserJS/OpenUserJS.org#81. First check if there is a .md file with the script name and only if no such file exists, check for the readme.md. With this check it is possible to have more than one script in the same repo. |
How about writing description in comment block? // ==UserScript==
// ... @metas ...
// ==/UserScript==
/************************************
# markdown available
* feature 1
* feature 2
* ...
************************************/
your script... This will work with single file too. Update: |
If you have a look at some scripts, this would add thousands of (to the script functionality) useless lines to the code and blow up the script size unnecessarily. So having a second file would be better (and most important have a similar implementation like OpenUserJs and other pages). |
Was going to suggest import script description from OUJS but this is better. Nice link @jerone ^_^ |
OK guys, try it out. You can configure it from the Sync screen. |
Sweet. |
Nice 👍 |
Thanks ! 2014-10-01 23:14 GMT+02:00 TimidScript notifications@github.com:
|
Hi,
I write you to know if it is possible to add a feature, whose task would be to synchronize the Github README.md with the description of the script.
The operation would be similar to the feature that allows you to synchronize a script from another address. But in the present case it would venture to synchronize the script with the description of raw Github README.md
Greasefork
https://greasyfork.org/scripts/735-anti-adblock-killer-reek
Github
https://github.com/reek/anti-adblock-killer/blob/master/README.md
That would make me a great service if you can add this feature, I hope it is not too complicated to set up and I thank you in advance
Regards
Reek
The text was updated successfully, but these errors were encountered: