{"id":16557191,"url":"https://github.com/mattwright324/pdn-plugin-index","last_synced_at":"2025-03-21T10:32:25.414Z","repository":{"id":92680115,"uuid":"115374783","full_name":"mattwright324/pdn-plugin-index","owner":"mattwright324","description":"An interactive site to quickly search and find Paint.NET plugins in the forums.","archived":false,"fork":false,"pushed_at":"2025-03-01T04:36:05.000Z","size":1970,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T00:39:07.152Z","etag":null,"topics":["github-pages","index-list","paintdotnet","paintdotnet-plugin"],"latest_commit_sha":null,"homepage":"https://forums.getpaint.net/topic/15260-plugin-index/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattwright324.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-26T01:49:03.000Z","updated_at":"2025-03-01T04:36:08.000Z","dependencies_parsed_at":"2023-03-09T13:15:11.146Z","dependency_job_id":"b1ec8dd0-c026-4141-bb4e-e3fa9d96b82a","html_url":"https://github.com/mattwright324/pdn-plugin-index","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fpdn-plugin-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fpdn-plugin-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fpdn-plugin-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fpdn-plugin-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattwright324","download_url":"https://codeload.github.com/mattwright324/pdn-plugin-index/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244778034,"owners_count":20508841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-pages","index-list","paintdotnet","paintdotnet-plugin"],"created_at":"2024-10-11T20:06:45.123Z","updated_at":"2025-03-21T10:32:24.984Z","avatar_url":"https://github.com/mattwright324.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdn-plugin-index\nAn interactive site to quickly search and find Paint.NET plugins in the forums.\n* https://forums.getpaint.net/topic/15260-plugin-index/\n* https://mattw.io/pdn-plugin-index/\n\n### Building\n\nRefer to [BUILD.md](https://github.com/mattwright324/pdn-plugin-index/blob/master/BUILD.md)\nfor instructions on how to build and run `pdn-plugin-index` from source.\n\n### Forum Integration\n\n```html\n\u003cp\u003e\n    \u003cstyle type=\"text/css\"\u003e\n        #pdnpi, #pdnpi-iframe {\n            margin: 0;\n            padding: 0;\n            border: none;\n            width: 100%;\n            height: 1200px;\n            overflow: hidden;\n        }\n    \u003c/style\u003e\n\u003c/p\u003e\n\u003cdiv id=\"pdnpi\"\u003e\n\t\u0026nbsp;\n\u003c/div\u003e\n\u003cscript\u003e\n    (function() {\n        \"use strict\";\n\n        let iframe = document.createElement(\"iframe\");\n        iframe.setAttribute(\"id\", \"pdnpi-iframe\");\n        iframe.allow = \"clipboard-write\";\n        iframe.src = \"https://mattw.io/pdn-plugin-index\" + window.location.search;\n        iframe.sandbox = \"allow-scripts allow-popups allow-popups-to-escape-sandbox allow-same-origin\";\n\n        let pdnpi = document.getElementById(\"pdnpi\");\n        pdnpi.appendChild(iframe);\n\n        const params = new URL(window.location).searchParams;\n        if (params.size \u003e 0 \u0026\u0026 !params.has(\"do\")) {\n            pdnpi.scrollIntoView(true);\n        }\n    })();\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattwright324%2Fpdn-plugin-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattwright324%2Fpdn-plugin-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattwright324%2Fpdn-plugin-index/lists"}