Skip to content

Instantly share code, notes, and snippets.

@Nielson3
Created September 4, 2025 14:54
Show Gist options
  • Select an option

  • Save Nielson3/7cb2045fa412e9206d6fb59c6129301a to your computer and use it in GitHub Desktop.

Select an option

Save Nielson3/7cb2045fa412e9206d6fb59c6129301a to your computer and use it in GitHub Desktop.

Revisions

  1. Nielson3 created this gist Sep 4, 2025.
    63 changes: 63 additions & 0 deletions comicvine-clipper.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,63 @@
    {
    "schemaVersion": "0.1.0",
    "name": "ComicVine",
    "behavior": "create",
    "noteContentFormat": "{{time|date:\"YYYY-MM-DD HH:mm\"}}\nStatus:\nTags:\nLinks:\n\n### Description\n\n{{selector:#credit-content > div > article > section > div > div.wiki-item-display.js-toc-content p}}\n\n### Thoughts\n\n### Quotes\n\n### Links",
    "properties": [
    {
    "name": "title",
    "value": "{{title|replace:\\\"(Issue)\\\":\\\"\\\"}}",
    "type": "text"
    },
    {
    "name": "author",
    "value": "{{selector:#wiki-4000-163257-people a}}",
    "type": "multitext"
    },
    {
    "name": "pages",
    "value": "",
    "type": "text"
    },
    {
    "name": "series",
    "value": "[[{{selector:#credit-content > aside > div:nth-child(4) > table > tbody > tr:nth-child(2) > td > div.bar.wiki-item-display > a}}]]",
    "type": "text"
    },
    {
    "name": "cover",
    "value": "{{selector:.img.imgboxart.issue-cover img?src|nth:1|first}}",
    "type": "text"
    },
    {
    "name": "banner",
    "value": "{{selector:.img.imgboxart.issue-cover img?src|nth:1|first}}",
    "type": "text"
    },
    {
    "name": "status",
    "value": "",
    "type": "text"
    },
    {
    "name": "tags",
    "value": "ComicNote",
    "type": "multitext"
    },
    {
    "name": "source",
    "value": "Comic Vine",
    "type": "text"
    },
    {
    "name": "source_url",
    "value": "{{url|first}}",
    "type": "text"
    }
    ],
    "triggers": [
    "https://comicvine."
    ],
    "noteNameFormat": "{{title|replace:\"(Issue)\":\"\"|safe_name}}",
    "path": "05 Resources/Comics/Comic Notes"
    }
    63 changes: 63 additions & 0 deletions stripinfo.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,63 @@
    {
    "schemaVersion": "0.1.0",
    "name": "StripInfo",
    "behavior": "create",
    "noteContentFormat": "{{time|date:\"YYYY-MM-DD HH:mm\"}}\nStatus:\nTags:\nLinks:\n\n### Thoughts\n\n### Quotes\n\n### Links\n\n",
    "properties": [
    {
    "name": "title",
    "value": "{{selector:h2 span[itemprop=\\\"name\\\"]|nth:1|safe_name}}",
    "type": "text"
    },
    {
    "name": "author",
    "value": "{{selector:tbody td a:not(span[itemprop=\\\"name\\\"])|nth:1,2,3:999}}",
    "type": "multitext"
    },
    {
    "name": "pages",
    "value": "{{selector:tr td[itemprop=\\\"pageEnd\\\"]|nth:1|first}}",
    "type": "text"
    },
    {
    "name": "series",
    "value": "[[{{title|replace:\\\"/ -.+$/\\\":\\\"\\\"}}]]",
    "type": "text"
    },
    {
    "name": "cover",
    "value": "{{selector:.stripThumbInnerWrapper img?src|nth:1|first}}",
    "type": "text"
    },
    {
    "name": "banner",
    "value": "{{selector:.stripThumbInnerWrapper img?src|nth:1|first}}",
    "type": "text"
    },
    {
    "name": "status",
    "value": "",
    "type": "text"
    },
    {
    "name": "tags",
    "value": "ComicNote",
    "type": "multitext"
    },
    {
    "name": "source",
    "value": "StripInfo.be",
    "type": "text"
    },
    {
    "name": "source_url",
    "value": "{{url|first}}",
    "type": "text"
    }
    ],
    "triggers": [
    "https://stripinfo.be/"
    ],
    "noteNameFormat": "{{title|replace:\"/ -.+$/\":\"\"}} {{selector:h2 span[itemprop=\"issueNumber\"]|nth:1|safe_name}} - {{selector:h2 span[itemprop=\"name\"]|nth:1|safe_name}}",
    "path": "05 Resources/Comics/Comic Notes"
    }