-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
705 lines (662 loc) · 53.5 KB
/
index.html
File metadata and controls
705 lines (662 loc) · 53.5 KB
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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quick Content Notes – Private Admin Notes Plugin for WordPress (Team Workflow & History)</title>
<meta name="description" content="Quick Content Notes is a free WordPress plugin for private admin notes on posts and pages. Color-coded priorities, version history, full-text search, email notifications, reusable templates, user assignments, and Admin Bar integration. Admin-only – perfect for editorial teams and content workflows.">
<!-- Canonical -->
<link rel="canonical" href="https://stantchev.github.io/QuickContentNotes-WordPress-Plugin/">
<!-- Open Graph -->
<meta property="og:title" content="Quick Content Notes – Private Admin Notes & Editorial Workflow Plugin for WordPress">
<meta property="og:description" content="Add private notes to any post or page in wp-admin. Color priorities, version history, search dashboard, assignments, email alerts, templates, and live Admin Bar badge. Built for editorial teams.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://stantchev.github.io/QuickContentNotes-WordPress-Plugin/">
<meta property="og:image" content="https://stantchev.github.io/QuickContentNotes-WordPress-Plugin/og-preview-1200x630.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="WordPress admin notes metabox with color-coded priority and user assignment">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Quick Content Notes – Private Admin Notes Plugin for WordPress">
<meta name="twitter:description" content="Admin-only notes with assignments, version history, search, email notifications, templates, and Admin Bar integration.">
<meta name="twitter:image" content="https://stantchev.github.io/QuickContentNotes-WordPress-Plugin/og-preview-1200x630.jpg">
<!-- Other meta -->
<meta name="robots" content="index, follow">
<meta name="author" content="Milen Stanchev">
<link rel="author" href="https://github.com/stantchev">
<!-- Schema.org for plugin (helps with rich results) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Quick Content Notes",
"operatingSystem": "WordPress",
"applicationCategory": "BusinessApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
},
"softwareVersion": "1.5.0",
"url": "https://stantchev.github.io/QuickContentNotes-WordPress-Plugin/",
"author": {
"@type": "Person",
"name": "Milen Stanchev"
},
"license": "GPL-2.0"
}
</script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,700;1,9..40,300&display=swap" rel="stylesheet">
<style>
/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--ink: #0e0e0f; --ink-2: #2c2c30; --ink-3: #5c5c66; --ink-4: #9898a4;
--paper: #f5f4f0; --paper-2: #eceae3; --white: #fff;
--accent: #1a4fff;
--red: #e53935; --red-bg: #fff1f0;
--yellow: #c9870a; --yellow-bg: #fffbeb;
--green: #1a7a3f; --green-bg: #edfaf2;
--blue: #1a4fff; --blue-bg: #eef2ff;
--r-sm: 6px; --r-md: 10px; --r-lg: 16px;
--shadow-sm: 0 1px 4px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.04);
--shadow-md: 0 4px 20px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.04);
--shadow-lg: 0 12px 48px rgba(0,0,0,.14), 0 0 0 1px rgba(0,0,0,.06);
--font-serif: 'DM Serif Display', Georgia, serif;
--font-body: 'DM Sans', system-ui, sans-serif;
--font-mono: 'DM Mono', 'Courier New', monospace;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--paper); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(40px,7vw,64px) 20px; border-bottom: 1px solid var(--paper-2); }
/* SECTION LABELS */
.section-label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.section-label::before { content: ""; display: inline-block; width: 18px; height: 1px; background: var(--accent); }
.section-title { font-family: var(--font-serif); font-size: clamp(22px, 4vw, 40px); line-height: 1.1; letter-spacing: -.02em; color: var(--ink); margin-bottom: 10px; }
.section-desc { font-size: 15px; color: var(--ink-3); max-width: 560px; margin-bottom: 36px; font-weight: 300; }
/* HERO */
.hero { background: var(--ink); color: var(--white); padding: clamp(44px,8vw,80px) 20px clamp(36px,7vw,72px); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% -10%, rgba(26,79,255,.35) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at -5% 100%, rgba(26,79,255,.18) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.03) 39px, rgba(255,255,255,.03) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.03) 39px, rgba(255,255,255,.03) 40px); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 24px; }
.hero-eyebrow span { display: inline-block; width: 24px; height: 1px; background: rgba(255,255,255,.3); }
.hero h1 { font-family: var(--font-serif); font-size: clamp(32px, 6vw, 72px); line-height: 1.05; letter-spacing: -.02em; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: rgba(255,255,255,.55); }
.hero-sub { font-size: clamp(15px,2vw,17px); color: rgba(255,255,255,.6); max-width: 520px; margin-bottom: 28px; font-weight: 300; line-height: 1.7; }
.hero-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 100px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.badge-outline { border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); }
.badge-filled { background: var(--accent); color: #fff; }
.badge-green { background: rgba(26,122,63,.3); border: 1px solid rgba(26,122,63,.5); color: #4ade80; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner > * { animation: fadeUp .6s ease both; }
.hero-inner > *:nth-child(1) { animation-delay: .05s; }
.hero-inner > *:nth-child(2) { animation-delay: .15s; }
.hero-inner > *:nth-child(3) { animation-delay: .25s; }
.hero-inner > *:nth-child(4) { animation-delay: .35s; }
/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--paper-2); border: 1px solid var(--paper-2); border-radius: var(--r-lg); overflow: hidden; }
.feature-item { background: var(--white); padding: 24px 20px; transition: background .2s; position: relative; }
.feature-item:hover { background: #fafaf8; }
.feature-item.new-badge::after { content: "NEW"; position: absolute; top: 14px; right: 14px; background: var(--accent); color: #fff; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; padding: 2px 7px; border-radius: 100px; }
.feature-icon { font-size: 22px; margin-bottom: 10px; display: block; }
.feature-item h3 { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.feature-item p { font-size: 12px; color: var(--ink-3); line-height: 1.55; }
/* PALETTE */
.palette-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.palette-swatch { border-radius: var(--r-md); padding: 14px; font-size: 13px; font-weight: 500; border-left: 4px solid transparent; position: relative; overflow: hidden; }
.palette-swatch::before { content: ""; position: absolute; inset: 0; opacity: .06; background: currentColor; }
.swatch-default { background: #f0f0f1; border-color: #2271b1; color: #2271b1; }
.swatch-red { background: var(--red-bg); border-color: var(--red); color: var(--red); }
.swatch-yellow { background: var(--yellow-bg); border-color: var(--yellow); color: var(--yellow); }
.swatch-green { background: var(--green-bg); border-color: var(--green); color: var(--green); }
.swatch-blue { background: var(--blue-bg); border-color: var(--blue); color: var(--blue); }
.swatch-label { font-size: 11px; opacity: .7; margin-top: 4px; display: block; font-weight: 400; }
/* Admin bar */
.adminbar-mockup { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
/* BROWSER CHROME */
.browser-chrome { background: #2c3035; height: 34px; display: flex; align-items: center; padding: 0 14px; gap: 6px; }
.bc-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.bc-red { background: #ff5f57; } .bc-yellow { background: #ffbd2e; } .bc-green { background: #28c840; }
.bc-url { margin: 0 auto; background: rgba(255,255,255,.07); color: rgba(255,255,255,.4); font-size: 11px; padding: 2px 12px; border-radius: 20px; font-family: var(--font-mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 55%; }
.ab-bar { background: #1d2327; height: 32px; display: flex; align-items: center; padding: 0 12px; z-index: 2; overflow: hidden; }
.ab-logo { width: 20px; height: 20px; background: #3c8dbc; border-radius: 2px; margin-right: 10px; flex-shrink: 0; display: grid; place-items: center; font-size: 11px; color: #fff; font-weight: 700; }
.ab-items { display: flex; align-items: center; flex: 1; overflow: hidden; }
.ab-item { height: 32px; display: flex; align-items: center; padding: 0 10px; font-size: 12px; color: rgba(255,255,255,.7); white-space: nowrap; flex-shrink: 0; }
.ab-item.active { background: rgba(255,255,255,.07); color: #fff; }
.ab-item.qcn-item { background: rgba(26,79,255,.25); color: #93b4ff; }
.ab-badge { background: var(--red); color: #fff; font-size: 9px; font-weight: 700; padding: 1px 5px; border-radius: 10px; margin-left: 5px; }
.ab-user { margin-left: auto; color: rgba(255,255,255,.4); font-size: 12px; flex-shrink: 0; padding: 0 10px; }
/* Dropdown — sits below ab-bar in document flow on mobile, absolute on desktop */
.ab-dropdown { background: #23282d; min-width: 220px; border-radius: 0 0 var(--r-sm) var(--r-sm); box-shadow: 0 8px 24px rgba(0,0,0,.5); position: absolute; top: 34px; left: 0; z-index: 100; }
.ab-drop-preview { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.ab-drop-preview p { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.5; }
.ab-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
.ab-drop-section-label { padding: 7px 12px 2px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.3); font-family: var(--font-mono); }
.ab-drop-item { padding: 7px 12px; font-size: 12px; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 8px; cursor: pointer; }
.ab-drop-item.current { color: #fff; font-weight: 600; background: rgba(26,79,255,.2); }
.ab-drop-sep { height: 1px; background: rgba(255,255,255,.06); margin: 3px 0; }
.ab-drop-link { color: #7ca4f4; text-decoration: none; }
/* Admin bar page area */
.ab-page-area { background: #f0f0f1; padding: 20px 16px; display: flex; gap: 14px; align-items: flex-start; flex-wrap: wrap; }
.ab-page-editor { flex: 1; min-width: 140px; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 18px; }
/* META BOX */
.metabox-card { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-sm); width: 260px; min-width: 0; flex-shrink: 0; box-shadow: var(--shadow-md); }
.mb-header { background: #f6f7f7; padding: 9px 12px; border-bottom: 1px solid #dcdcdc; font-size: 12px; font-weight: 600; color: #1d2327; display: flex; align-items: center; justify-content: space-between; }
.mb-body { padding: 12px; }
.mb-tpl select { width: 100%; font-size: 11px; padding: 4px 6px; border: 1px solid #c3c4c7; border-radius: 3px; color: #646970; margin-bottom: 8px; }
.mb-textarea { width: 100%; height: 82px; font-size: 11px; padding: 7px; border: 1px solid #8c8f94; border-radius: 3px; resize: none; font-family: var(--font-mono); color: #2c3338; border-left: 3px solid #dc3232; line-height: 1.5; }
.mb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 7px; }
.mb-field label { display: block; font-size: 10px; font-weight: 600; color: #1d2327; margin-bottom: 2px; }
.mb-field select, .mb-assign select { width: 100%; font-size: 10px; padding: 3px 5px; border: 1px solid #c3c4c7; border-radius: 3px; }
.mb-assign { margin-top: 7px; }
.mb-assign label { font-size: 10px; font-weight: 600; color: #1d2327; display: block; margin-bottom: 2px; }
.mb-history-link { margin-top: 8px; padding-top: 7px; border-top: 1px solid #e0e0e0; font-size: 11px; color: #2271b1; cursor: pointer; display: flex; align-items: center; gap: 5px; }
/* POSTS LIST TABLE */
.table-mockup { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-md); overflow-x: auto; -webkit-overflow-scrolling: touch; box-shadow: var(--shadow-md); }
.tm-inner { min-width: 600px; }
.tm-header { background: #f6f7f7; }
.tm-header-row, .tm-row { display: grid; grid-template-columns: 2fr 3fr 130px 120px 72px; padding: 0 14px; align-items: center; }
.tm-header-row { font-size: 11px; font-weight: 700; color: #1d2327; padding-top: 9px; padding-bottom: 9px; }
.tm-row { padding-top: 11px; padding-bottom: 11px; border-top: 1px solid #f0f0f0; font-size: 12px; color: #2c3338; transition: background .15s; }
.tm-row:hover { background: #fafafa; }
.tm-title { font-weight: 600; color: #2271b1; line-height: 1.3; }
.tm-type { display: inline-block; font-size: 10px; background: #f0f0f1; border-radius: 3px; padding: 1px 5px; color: #646970; margin-top: 2px; }
.note-cell { padding-right: 10px; }
.note-pill { padding: 5px 8px; border-radius: 4px; font-size: 11px; line-height: 1.4; border-left: 3px solid transparent; }
.np-red { background: var(--red-bg); border-color: var(--red); }
.np-yellow { background: var(--yellow-bg); border-color: var(--yellow); }
.np-green { background: var(--green-bg); border-color: var(--green); }
.np-blue { background: var(--blue-bg); border-color: var(--blue); }
.np-done { opacity: .5; text-decoration: line-through; }
.status-btns { display: flex; gap: 3px; align-items: center; }
.s-btn { width: 24px; height: 24px; border: 1px solid #c3c4c7; border-radius: 4px; background: #f6f7f7; cursor: pointer; display: grid; place-items: center; font-size: 12px; transition: all .15s; flex-shrink: 0; }
.s-btn.on { background: #2271b1; border-color: #135e96; box-shadow: 0 0 0 1px #135e96; }
.avatar-chip { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #646970; }
.avatar-circle { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 700; color: #fff; flex-shrink: 0; }
/* DASHBOARD */
.dash-and-history { display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start; }
.dashboard-mockup { background: #f0f0f1; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); min-width: 0; }
.dash-topbar { background: #23282d; height: 32px; display: flex; align-items: center; padding: 0 14px; gap: 8px; }
.dash-topbar-dot { width: 8px; height: 8px; border-radius: 50%; }
.dash-layout { display: flex; min-height: 300px; }
.dash-sidebar { width: 148px; background: #1d2327; padding: 12px 0; flex-shrink: 0; }
.dash-menu-item { padding: 7px 12px; font-size: 11px; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; }
.dash-menu-item.active { background: rgba(255,255,255,.07); color: #fff; border-left: 2px solid var(--accent); padding-left: 10px; }
.dash-menu-sep { height: 1px; background: rgba(255,255,255,.06); margin: 6px 0; }
.dash-body { flex: 1; padding: 14px; min-width: 0; overflow: hidden; }
.dash-heading { font-size: 14px; font-weight: 700; color: #1d2327; margin-bottom: 10px; }
.dash-filter-bar { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-sm); padding: 8px 10px; display: flex; gap: 6px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
.dash-search { padding: 4px 8px; border: 1px solid #c3c4c7; border-radius: 4px; font-size: 11px; color: #646970; background: #f6f7f7; width: 90px; min-width: 0; }
.dash-select { padding: 4px 5px; border: 1px solid #c3c4c7; border-radius: 4px; font-size: 10px; color: #646970; background: #f6f7f7; }
.dash-btn { padding: 4px 10px; background: var(--accent); color: #fff; border: none; border-radius: 4px; font-size: 10px; font-weight: 600; cursor: pointer; }
.dash-count { margin-left: auto; font-size: 10px; color: #646970; white-space: nowrap; }
.dash-table { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-sm); overflow: hidden; }
.dt-head, .dt-row { display: grid; grid-template-columns: 1.6fr 2.4fr 90px 100px 70px; gap: 6px; padding: 7px 10px; align-items: center; }
.dt-head { background: #f6f7f7; border-bottom: 1px solid #dcdcdc; font-size: 10px; font-weight: 700; color: #1d2327; }
.dt-row { border-bottom: 1px solid #f0f0f0; font-size: 10px; }
.dt-row:last-child { border-bottom: none; }
.dt-row:hover { background: #fafafa; }
.dt-title { font-weight: 600; color: #2271b1; }
.dt-type { font-size: 9px; color: #999; }
/* HISTORY MODAL */
.history-aside { min-width: 0; }
.history-aside-label { font-size: 11px; color: var(--ink-3); margin-bottom: 8px; font-family: var(--font-mono); }
.history-modal { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--shadow-lg); }
.hm-title { font-size: 13px; font-weight: 700; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; display: flex; justify-content: space-between; }
.hm-close { color: #999; cursor: pointer; }
.hist-item { padding: 9px; border-radius: var(--r-sm); margin-bottom: 6px; font-size: 11px; line-height: 1.5; }
.hist-meta { font-size: 10px; color: var(--ink-4); margin-bottom: 4px; display: flex; gap: 5px; align-items: center; flex-wrap: wrap; }
.hm-user { font-weight: 600; color: var(--ink-3); }
.hm-status { background: var(--paper-2); padding: 1px 6px; border-radius: 10px; }
.hist-text { color: var(--ink-2); }
/* SETTINGS */
.settings-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.settings-card { background: var(--white); border: 1px solid #dcdcdc; border-radius: var(--r-md); padding: 22px; box-shadow: var(--shadow-sm); }
.sc-title { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--paper-2); display: flex; align-items: center; gap: 8px; }
.sc-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; gap: 12px; }
.sc-label { font-size: 13px; color: var(--ink-2); } .sc-desc { font-size: 11px; color: var(--ink-4); margin-top: 2px; }
.toggle { position: relative; width: 36px; height: 20px; flex-shrink: 0; }
.toggle-track { position: absolute; inset: 0; border-radius: 20px; transition: background .2s; }
.toggle-track.on { background: var(--accent); } .toggle-track.off { background: #c3c4c7; }
.toggle-thumb { position: absolute; width: 14px; height: 14px; background: #fff; border-radius: 50%; top: 3px; transition: left .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.toggle-track.on .toggle-thumb { left: 19px; } .toggle-track.off .toggle-thumb { left: 3px; }
.tpl-row { border: 1px solid #e0e0e0; border-radius: var(--r-sm); padding: 10px 12px; margin-bottom: 8px; background: #fafafa; }
.tpl-top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.tpl-color-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.tpl-name { font-size: 12px; font-weight: 600; color: var(--ink); flex: 1; }
.tpl-content { font-size: 11px; color: var(--ink-3); font-family: var(--font-mono); line-height: 1.5; }
/* ARCHITECTURE */
.arch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.arch-file { background: var(--white); border: 1px solid var(--paper-2); border-radius: var(--r-sm); padding: 13px 12px; transition: box-shadow .2s, border-color .2s; }
.arch-file:hover { box-shadow: var(--shadow-md); border-color: #c3c4c7; }
.arch-file-tag { display: inline-block; font-size: 9px; font-family: var(--font-mono); letter-spacing: .06em; padding: 2px 6px; border-radius: 100px; margin-bottom: 6px; }
.tag-core { background: #eef2ff; color: var(--accent); } .tag-ui { background: #f0fdf4; color: var(--green); }
.tag-logic { background: #fffbeb; color: var(--yellow); } .tag-template { background: #fef2f2; color: var(--red); }
.arch-file-name { font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; color: var(--ink); margin-bottom: 4px; word-break: break-word; }
.arch-file-desc { font-size: 11px; color: var(--ink-3); line-height: 1.45; }
/* INSTALL */
.install-card { background: var(--ink); color: var(--white); border-radius: var(--r-lg); padding: clamp(24px,5vw,48px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; position: relative; overflow: hidden; }
.install-card::before { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(26,79,255,.3) 0%, transparent 70%); pointer-events: none; }
.install-card h2 { font-family: var(--font-serif); font-size: clamp(22px, 4vw, 32px); line-height: 1.1; margin-bottom: 10px; }
.install-card p { color: rgba(255,255,255,.6); font-size: 15px; margin-bottom: 16px; font-weight: 300; }
.install-reqs { font-size: 12px; color: rgba(255,255,255,.4); font-family: var(--font-mono); }
.install-reqs span { margin-right: 12px; }
.install-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--ink); padding: 13px 22px; border-radius: var(--r-sm); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: transform .15s, box-shadow .15s; position: relative; z-index: 1; }
.install-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.install-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.install-link { color: rgba(255,255,255,.55); font-size: 12px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.15); transition: color .15s; }
.install-link:hover { color: rgba(255,255,255,.9); }
/* FOOTER */
.footer { background: var(--ink); color: rgba(255,255,255,.4); padding: 24px 20px; text-align: center; font-size: 12px; }
.footer a { color: rgba(255,255,255,.6); text-decoration: none; } .footer a:hover { color: #fff; }
/* ═══════════════════════════════════════
RESPONSIVE — TABLET ≤ 900px
═══════════════════════════════════════ */
@media (max-width: 900px) {
/* Features */
.features-grid { grid-template-columns: repeat(2, 1fr); }
/* Palette */
.palette-row { grid-template-columns: repeat(3, 1fr); }
/* Admin bar: hide minor nav items */
.ab-item:not(.qcn-item):not(.active) { display: none; }
.ab-user { display: none; }
/* Admin bar dropdown: cap width so it doesn't overflow */
.ab-dropdown { min-width: 200px; max-width: 90vw; }
/* Ab page area: stack metabox */
.ab-page-area { flex-direction: column; }
.metabox-card { width: 100%; max-width: 100%; }
/* Dashboard + history: stack */
.dash-and-history { grid-template-columns: 1fr; }
.history-aside { max-width: 480px; }
/* Dashboard: hide sidebar */
.dash-sidebar { display: none; }
/* Dashboard table: 3 cols */
.dt-head, .dt-row { grid-template-columns: 1.6fr 2.4fr 80px; }
.dt-head > *:nth-child(n+4), .dt-row > *:nth-child(n+4) { display: none; }
/* Settings */
.settings-split { grid-template-columns: 1fr; }
/* Architecture */
.arch-grid { grid-template-columns: repeat(2, 1fr); }
/* Install */
.install-card { grid-template-columns: 1fr; }
.install-cta { width: 100%; justify-content: center; }
}
/* ═══════════════════════════════════════
RESPONSIVE — MOBILE ≤ 600px
═══════════════════════════════════════ */
@media (max-width: 600px) {
/* Features: 1 col */
.features-grid { grid-template-columns: 1fr; }
/* Palette: 2 col */
.palette-row { grid-template-columns: 1fr 1fr; }
/* Architecture: 1 col */
.arch-grid { grid-template-columns: 1fr; }
/* Browser URL bar: shorter */
.bc-url { max-width: 40%; font-size: 10px; }
/* Ab bar: even tighter */
.ab-item { padding: 0 7px; font-size: 11px; }
.ab-logo { margin-right: 6px; }
/* Dropdown: in document flow, not absolute */
.ab-dropdown {
position: static;
border-radius: 0;
box-shadow: none;
border-top: 1px solid rgba(255,255,255,.08);
min-width: 0;
width: 100%;
}
/* Posts list: show 2 cols only */
.tm-header-row, .tm-row { grid-template-columns: 1.4fr 2fr; }
.tm-header-row > *:nth-child(n+3), .tm-row > *:nth-child(n+3) { display: none; }
/* Dashboard filter: stack */
.dash-filter-bar { flex-direction: column; align-items: stretch; }
.dash-search { width: 100%; }
.dash-select { width: 100%; }
.dash-count { margin-left: 0; }
/* Dashboard table: 2 cols */
.dt-head, .dt-row { grid-template-columns: 1fr 2fr; }
.dt-head > *:nth-child(n+3), .dt-row > *:nth-child(n+3) { display: none; }
/* Metabox: single column selects */
.mb-row { grid-template-columns: 1fr; }
}
/* ═══════════════════════════════════════
RESPONSIVE — SMALL ≤ 400px
═══════════════════════════════════════ */
@media (max-width: 400px) {
.palette-row { grid-template-columns: 1fr; }
.hero-badges .badge:nth-child(n+4) { display: none; }
.install-card p br { display: none; }
}
</style>
</head>
<body>
<!-- HERO -->
<header class="hero">
<div class="hero-inner container">
<div class="hero-eyebrow"><span></span>WordPress Plugin · Open Source</div>
<h1>Quick Content Notes<br><em>Private Admin Notes for WordPress Teams</em></h1>
<p class="hero-sub">Admin-only notes with Admin Bar integration, version history, powerful search, email notifications, templates, and multi-user assignments – built for editorial workflows.</p>
<div class="hero-badges">
<span class="badge badge-filled">v1.5.0</span>
<span class="badge badge-outline">WordPress 5.8+</span>
<span class="badge badge-outline">PHP 7.4+</span>
<span class="badge badge-green">✓ Admin-Only</span>
<span class="badge badge-outline">GPL v2</span>
</div>
</div>
</header>
<!-- FEATURES -->
<section class="section">
<div class="container">
<div class="section-label">What's Included</div>
<h2 class="section-title">Everything Your Editorial Team Needs</h2>
<p class="section-desc">Designed for content teams who want tight coordination without ever leaving wp-admin.</p>
<div class="features-grid">
<div class="feature-item"><span class="feature-icon">🔒</span><h3>Admin-Only Visibility</h3><p>Notes stored as private post meta – never visible on the frontend or to non-admins.</p></div>
<div class="feature-item"><span class="feature-icon">🎨</span><h3>5-Level Color Coding</h3><p>Default, Important, Idea, Review, Info – each with distinct colors for instant priority recognition.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">📊</span><h3>Admin Bar Integration</h3><p>Live badge showing open notes + instant status changes from any admin screen.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">🔍</span><h3>Search & Filter Dashboard</h3><p>Full-text search across all notes + filters by priority, status, and assignee.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">🕐</span><h3>Version History</h3><p>Every save creates a timestamped snapshot – browse the full edit trail in a modal.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">📧</span><h3>Email Notifications</h3><p>Master toggle + per-event controls: notify on completion or new assignment.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">⚡</span><h3>Quick Status Toggle</h3><p>Emoji buttons in the posts list change status via AJAX – no page reload.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">📄</span><h3>Note Templates</h3><p>Reusable starters like "SEO Checklist" or "Needs Review" – load with one click.</p></div>
<div class="feature-item new-badge"><span class="feature-icon">👥</span><h3>Multi-User Assignment</h3><p>Assign notes to any admin/editor – see avatars and send alerts.</p></div>
</div>
</div>
</section>
<!-- ADMIN BAR -->
<section class="section" style="background:var(--ink-2);">
<div class="container">
<div class="section-label" style="color:#7ca4f4;">New in v1.5</div>
<h2 class="section-title" style="color:#fff;">Admin Bar integration</h2>
<p class="section-desc" style="color:rgba(255,255,255,.5);">A live badge shows open notes. Click to reveal the current post's note, quick status buttons and global links.</p>
<div class="adminbar-mockup">
<div class="browser-chrome">
<div class="bc-dot bc-red"></div><div class="bc-dot bc-yellow"></div><div class="bc-dot bc-green"></div>
<div class="bc-url">yoursite.com/wp-admin/post.php?post=42&action=edit</div>
</div>
<div class="ab-bar">
<div class="ab-logo">W</div>
<div class="ab-items">
<div class="ab-item active">Edit Post</div>
<div class="ab-item qcn-item">📝 Notes <span class="ab-badge">3</span></div>
<div class="ab-user">admin ▾</div>
</div>
</div>
<div class="ab-dropdown">
<div class="ab-drop-preview"><p><span class="ab-dot" style="background:#dc3232;"></span><strong style="color:rgba(255,255,255,.75);">Review needed:</strong> Check facts in paragraph 3, update statistics…</p></div>
<div class="ab-drop-section-label">Change Status</div>
<div class="ab-drop-item current"><span>📌</span> Active</div>
<div class="ab-drop-item"><span>🔄</span> In Progress</div>
<div class="ab-drop-item"><span>✅</span> Completed</div>
<div class="ab-drop-sep"></div>
<div class="ab-drop-item"><span>✏️</span> Edit Note</div>
<div class="ab-drop-sep"></div>
<div class="ab-drop-item"><span>📋</span> <a href="#" class="ab-drop-link">All Notes</a></div>
<div class="ab-drop-item"><span>⚙️</span> <a href="#" class="ab-drop-link">Settings</a></div>
</div>
<div class="ab-page-area">
<div class="ab-page-editor">
<div style="height:11px;background:#e0e0e0;border-radius:2px;width:60%;margin-bottom:8px;"></div>
<div style="height:7px;background:#f0f0f0;border-radius:2px;width:90%;margin-bottom:5px;"></div>
<div style="height:7px;background:#f0f0f0;border-radius:2px;width:75%;"></div>
</div>
<div class="metabox-card">
<div class="mb-header"><span>📝 Admin Notes</span><span style="font-size:10px;color:#999;">Private</span></div>
<div class="mb-body">
<div class="mb-tpl"><select><option>— Load template —</option><option>Needs Review</option><option>SEO Checklist</option></select></div>
<textarea class="mb-textarea" readonly>**Review needed**: Check facts in paragraph 3.
- Update statistics
- Add source links</textarea>
<div class="mb-row">
<div class="mb-field"><label>Priority:</label><select><option>🔴 Important</option></select></div>
<div class="mb-field"><label>Status:</label><select><option>📌 Active</option></select></div>
</div>
<div class="mb-assign"><label>Assign to:</label><select><option>👤 John Doe</option></select></div>
<div class="mb-history-link">🕐 View history (4)</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- POSTS LIST -->
<section class="section">
<div class="container">
<div class="section-label">Posts list column</div>
<h2 class="section-title">Quick status toggle — no page reload</h2>
<p class="section-desc">Three emoji buttons change note status via AJAX. Colour and strikethrough update instantly.</p>
<div class="table-mockup">
<div class="tm-inner">
<div class="tm-header">
<div class="tm-header-row"><div>Title</div><div>📝 Admin Note</div><div>Quick Status</div><div>Assigned</div><div>Date</div></div>
</div>
<div class="tm-row">
<div><div class="tm-title">Getting Started with WordPress</div><span class="tm-type">post</span></div>
<div class="note-cell"><div class="note-pill np-red"><strong>Review needed</strong> – Check facts in paragraph 3, update statistics and add source links</div></div>
<div><div class="status-btns"><div class="s-btn on">📌</div><div class="s-btn">🔄</div><div class="s-btn">✅</div></div></div>
<div><div class="avatar-chip"><div class="avatar-circle" style="background:#2271b1;">JD</div>John Doe</div></div>
<div style="color:#646970;font-size:11px;">Feb 15</div>
</div>
<div class="tm-row">
<div><div class="tm-title">10 SEO Tips for 2025</div><span class="tm-type">post</span></div>
<div class="note-cell"><div class="note-pill np-yellow">💡 Add section about AI-powered SEO tools. Client mentioned interest.</div></div>
<div><div class="status-btns"><div class="s-btn">📌</div><div class="s-btn on">🔄</div><div class="s-btn">✅</div></div></div>
<div><div class="avatar-chip"><div class="avatar-circle" style="background:#28a745;">JS</div>Jane Smith</div></div>
<div style="color:#646970;font-size:11px;">Feb 14</div>
</div>
<div class="tm-row">
<div><div class="tm-title">Privacy Policy</div><span class="tm-type">page</span></div>
<div class="note-cell"><div class="note-pill np-green np-done">Updated GDPR compliance section per legal review</div></div>
<div><div class="status-btns"><div class="s-btn">📌</div><div class="s-btn">🔄</div><div class="s-btn on">✅</div></div></div>
<div><div class="avatar-chip"><div class="avatar-circle" style="background:#dc3232;">AD</div>Admin</div></div>
<div style="color:#646970;font-size:11px;">Feb 10</div>
</div>
<div class="tm-row">
<div><div class="tm-title">Best Practices for Remote Work</div><span class="tm-type">post</span></div>
<div class="note-cell"><div class="note-pill np-blue">Reference: HBR remote work study. Schedule for next Monday.</div></div>
<div><div class="status-btns"><div class="s-btn on">📌</div><div class="s-btn">🔄</div><div class="s-btn">✅</div></div></div>
<div style="color:#a7aaad;font-size:11px;">—</div>
<div style="color:#646970;font-size:11px;">Feb 13</div>
</div>
</div>
</div>
</div>
</section>
<!-- DASHBOARD + HISTORY -->
<section class="section" style="background:var(--paper-2);">
<div class="container">
<div class="section-label">Admin dashboard</div>
<h2 class="section-title">Notes dashboard — search, filter & history</h2>
<p class="section-desc">A dedicated "Content Notes" page gives a bird's eye view of all notes with full-text search and version history on demand.</p>
<div class="dash-and-history">
<div class="dashboard-mockup">
<div class="dash-topbar">
<div class="dash-topbar-dot" style="background:#ff5f57;"></div>
<div class="dash-topbar-dot" style="background:#ffbd2e;"></div>
<div class="dash-topbar-dot" style="background:#28c840;"></div>
</div>
<div class="dash-layout">
<div class="dash-sidebar">
<div class="dash-menu-item">🏠 Dashboard</div>
<div class="dash-menu-item">📝 Posts</div>
<div class="dash-menu-item">📄 Pages</div>
<div class="dash-menu-sep"></div>
<div class="dash-menu-item active">📋 Content Notes</div>
<div class="dash-menu-item" style="padding-left:22px;font-size:10px;">All Notes</div>
<div class="dash-menu-item" style="padding-left:22px;font-size:10px;">Settings</div>
<div class="dash-menu-sep"></div>
<div class="dash-menu-item">⚙️ Settings</div>
</div>
<div class="dash-body">
<div class="dash-heading">📋 Content Notes</div>
<div class="dash-filter-bar">
<input class="dash-search" type="text" value="review" readonly>
<select class="dash-select"><option>🔴 Important</option></select>
<select class="dash-select"><option>All statuses</option></select>
<button class="dash-btn">Filter</button>
<div class="dash-count">4 notes</div>
</div>
<div class="dash-table">
<div class="dt-head"><div>Post</div><div>Note</div><div>Priority</div><div>Status</div><div>Actions</div></div>
<div class="dt-row">
<div><div class="dt-title">Getting Started</div><div class="dt-type">post</div></div>
<div style="font-size:10px;color:#3c434a;"><strong>Review needed</strong> – Check facts…<br><span style="color:#2271b1;font-size:10px;">🕐 History</span></div>
<div><span style="background:#fef2f2;border-left:2px solid #dc3232;padding:2px 6px;border-radius:3px;font-size:9px;color:#dc3232;font-weight:600;">🔴 Important</span></div>
<div><div style="display:flex;gap:3px;"><div class="s-btn on" style="width:18px;height:18px;font-size:10px;">📌</div><div class="s-btn" style="width:18px;height:18px;font-size:10px;">🔄</div><div class="s-btn" style="width:18px;height:18px;font-size:10px;">✅</div></div></div>
<div style="display:flex;gap:3px;"><span style="font-size:9px;border:1px solid #c3c4c7;padding:1px 5px;border-radius:3px;cursor:pointer;">Edit</span><span style="font-size:9px;border:1px solid #dc3232;color:#dc3232;padding:1px 5px;border-radius:3px;cursor:pointer;">Del</span></div>
</div>
<div class="dt-row">
<div><div class="dt-title">Privacy Policy</div><div class="dt-type">page</div></div>
<div style="font-size:10px;color:#9898a4;text-decoration:line-through;">Updated GDPR…<span style="text-decoration:none;display:block;color:#2271b1;font-size:10px;">🕐 History</span></div>
<div><span style="background:#f0fdf4;border-left:2px solid #28a745;padding:2px 6px;border-radius:3px;font-size:9px;color:#1a7a3f;font-weight:600;">🟢 Review</span></div>
<div><div style="display:flex;gap:3px;"><div class="s-btn" style="width:18px;height:18px;font-size:10px;">📌</div><div class="s-btn" style="width:18px;height:18px;font-size:10px;">🔄</div><div class="s-btn on" style="width:18px;height:18px;font-size:10px;">✅</div></div></div>
<div style="display:flex;gap:3px;"><span style="font-size:9px;border:1px solid #c3c4c7;padding:1px 5px;border-radius:3px;cursor:pointer;">Edit</span><span style="font-size:9px;border:1px solid #dc3232;color:#dc3232;padding:1px 5px;border-radius:3px;cursor:pointer;">Del</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="history-aside">
<div class="history-aside-label">History modal — opened inline</div>
<div class="history-modal">
<div class="hm-title"><span>🕐 Note History</span><span class="hm-close">✕</span></div>
<div class="hist-item" style="background:#fef2f2;border-left:3px solid #dc3232;">
<div class="hist-meta"><span class="hm-user">John Doe</span><span>·</span><span>2 hours ago</span><span>·</span><span class="hm-status">📌 active</span></div>
<div class="hist-text"><strong>Review needed:</strong> Check facts in paragraph 3. Update statistics and add source links to all claims.</div>
</div>
<div class="hist-item" style="background:#f0f0f1;border-left:3px solid #2271b1;">
<div class="hist-meta"><span class="hm-user">Admin</span><span>·</span><span>Yesterday</span><span>·</span><span class="hm-status">📌 active</span></div>
<div class="hist-text">Initial note: check sources before publishing.</div>
</div>
<div class="hist-item" style="background:#f0fdf4;border-left:3px solid #28a745;">
<div class="hist-meta"><span class="hm-user">Jane Smith</span><span>·</span><span>3 days ago</span><span>·</span><span class="hm-status">✅ completed</span></div>
<div class="hist-text" style="text-decoration:line-through;opacity:.6;">Draft reviewed — ready to publish.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SETTINGS -->
<section class="section">
<div class="container">
<div class="section-label">Settings & Templates</div>
<h2 class="section-title">Email notifications & reusable templates</h2>
<p class="section-desc">Fine-grained email controls and a template builder that saves your team hours of repetitive typing.</p>
<div class="settings-split">
<div class="settings-card">
<div class="sc-title">📧 Email Notifications</div>
<div class="sc-row"><div><div class="sc-label">Enable Notifications</div><div class="sc-desc">Master on/off switch</div></div><div class="toggle"><div class="toggle-track on"><div class="toggle-thumb"></div></div></div></div>
<div class="sc-row"><div><div class="sc-label" style="font-size:12px;">Notification email</div></div><div style="font-family:var(--font-mono);font-size:11px;color:var(--ink-3);word-break:break-all;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="caabaea7a3a48aafb2aba7baa6afe4a9a5a7">[email protected]</a></div></div>
<div class="sc-row"><div><div class="sc-label">Notify on Completed</div><div class="sc-desc">Email when status → Completed</div></div><div class="toggle"><div class="toggle-track on"><div class="toggle-thumb"></div></div></div></div>
<div class="sc-row"><div><div class="sc-label">Notify on Assign</div><div class="sc-desc">Email the assigned user</div></div><div class="toggle"><div class="toggle-track off"><div class="toggle-thumb"></div></div></div></div>
</div>
<div class="settings-card">
<div class="sc-title">📄 Note Templates</div>
<div class="tpl-row"><div class="tpl-top"><div class="tpl-color-dot" style="background:#dc3232;"></div><div class="tpl-name">Needs Review</div><span style="font-size:10px;color:var(--ink-4);">🔴 Important</span></div><div class="tpl-content">**Action required:** Review before publishing.<br>- Check facts · Verify links · Confirm tone</div></div>
<div class="tpl-row"><div class="tpl-top"><div class="tpl-color-dot" style="background:#1a4fff;"></div><div class="tpl-name">SEO Checklist</div><span style="font-size:10px;color:var(--ink-4);">🔵 Info</span></div><div class="tpl-content">**SEO tasks:**<br>- [ ] Target keyword: ___ · Meta desc · Internal links</div></div>
<div class="tpl-row"><div class="tpl-top"><div class="tpl-color-dot" style="background:#c9870a;"></div><div class="tpl-name">Content Idea</div><span style="font-size:10px;color:var(--ink-4);">🟡 Idea</span></div><div class="tpl-content">**Idea:** ___<br>Context: ___ · Audience: ___ · Deadline: ___</div></div>
<div style="margin-top:12px;"><button style="background:none;border:1px dashed #c3c4c7;width:100%;padding:7px;border-radius:4px;font-size:12px;color:#646970;cursor:pointer;">+ Add Template</button></div>
</div>
</div>
</div>
</section>
<!-- COLOURS -->
<section class="section" style="background:var(--paper-2);">
<div class="container">
<div class="section-label">Priority system</div>
<h2 class="section-title">5-level colour coding</h2>
<p class="section-desc">Consistent palette across the meta box, posts list, dashboard and admin bar.</p>
<div class="palette-row">
<div class="palette-swatch swatch-default"><strong>⚪ Default</strong><span class="swatch-label">General notes & reminders</span></div>
<div class="palette-swatch swatch-red"><strong>🔴 Important</strong><span class="swatch-label">Urgent — action required</span></div>
<div class="palette-swatch swatch-yellow"><strong>🟡 Idea</strong><span class="swatch-label">Creative suggestions</span></div>
<div class="palette-swatch swatch-green"><strong>🟢 Review</strong><span class="swatch-label">Ready for approval</span></div>
<div class="palette-swatch swatch-blue"><strong>🔵 Info</strong><span class="swatch-label">References & context</span></div>
</div>
</div>
</section>
<!-- ARCHITECTURE -->
<section class="section">
<div class="container">
<div class="section-label">Plugin architecture</div>
<h2 class="section-title">Clean, modular structure</h2>
<p class="section-desc">Each concern lives in its own class. Easy to extend for custom post types, extra notification channels or new AJAX endpoints.</p>
<div class="arch-grid">
<div class="arch-file"><div class="arch-file-tag tag-core">core</div><div class="arch-file-name">quick-content-notes.php</div><div class="arch-file-desc">Bootstrap, constants, class loader, activation hooks</div></div>
<div class="arch-file"><div class="arch-file-tag tag-logic">logic</div><div class="arch-file-name">class-qcn-db.php</div><div class="arch-file-desc">Custom history table, query engine, snapshots</div></div>
<div class="arch-file"><div class="arch-file-tag tag-ui">ui</div><div class="arch-file-name">class-qcn-meta-box.php</div><div class="arch-file-desc">Post editor sidebar meta box with template picker</div></div>
<div class="arch-file"><div class="arch-file-tag tag-ui">ui</div><div class="arch-file-name">class-qcn-admin-bar.php</div><div class="arch-file-desc">Admin bar node, badge count, status dropdown</div></div>
<div class="arch-file"><div class="arch-file-tag tag-ui">ui</div><div class="arch-file-name">class-qcn-admin-page.php</div><div class="arch-file-desc">Menu, Notes dashboard, Settings page renderer</div></div>
<div class="arch-file"><div class="arch-file-tag tag-ui">ui</div><div class="arch-file-name">class-qcn-columns.php</div><div class="arch-file-desc">Posts list column, AJAX quick-toggle buttons</div></div>
<div class="arch-file"><div class="arch-file-tag tag-logic">logic</div><div class="arch-file-name">class-qcn-notifications.php</div><div class="arch-file-desc">HTML email dispatch via wp_mail()</div></div>
<div class="arch-file"><div class="arch-file-tag tag-logic">logic</div><div class="arch-file-name">class-qcn-ajax.php</div><div class="arch-file-desc">AJAX: status, delete, history, quick save</div></div>
<div class="arch-file"><div class="arch-file-tag tag-template">template</div><div class="arch-file-name">templates/meta-box.php</div><div class="arch-file-desc">Meta box HTML — fields, selects, history link</div></div>
<div class="arch-file"><div class="arch-file-tag tag-template">template</div><div class="arch-file-name">templates/admin-notes-page.php</div><div class="arch-file-desc">Dashboard table, filter bar, history modal</div></div>
<div class="arch-file"><div class="arch-file-tag tag-template">template</div><div class="arch-file-name">templates/admin-settings-page.php</div><div class="arch-file-desc">Email toggles, template builder rows</div></div>
<div class="arch-file"><div class="arch-file-tag tag-ui">assets</div><div class="arch-file-name">css/admin.css + js/admin.js</div><div class="arch-file-desc">~600 lines CSS vars · ~250 lines jQuery AJAX</div></div>
</div>
</div>
</section>
<!-- NEW: FAQ Section -->
<section class="section" style="background:var(--paper-2);">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<p class="section-desc">Quick answers to the most common questions about Quick Content Notes.</p>
<details>
<summary>Are the notes visible on the frontend?</summary>
<p>No – everything is stored as private post meta and remains 100% hidden from the public site and non-admin users.</p>
</details>
<details>
<summary>Does it support custom post types?</summary>
<p>Yes – it works with any post type that supports the editor (including WooCommerce products if they have editor capability).</p>
</details>
<details>
<summary>Can I control email notifications per event?</summary>
<p>Yes – master on/off switch plus separate toggles for "Completed" status and new assignments.</p>
</details>
<details>
<summary>Is the plugin free?</summary>
<p>Completely free and open source under GPL v2. No premium version or upsells.</p>
</details>
<details>
<summary>Where can I report bugs or suggest features?</summary>
<p>Open an issue on <a href="https://github.com/stantchev/QuickContentNotes-WordPress-Plugin/issues" target="_blank">GitHub</a> – contributions are welcome!</p>
</details>
</div>
</section>
<!-- INSTALL -->
<section class="section" style="border-bottom:none;padding-bottom:clamp(40px,7vw,72px);">
<div class="container">
<div class="install-card">
<div>
<h2>Ready to Install?</h2>
<p>Upload the .zip from Releases → Plugins → Add New → Upload Plugin.<br>The notes metabox appears instantly in the post/page editor.</p>
<div class="install-reqs"><span>WordPress 5.8+</span><span>PHP 7.4+</span><span>Admin access only</span></div>
<div class="install-links">
<a href="https://github.com/stantchev/QuickContentNotes-WordPress-Plugin" target="_blank" rel="noopener" class="install-link">⭐ GitHub Repository</a>
<a href="https://github.com/stantchev/QuickContentNotes-WordPress-Plugin/releases" target="_blank" rel="noopener" class="install-link">📥 Latest Release v1.5.0</a>
</div>
</div>
<div>
<a href="https://github.com/stantchev/QuickContentNotes-WordPress-Plugin/releases/latest" target="_blank" rel="noopener" class="install-cta">Download Now – v1.5.0</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>Made by <a href="https://stanchev.bg/" target="_blank" rel="noopener">Milen Stanchev</a> ·
<a href="https://github.com/stantchev/QuickContentNotes-WordPress-Plugin" target="_blank" rel="noopener">GitHub</a> ·
Open Source under GPL v2 · © 2026</p>
</footer>
</body>
</html>