-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
227 lines (217 loc) · 11.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
---
layout : compress
title_sm : PDNPI
title_lg : Paint.NET Plugin Index
subtitle : Search the Paint.NET plugin index
revision : 1 January 2025
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.subtitle }} - {{ page.title_sm }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Quickly search and find Paint.NET plugins from the forums. Search for new effects, adjustments, filetypes support, external programs, and plugin packs.">
<link rel="icon" href="img/icon-small.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/pdnpi-v2.css?v={{ site.time | date_to_xmlschema }}" />
<script async src="js/bootstrap.bundle.min.js" type="text/javascript"></script>
<script async src="js/pdnpi-v3.js?v={{ site.time | date_to_xmlschema }}" type="text/javascript"></script>
<!-- Analytics -->
<script defer data-domain="mattw.io" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<a href="#" id="scroll" class="fade"><span></span></a>
<nav style="background-color: #375476!important;top: -1px!important;"
class="navbar navbar-expand-md navbar-dark bg-primary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/icon-small.png" width="30" height="30" class="d-inline-block align-top" alt="Icon" />
<span id="brand-lg">{{ page.title_lg }}</span>
<span id="brand-sm">{{ page.title_sm }}</span>
</a>
<ul class="navbar-nav ms-auto">
<li class="navbar-text">
<small>Revision Date: {{ page.revision }}</small>
</li>
</ul>
</div>
</nav>
<div id="about" class="col">
This application simplifies locating Paint.NET plugins by searching the Plugin Index.
The app was originally built by Matthew Wright
(<a target="_blank" href="https://forums.getpaint.net/profile/153200-sodiumenglish/">SodiumEnglish</a>)
and is maintained by he and Scott Stringer
(<a target="_blank" href="https://forums.getpaint.net/profile/48727-ego-eram-reputo/">Ego Eram Reputo</a>).
Updates are published monthly, usually around the first of the month. <strong>Usage:</strong> use the
sidebar to enter search terms and filter the results.
</div>
<div class="container-fluid justify-content-center">
<div class="row">
<div id="search-menu" class="col-md-3" style="margin:0;">
<label class="form-label block-title" for="keywords">Search Options</label>
<div class="control input-group mb-2 me-sm-2 mb-sm-0">
<input type="text" class="form-control" id="keywords" placeholder="Keywords" value="">
</div>
<div class="selector">
<label class="form-label" for="author">Author</label>
<select id="author" class="form-select">
<option value="0" selected>All Authors</option>
</select>
</div>
<label class="form-label">Plugin Type</label>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkAll">
<label class="form-check-label" for="checkAll">All Types</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkEffect">
<label class="form-check-label" for="checkEffect">Effect</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkAdjustment">
<label class="form-check-label" for="checkAdjustment">Adjustment</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkFiletype">
<label class="form-check-label" for="checkFiletype">Filetype</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkExternal">
<label class="form-check-label" for="checkExternal">External</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkPack">
<label class="form-check-label" for="checkPack">Plugin Pack</label>
</div>
<label class="form-label">Plugin Status</label>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkAny">
<label class="form-check-label" for="checkAny">Any Status</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkActive">
<label class="form-check-label" for="checkActive">Active</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkNew">
<label class="form-check-label" for="checkNew">Active (New)</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkBundled">
<label class="form-check-label" for="checkBundled">Active (Bundled)</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkDeprecated">
<label class="form-check-label" for="checkDeprecated">Deprecated</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkObsolete">
<label class="form-check-label" for="checkObsolete">Obsolete</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkIncompatible">
<label class="form-check-label" for="checkIncompatible">Incompatible</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkUnsupported">
<label class="form-check-label" for="checkUnsupported">Unsupported</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkIntegrated">
<label class="form-check-label" for="checkIntegrated">Integrated</label>
</div>
<label class="form-label">Plugin Compatibility</label>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkAnyVersion">
<label class="form-check-label" for="checkAnyVersion">Any Version</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="check5x">
<label class="form-check-label" for="check5x">Current Version (5.x)</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="check4x">
<label class="form-check-label" for="check4x">Legacy (4.x)</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="check3x">
<label class="form-check-label" for="check3x">Legacy (3.5x)</label>
</div>
<div class=form-check>
<input type="checkbox" class="form-check-input" id="checkUntested">
<label class="form-check-label" for="checkUntested">Untested</label>
</div>
<div class="selector">
<label class="form-label" for="order">Order</label>
<select id="order" class="form-select">
<option value="title" selected>By Title</option>
<option value="release">By Release</option>
<option value="author">By Author</option>
<option value="menu">By Menu</option>
<option value="topicId">By Topic-Id</option>
</select>
</div>
<div class="selector">
<label class="form-label" for="menu-list">Menu</label>
<select id="menu-list" class="form-select">
<option value="0" selected>All Menus</option>
</select>
</div>
<div class="selector">
<label class="form-label" for="release">Release</label>
<select id="release" class="form-select">
<option value="0" selected>Any Time</option>
<option value="1">Past 6 Months</option>
<option value="2">Past Year</option>
<option value="3">Past 3 Years</option>
</select>
</div>
<button id="permalink-button" type="button" class="btn btn-primary btn-md">Copy Permanent Link</button>
<div class="position-fixed bottom-0 left-0 p-3" style="z-index: 5; left: 0; bottom: 0;">
<div id="copiedToast" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true" data-bs-delay="2000">
<div class="toast-body">
</div>
</div>
</div>
</div>
<div id="plugins" class="col-md-9">
<div class="col" style="padding-right: 0;padding-left: 0;">
<div class="row justify-content-between">
<div class="col">
<label class="form-label block-title">Plugin Listing</label>
<!--
<span id="spinner" class="text-center">
<span class="spinner-border text-primary" role="status"
style="width: 1.35rem; height: 1.35rem;">
<span class="visually-hidden">Loading...</span>
</span>
</span>
-->
</div>
<div class="col-auto">
<span id="count" class="badge bg-secondary">0 / 0</span>
</div>
</div>
<div class="row">
<div id="plugins-list" class="col">
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<span class="text-body-secondary">
mattwright324 / Sigillatus / toehead2001 | 2024 |
<a target="_blank" href="https://mattw.io">home</a> |
<a target="_blank" href="https://github.com/mattwright324/pdn-plugin-index">pdn-plugin-index</a> |
<a target="_blank" href="https://forums.getpaint.net/topic/15260-plugin-index/">forum post</a>
</span>
</div>
</footer>
</body>
</html>