-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhighlight_support.html
More file actions
523 lines (485 loc) Β· 15.8 KB
/
Copy pathhighlight_support.html
File metadata and controls
523 lines (485 loc) Β· 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support β HighlightAnywhere</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--ink: #1a1a18;
--ink-muted: #6b6b60;
--ink-faint: #a8a89c;
--paper: #faf9f6;
--paper-warm: #f3f1eb;
--accent: #2d5a3d;
--accent-light: #e8f0ea;
--border: #e2e0d8;
--serif: 'Instrument Serif', Georgia, serif;
--sans: 'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body {
font-family: var(--sans);
background: var(--paper);
color: var(--ink);
font-size: 16px;
line-height: 1.75;
font-weight: 300;
}
/* Header */
header {
border-bottom: 1px solid var(--border);
padding: 0 2rem;
background: var(--paper);
position: sticky;
top: 0;
z-index: 10;
backdrop-filter: blur(8px);
}
.header-inner {
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
}
.logo {
font-family: var(--serif);
font-size: 1.15rem;
color: var(--ink);
text-decoration: none;
letter-spacing: -0.01em;
}
.logo span { color: var(--accent); font-style: italic; }
nav a {
font-size: 13px;
color: var(--ink-muted);
text-decoration: none;
margin-left: 1.5rem;
font-weight: 400;
transition: color .2s;
}
nav a:hover { color: var(--accent); }
nav a.active { color: var(--accent); font-weight: 500; }
/* Hero */
.hero {
background: var(--ink);
color: #fff;
padding: 3.5rem 2rem 3rem;
text-align: center;
}
.hero-badge {
display: inline-block;
font-size: 11px;
font-weight: 500;
letter-spacing: .1em;
text-transform: uppercase;
background: rgba(255,255,255,.1);
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 1rem;
}
.hero h1 {
font-family: var(--serif);
font-size: clamp(2rem, 5vw, 2.8rem);
font-weight: 400;
line-height: 1.15;
letter-spacing: -0.02em;
margin-bottom: .5rem;
}
.hero h1 em { font-style: italic; opacity: .5; }
.hero-sub { font-size: 14px; opacity: .5; font-weight: 300; }
/* Main */
main {
max-width: 900px;
margin: 0 auto;
padding: 4rem 2rem 6rem;
}
/* Quick start */
.quick-start {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
margin-bottom: 4rem;
}
.qs-card {
background: var(--paper-warm);
border: 1px solid var(--border);
border-radius: 12px;
padding: 1.5rem;
transition: border-color .2s, transform .2s;
}
.qs-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.qs-icon {
font-size: 24px;
margin-bottom: .75rem;
display: block;
}
.qs-card h3 { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .4rem; }
.qs-card p { font-size: 13px; color: var(--ink-muted); line-height: 1.55; margin: 0; font-weight: 300; }
/* Section headings */
.section-label {
font-size: 11px;
font-weight: 500;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--ink-faint);
margin-bottom: .75rem;
}
h2 {
font-family: var(--serif);
font-size: 1.6rem;
font-weight: 400;
color: var(--ink);
letter-spacing: -0.02em;
margin-bottom: 1.5rem;
}
/* FAQ */
.faq-section { margin-bottom: 4rem; }
.faq-item {
border-bottom: 1px solid var(--border);
}
.faq-q {
width: 100%;
background: none;
border: none;
padding: 1.1rem 0;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
text-align: left;
font-family: var(--sans);
font-size: 15px;
font-weight: 500;
color: var(--ink);
gap: 1rem;
}
.faq-q:hover { color: var(--accent); }
.faq-chevron {
width: 20px;
height: 20px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--border);
border-radius: 50%;
font-size: 12px;
color: var(--ink-faint);
transition: transform .25s, background .2s, border-color .2s;
}
.faq-item.open .faq-chevron {
transform: rotate(45deg);
background: var(--accent);
border-color: var(--accent);
color: #fff;
}
.faq-a {
max-height: 0;
overflow: hidden;
transition: max-height .35s ease, padding .25s;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 1.2rem; }
.faq-a p { font-size: 14px; color: var(--ink-muted); line-height: 1.7; margin-bottom: .6rem; font-weight: 300; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a code {
font-family: monospace;
font-size: 12px;
background: var(--paper-warm);
padding: 2px 6px;
border-radius: 4px;
color: var(--accent);
}
/* Steps */
.steps { margin: 1.5rem 0; }
.step {
display: flex;
gap: 1rem;
margin-bottom: 1.2rem;
align-items: flex-start;
}
.step-num {
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--accent);
color: #fff;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.step-body h4 { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; }
.step-body p { font-size: 13px; color: var(--ink-muted); margin: 0; font-weight: 300; }
/* Contact section */
.contact-section {
background: var(--ink);
border-radius: 16px;
padding: 2.5rem;
color: #fff;
display: grid;
grid-template-columns: 1fr auto;
gap: 2rem;
align-items: center;
margin-top: 4rem;
}
.contact-section h2 {
color: #fff;
margin-bottom: .5rem;
font-size: 1.4rem;
}
.contact-section p { color: rgba(255,255,255,.55); font-size: 14px; margin: 0; font-weight: 300; }
.contact-btn {
display: inline-flex;
align-items: center;
gap: .5rem;
background: #fff;
color: var(--ink);
text-decoration: none;
padding: .75rem 1.5rem;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
white-space: nowrap;
transition: background .2s, transform .15s;
}
.contact-btn:hover { background: var(--accent-light); transform: translateY(-1px); }
/* Info boxes */
.info-box {
background: var(--accent-light);
border: 1px solid #c8dbc9;
border-radius: 10px;
padding: 1rem 1.25rem;
margin: 1rem 0;
}
.info-box p { color: var(--accent); font-size: 13px; margin: 0; font-weight: 400; }
/* Footer */
footer {
background: var(--ink);
color: rgba(255,255,255,.4);
text-align: center;
padding: 2rem;
font-size: 13px;
font-weight: 300;
}
footer a { color: rgba(255,255,255,.6); text-decoration: none; margin: 0 .75rem; }
footer a:hover { color: #fff; }
@media (max-width: 600px) {
.contact-section { grid-template-columns: 1fr; }
.contact-btn { width: 100%; justify-content: center; }
}
</style>
</head>
<body>
<header>
<div class="header-inner">
<a class="logo" href="#">Highlight<span>Anywhere</span></a>
<nav>
<a href="highlight_privacy.html">Privacy</a>
<a href="highlight_support.html" class="active">Support</a>
</nav>
</div>
</header>
<div class="hero">
<div class="hero-badge">Support</div>
<h1>How can we <em>&</em><br>help you?</h1>
<p class="hero-sub">Find answers below or reach out directly.</p>
</div>
<main>
<!-- Quick start cards -->
<div class="quick-start">
<div class="qs-card">
<span class="qs-icon">π</span>
<h3>Highlight text</h3>
<p>Select any text on a webpage and tap a color from the popup to highlight it instantly.</p>
</div>
<div class="qs-card">
<span class="qs-icon">π</span>
<h3>Enable copy</h3>
<p>Can't copy text on a site? Activate the extension β copy-paste will be unlocked automatically.</p>
</div>
<div class="qs-card">
<span class="qs-icon">π€</span>
<h3>Export highlights</h3>
<p>Tap Export in the popup to save all highlights as Markdown, HTML, or a shareable image.</p>
</div>
<div class="qs-card">
<span class="qs-icon">π</span>
<h3>Clear highlights</h3>
<p>Remove a single highlight by tapping it, or clear all highlights for the page at once.</p>
</div>
</div>
<!-- Getting started -->
<div class="faq-section">
<div class="section-label">Getting started</div>
<h2>Setting Up the Extension</h2>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<div class="step-body">
<h4>Open Safari Settings</h4>
<p>Go to Settings β Safari β Extensions on your iPhone or iPad.</p>
</div>
</div>
<div class="step">
<div class="step-num">2</div>
<div class="step-body">
<h4>Enable HighlightAnywhere</h4>
<p>Toggle HighlightAnywhere on and grant permission to "All Websites" for the best experience.</p>
</div>
</div>
<div class="step">
<div class="step-num">3</div>
<div class="step-body">
<h4>Open any webpage in Safari</h4>
<p>Tap the extension icon (puzzle piece) in the Safari toolbar, then tap HighlightAnywhere to activate.</p>
</div>
</div>
<div class="step">
<div class="step-num">4</div>
<div class="step-body">
<h4>Select text to begin</h4>
<p>Long-press any text to select it. A color picker popup will appear β choose a color to highlight.</p>
</div>
</div>
</div>
<div class="info-box">
<p>π‘ Tip: Grant "Allow" permission for "All Websites" so the extension works on every page without asking each time.</p>
</div>
</div>
<!-- FAQ -->
<div class="faq-section">
<div class="section-label">FAQ</div>
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
Why can't I see the extension icon in Safari?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>The extension icon appears in the Safari toolbar (address bar area). If you don't see it, tap the <code>AA</code> or page settings icon in the address bar β the extension may be listed there. Make sure the extension is enabled in <strong>Settings β Safari β Extensions</strong>.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
The extension doesn't work on a specific website. Why?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Some websites use aggressive content security policies that can prevent extensions from running. This is a Safari/website limitation, not a bug in HighlightAnywhere. Most standard websites work without issues.</p>
<p>If the issue persists, try refreshing the page after activating the extension.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
Will my highlights be saved if I close the tab?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Yes. Highlights are saved locally on your device and will be restored automatically when you revisit the same page. All data is stored on-device β nothing is sent to any server.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
How do I remove a specific highlight?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Tap on any highlighted text to select it and reveal the popup. Then tap the <strong>clear</strong> or eraser option to remove that individual highlight. To clear all highlights on a page at once, use the "Clear All" option in the extension popup.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
What selection modes are available?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>HighlightAnywhere supports three quick selection modes:</p>
<p><strong>Word</strong> β double-tap to select a single word.<br>
<strong>Sentence</strong> β selects the full sentence containing the tapped word.<br>
<strong>Paragraph</strong> β selects the entire paragraph with one tap.</p>
<p>You can also manually drag to select any custom range of text.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
What highlight styles are available?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>You can choose from three visual styles:</p>
<p><strong>Full highlight</strong> β colored background behind the text.<br>
<strong>Underline</strong> β colored line beneath the text, less intrusive.<br>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
How do I export my highlights?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Tap the export icon in the extension popup. You can export in three formats:</p>
<p><strong>Markdown (.md)</strong> β great for note-taking apps like Obsidian or Notion.<br>
<strong>HTML (.html)</strong> β preserves styling, open in any browser.<br>
<strong>Image (.png)</strong> β a visual snapshot of your highlights, easy to share.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
Does the app collect any of my data?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>No. HighlightAnywhere collects absolutely no personal data. All highlights and preferences are stored locally on your device and never transmitted anywhere. See our <a href="privacy.html" style="color:var(--accent)">Privacy Policy</a> for full details.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
How do I delete all my saved data?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Simply delete the app from your device. All locally stored highlights and preferences will be permanently removed. Alternatively, you can clear highlights per-page using the "Clear All" function within the extension.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-q" onclick="toggle(this)">
Is HighlightAnywhere available on Mac?
<span class="faq-chevron">+</span>
</button>
<div class="faq-a">
<p>Currently, HighlightAnywhere is available for iOS and iPadOS. Mac support may be added in a future update.</p>
</div>
</div>
</div>
<!-- Contact -->
<div class="contact-section">
<div>
<h2>Still need help?</h2>
<p>Can't find what you're looking for? Send us an email and we'll get back to you as soon as possible.</p>
</div>
<a class="contact-btn" href="mailto:dtb4121988@gmail.com">
β Email Support
</a>
</div>
</main>
<footer>
<div>Β© 2025 HighlightAnywhere Β· <a href="privacy.html">Privacy Policy</a> <a href="support.html">Support</a></div>
</footer>
<script>
function toggle(btn) {
const item = btn.closest('.faq-item');
const isOpen = item.classList.contains('open');
document.querySelectorAll('.faq-item.open').forEach(el => el.classList.remove('open'));
if (!isOpen) item.classList.add('open');
}
</script>
</body>
</html>