-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
543 lines (533 loc) · 34.2 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PostHTML Plugins Catalog</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/posthtml.png">
<meta property="og:description" content="PostHTML Plugins Catalog">
<meta property="og:url" content="http://posthtml.github.io/posthtml-plugins">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<style>/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;color:#333;font-family:'Helvetica Neue',Helvetica,Verdana,sans-serif;font-size:18px}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.base_wrapper{min-width:310px;max-width:860px;margin:0 auto;padding:30px 5px 20px}.base_headingWrapper{margin:0 0 30px;padding:0}.base_heading{font-size:36px;margin:0;display:inline;padding-right:20px}.base_link{color:#4078c0;text-decoration:none}.base_link:active,.base_link:hover{text-decoration:underline}.base_addLink{white-space:nowrap;margin-right:40px}.base_githubWidget{display:inline-block;position:relative;top:1px;width:80px;height:20px;margin-top:10px}#app{min-height:300px}.Plugin_wrapper{margin:0;padding:11px 0;list-style:none}.Plugin_wrapper-hidden{display:none}.Plugin_name{margin-right:13px;font-weight:700}.Plugin_description,.Plugin_name{display:inline-block}.PluginsList_wrapper{margin:0;padding:0 0 50px}.SearchForm_wrapper{margin-bottom:10px}.SearchForm_queryInput{width:100%;font-size:18px;padding:3px 0}</style>
</head>
<body>
<div class="base_wrapper">
<div class="base_headingWrapper">
<h1 class="base_heading">
<a href="https://github.com/posthtml/posthtml" class="base_headingLink base_link">PostHTML</a> Plugins Catalog
</h1>
<a href="https://github.com/posthtml/posthtml-plugins#how-to-add-a-plugin" class="base_addLink base_link">add plugin</a>
<iframe src="https://ghbtns.com/github-btn.html?user=posthtml&repo=posthtml-plugins&type=star&count=true" frameborder="0" scrolling="0" class="base_githubWidget"></iframe>
</div>
<section id="app">
<div class="SearchForm_wrapper">
<input id="searchInput" type="search" tabindex="1" placeholder="Search" class="SearchForm_queryInput" value="" autofocus>
</div>
<ul class="PluginsList_wrapper">
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/htmlnano" class="Plugin_link base_link">htmlnano</a>
</span>
<span class="Plugin_description">Modular HTML minifier, built on top of the PostHTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/ismamz/posthtml-alt-always" class="Plugin_link base_link">alt-always</a>
</span>
<span class="Plugin_description">Always add alt attribute for images that don't have it (accessibility reasons)</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/jonathantneal/posthtml-aria-tabs" class="Plugin_link base_link">aria-tabs</a>
</span>
<span class="Plugin_description">Write accessible tabs with minimal markup</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/maltsev/posthtml-attrs-parser" class="Plugin_link base_link">attrs-parser</a>
</span>
<span class="Plugin_description">PostHTML helper that gives a better API to work with tag's attrs</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/mrmlnc/posthtml-attrs-sorter" class="Plugin_link base_link">attrs-sorter</a>
</span>
<span class="Plugin_description">The sorting attribute of the tag based on the given order</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/totora0155/posthtml-auto-class" class="Plugin_link base_link">auto-class</a>
</span>
<span class="Plugin_description">PostHTML plugin that attach a class attribute automatically</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-beautify" class="Plugin_link base_link">beautify</a>
</span>
<span class="Plugin_description">A posthtml plugin to beautify you html files</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/rajdee/posthtml-bem" class="Plugin_link base_link">bem</a>
</span>
<span class="Plugin_description">PostHTML-plugin for creating BEM-named class structure</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Nitive/posthtml-bem-sugar" class="Plugin_link base_link">bem-sugar</a>
</span>
<span class="Plugin_description">PostHTML plugin for support to simplify the maintenance of BEM naming structure in jade based on prefixes.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/totora0155/posthtml-block" class="Plugin_link base_link">block</a>
</span>
<span class="Plugin_description">PostHTML plugin that to create block element (like a component)</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/rajdee/posthtml-classes" class="Plugin_link base_link">classes</a>
</span>
<span class="Plugin_description">PostHTML-plugin to retrieve a list of classes from html with support of nested structure</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="http://github.com/GitScrum/posthtml-class-to-css-module" class="Plugin_link base_link">class-to-css-module</a>
</span>
<span class="Plugin_description">A posthtml plugin for removing tags</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/totora0155/posthtml-collect-inlinestyles" class="Plugin_link base_link">collect-inline-styles</a>
</span>
<span class="Plugin_description">PostHTML plugin that collect inline styles and insert to <head></span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/canvaskisa/posthtml-collect-styles" class="Plugin_link base_link">collect-styles</a>
</span>
<span class="Plugin_description">Collect styles from html and put it in the head</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/codsen/posthtml-color-shorthand-hex-to-six-digit" class="Plugin_link base_link">color-shorthand-hex-to-six-digit</a>
</span>
<span class="Plugin_description">DEPRECATED. Use color-shorthand-hex-to-six-digit instead.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-content" class="Plugin_link base_link">content</a>
</span>
<span class="Plugin_description">Flexible content transform for posthtml</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-css-modules" class="Plugin_link base_link">css-modules</a>
</span>
<span class="Plugin_description">Use CSS modules in HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/AndyOGo/custom-elements-defouc" class="Plugin_link base_link">custom-elements-defouc</a>
</span>
<span class="Plugin_description">A PostHTML plugin to mitigate intrinsic FOUC of Custom Elements.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-custom-elements" class="Plugin_link base_link">custom-elements</a>
</span>
<span class="Plugin_description">PostHTML plugin. Use HTML Custom Element now.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-doctype" class="Plugin_link base_link">doctype</a>
</span>
<span class="Plugin_description">posthtml doctype plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Gurylev/posthtml-each" class="Plugin_link base_link">each</a>
</span>
<span class="Plugin_description">Repeat your content</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/codsen/posthtml-email-remove-unused-css" class="Plugin_link base_link">email-remove-unused-css</a>
</span>
<span class="Plugin_description">DEPRECATED - use email-remove-unused-css directly</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-exp" class="Plugin_link base_link">exp</a>
</span>
<span class="Plugin_description">Local variables, expressions, loops, and conditionals for posthtml</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-extend" class="Plugin_link base_link">extend</a>
</span>
<span class="Plugin_description">Templates extending (Jade-like)</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/theprotein/posthtml-extend-attrs" class="Plugin_link base_link">extend-attrs</a>
</span>
<span class="Plugin_description">Extend HTML attrs with CSS to SVG attrs</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/metonym/posthtml-hash" class="Plugin_link base_link">hash</a>
</span>
<span class="Plugin_description">PostHTML plugin for hashing static assets</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-head-elements" class="Plugin_link base_link">head-elements</a>
</span>
<span class="Plugin_description">Build HTML head elements from a JSON file</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-highlight" class="Plugin_link base_link">highlight</a>
</span>
<span class="Plugin_description">PostHTML Syntax Highlighting Plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-img-autosize" class="Plugin_link base_link">img-autosize</a>
</span>
<span class="Plugin_description">Auto setting width and height of img tag</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-include" class="Plugin_link base_link">include</a>
</span>
<span class="Plugin_description">Include files in HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/jonathantneal/posthtml-inline-assets" class="Plugin_link base_link">inline-assets</a>
</span>
<span class="Plugin_description">Inline external scripts, styles, and images in HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/metonym/posthtml-inline-favicon" class="Plugin_link base_link">inline-favicon</a>
</span>
<span class="Plugin_description">PostHTML plugin to inline favicons</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/maltsev/posthtml-inline-css" class="Plugin_link base_link">inline-css</a>
</span>
<span class="Plugin_description">PostHTML CSS Inliner</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/andrey-hohlov/posthtml-inline-svg" class="Plugin_link base_link">inline-svg</a>
</span>
<span class="Plugin_description">Inline svg icons in HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-insert-at" class="Plugin_link base_link">insert-at</a>
</span>
<span class="Plugin_description">PostHTML plugin to append or prepend HTML to a selector</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/admdh/posthtml-jspm-config-generator" class="Plugin_link base_link">jspm-config-generator</a>
</span>
<span class="Plugin_description">PostHTML Plugin that helps to generate JSPM imports file</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-load-plugins" class="Plugin_link base_link">load-plugins</a>
</span>
<span class="Plugin_description">Autoload Plugins for PostHTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/jonathantneal/posthtml-lorem" class="Plugin_link base_link">lorem</a>
</span>
<span class="Plugin_description">Add lorem ipsum placeholder text to any document</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/OzymandiasTheGreat/posthtml-markdown" class="Plugin_link base_link">markdown</a>
</span>
<span class="Plugin_description">Render markdown inside html elements and seemlessly mix html and markdown content</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/rasmusfl0e/posthtml-match-helper" class="Plugin_link base_link">match-helper</a>
</span>
<span class="Plugin_description">A helper to expand CSS selectors into PostHTML matcher objects</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/jonathantneal/posthtml-md" class="Plugin_link base_link">md</a>
</span>
<span class="Plugin_description">Easily use context-sensitive markdown within HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Rebelmail/posthtml-minifier" class="Plugin_link base_link">minifier</a>
</span>
<span class="Plugin_description">PostHTML plugin that wraps HTMLMinifier</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-minify-classnames" class="Plugin_link base_link">minify-classnames</a>
</span>
<span class="Plugin_description">PostHTML plugin for minifying classnames</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/admdh/posthtml-modular-css" class="Plugin_link base_link">modular-css</a>
</span>
<span class="Plugin_description">posthtml modular css plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/canvaskisa/posthtml-modules" class="Plugin_link base_link">modules</a>
</span>
<span class="Plugin_description">Posthtml modules processing</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/metonym/posthtml-noopener" class="Plugin_link base_link">noopener</a>
</span>
<span class="Plugin_description">PostHTML plugin to add 'rel="noopener noreferrer"' to links that open in a new tab</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/metonym/posthtml-noscript" class="Plugin_link base_link">noscript</a>
</span>
<span class="Plugin_description">PostHTML plugin to insert noscript content</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-parser" class="Plugin_link base_link">parser</a>
</span>
<span class="Plugin_description">Parse HTML/XML to PostHTMLTree</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/sithmel/posthtml-plugin-link-preload" class="Plugin_link base_link">plugin-link-preload</a>
</span>
<span class="Plugin_description">PostHTML plugin removes duplicated elements</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/sithmel/posthtml-plugin-remove-duplicates" class="Plugin_link base_link">plugin-remove-duplicates</a>
</span>
<span class="Plugin_description">PostHTML plugin removes duplicated elements</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-postcss" class="Plugin_link base_link">postcss</a>
</span>
<span class="Plugin_description">PostHTML-PostCSS plugin. Use PostCSS in HTML document</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/canvaskisa/posthtml-postcss-modules" class="Plugin_link base_link">postcss-modules</a>
</span>
<span class="Plugin_description">CSS Modules in html</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/stevenbenisek/posthtml-prefix-class" class="Plugin_link base_link">prefix-class</a>
</span>
<span class="Plugin_description">PostHTML plugin to prefix class names</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/npm/deprecate-holder" class="Plugin_link base_link">preset-html</a>
</span>
<span class="Plugin_description">This package is no longer supported and has been deprecated.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/kevinkace/posthtml-pseudo" class="Plugin_link base_link">pseudo</a>
</span>
<span class="Plugin_description">Adds pseudo class names to elements.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/weixin/posthtml-px2rem" class="Plugin_link base_link">px2rem</a>
</span>
<span class="Plugin_description">Change px to rem in HTML inline CSS based on PostHTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/canvaskisa/posthtml-remove-duplicates" class="Plugin_link base_link">remove-duplicates</a>
</span>
<span class="Plugin_description">Remove duplicate elements from your html</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="http://githum.com/GitScrum/posthtml-remove-tags" class="Plugin_link base_link">remove-tags</a>
</span>
<span class="Plugin_description">A posthtml plugin for removing tags</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-render" class="Plugin_link base_link">render</a>
</span>
<span class="Plugin_description">Renders PostHTML Tree to HTML/XML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/awsr/posthtml-retag" class="Plugin_link base_link">retag</a>
</span>
<span class="Plugin_description">Tag converter plugin for PostHTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/voischev/posthtml-retext" class="Plugin_link base_link">retext</a>
</span>
<span class="Plugin_description">Retext PostHTML plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Grawl/posthtml-richtypo" class="Plugin_link base_link">richtypo</a>
</span>
<span class="Plugin_description">PostHTML Richtypo plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/jonathantneal/posthtml-schemas" class="Plugin_link base_link">schemas</a>
</span>
<span class="Plugin_description">Add schema.org microdata to your markup super easy</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Rebelmail/posthtml-shorten" class="Plugin_link base_link">shorten</a>
</span>
<span class="Plugin_description">A PostHTML plugin to shorten URLs in HTML elements</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://gitlab.com/abogical/posthtml-sri" class="Plugin_link base_link">sri</a>
</span>
<span class="Plugin_description">PostHTML subresource integrity plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/npm/deprecate-holder" class="Plugin_link base_link">standard</a>
</span>
<span class="Plugin_description">This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/rasmusfl0e/posthtml-static-react" class="Plugin_link base_link">static-react</a>
</span>
<span class="Plugin_description">A PostHTML plugin to render custom elements as static React components.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/renyamizuno/posthtml-style-expantion" class="Plugin_link base_link">style-expansion</a>
</span>
<span class="Plugin_description">PostHTML plugin expansion link rel="stylesheet"</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-style-to-file" class="Plugin_link base_link">style-to-file</a>
</span>
<span class="Plugin_description">posthtml style-to-file plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Tsuguya/posthtml-sugar-srcset" class="Plugin_link base_link">sugar-srcset</a>
</span>
<span class="Plugin_description">This shortens the description of the value of srcset.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/voischev/posthtml-textr" class="Plugin_link base_link">textr</a>
</span>
<span class="Plugin_description">Textr PostHTML plugin</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/posthtml/posthtml-toc" class="Plugin_link base_link">toc</a>
</span>
<span class="Plugin_description">PostHTML Title of Contents</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/flashlizi/posthtml-transformer" class="Plugin_link base_link">transformer</a>
</span>
<span class="Plugin_description">A posthtml plugin for transforming HTML contents</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/Rebelmail/posthtml-uglify" class="Plugin_link base_link">uglify</a>
</span>
<span class="Plugin_description">A PostHTML plugin to rewrite CSS identifiers in HTML</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/island205/posthtml-web-component" class="Plugin_link base_link">web-component</a>
</span>
<span class="Plugin_description">Server Side Web Component Render.</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/devinus/posthtml-when" class="Plugin_link base_link">when</a>
</span>
<span class="Plugin_description">PostHTML plugin for conditional plugins</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/SukkaW/posthtml-external-link" class="Plugin_link base_link">external-link</a>
</span>
<span class="Plugin_description">Add 'rel="external noopener nofollow"' and 'target="_blank"' to all external links [PostHTML Plugin]</span>
</li>
<li class="Plugin_wrapper">
<span class="Plugin_name">
<a href="https://github.com/ahmed3hamdan/posthtml-rtl" class="Plugin_link base_link">rtl</a>
</span>
<span class="Plugin_description">A flexible utility to convert HTML to RTL (right to left) and vice versa.</span>
</li>
</ul>
</section>
<footer>
Created by <a href="http://kirillmaltsev.net" class="footer_authorLink base_link">Kirill Maltsev</a>
</footer>
</div>
<script>(function () { var searchInput = document.getElementById('searchInput');
var plugins = document.getElementsByClassName('Plugin_wrapper')
searchInput.addEventListener('change', onChange);
searchInput.addEventListener('keyup', onChange);
searchInput.addEventListener('search', onChange);
function onChange(event) {
var searchQuery = (event.target.value || '').trim().toLowerCase();
for (var plugin of plugins) {
if (isMatch(plugin, searchQuery)) {
plugin.classList.remove('Plugin_wrapper-hidden');
} else {
plugin.classList.add('Plugin_wrapper-hidden');
}
}
}
function isMatch(plugin, searchQuery) {
if (! searchQuery) {
return true;
}
var pluginName = plugin.getElementsByClassName('Plugin_link')[0].textContent;
var pluginDescription = plugin.getElementsByClassName('Plugin_description')[0].textContent;
var text = (pluginName + pluginDescription).toLowerCase();
return text.indexOf(searchQuery) !== -1;
}
})()</script>
</body>
</html>