diff --git a/ext/index/main.php b/ext/index/main.php index 9cf5abfc..3c5e66b8 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -141,6 +141,11 @@ *
  • pool=(PoolID, any, none) -- search for images in a pool by PoolID. *
  • pool_by_name=PoolName -- search for images in a pool by PoolName. underscores are replaced with spaces * + *
  • Post Relationships + * * */ diff --git a/ext/tag_edit/main.php b/ext/tag_edit/main.php index 9cd2ada6..30867f84 100644 --- a/ext/tag_edit/main.php +++ b/ext/tag_edit/main.php @@ -3,6 +3,34 @@ * Name: Tag Editor * Author: Shish * Description: Allow images to have tags assigned to them + * Documentation: + * Here is a list of the tagging metatags available out of the box; + * Shimmie extensions may provide other metatags: + * + *

    Metatags can be followed by ":" rather than "=" if you prefer. + *
    I.E: "source:http://example.com", "source=http://example.com" etc. + *

    Some tagging metatags provided by extensions: + *

    */ /*