wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

Metadata Block #14

Closed johnd0e closed 5 years ago

johnd0e commented 5 years ago

I have some suggestions about metadata improvements

```js // ==UserScript== // @id wasabee // @name IITC Plugin: Wasabee Draw Tools // @namespace http://tampermonkey.net/ // @version 0.13.1-deviousness // @updateURL http://server.wasabee.rocks/static/dev/wasabee.meta.js // @downloadURL http://server.wasabee.rocks/static/dev/wasabee.user.js // @description Wasabee is not for dating. Period. // @category Draw // @author Wasabee // @include https://*.ingress.com/* // @include http://*.ingress.com/* // @match https://*.ingress.com/* // @match http://*.ingress.com/* // @include https://*.ingress.com/mission/* // @include http://*.ingress.com/mission/* // @match https://*.ingress.com/mission/* // @match http://*.ingress.com/mission/* // @grant none // ==/UserScript== ```

Docs are here: https://wiki.greasespot.net/Metadata_Block What is important:

cloudkucooland commented 5 years ago

fixed in https://github.com/wasabee-project/Wasabee-IITC/commit/7cf77578e4f817837b7f101b4e2fa1c7354fbf8c

on master. branches will catch up eventually.

johnd0e commented 5 years ago

I was not clear, sorry: @id expected to be name without extension. So it was OK, I just explained it's meaning.

And also I'd like to see @category field which used in mobile IITC versions.