|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>Support · StickyPresenter</title> |
| 7 | + <link rel="icon" href="icon.png" /> |
| 8 | + <link rel="stylesheet" href="style.css" /> |
| 9 | +</head> |
| 10 | +<body> |
| 11 | + <header> |
| 12 | + <img class="icon" src="icon.png" alt="StickyPresenter app icon" /> |
| 13 | + <h1>Support</h1> |
| 14 | + <p>StickyPresenter Help & Contact</p> |
| 15 | + </header> |
| 16 | + |
| 17 | + <main> |
| 18 | + <div class="wrap"> |
| 19 | + |
| 20 | + <div class="card"> |
| 21 | + <p class="lang">English</p> |
| 22 | + <h2>Getting Started</h2> |
| 23 | + <p>StickyPresenter lives in your menu bar (the 📝 icon). Click it to create |
| 24 | + sticky notes, open timers, or start the teleprompter. The app has no Dock icon |
| 25 | + and runs quietly in the background.</p> |
| 26 | + |
| 27 | + <h3>Features</h3> |
| 28 | + <ul> |
| 29 | + <li><strong>Floating sticky notes</strong> — stay on top of full-screen Keynote, 6 colors, adjustable opacity, font size, and lock.</li> |
| 30 | + <li><strong>Timers</strong> — square countdown widgets you can resize, theme (light / dark), show / hide, align next to the panel, or open in their own window for screen sharing & AirPlay. A chime and a pulsing border signal when time is up.</li> |
| 31 | + <li><strong>Teleprompter</strong> — auto-scrolling script with adjustable speed, font size, and mirror mode.</li> |
| 32 | + </ul> |
| 33 | + |
| 34 | + <h3>Menu Bar Actions</h3> |
| 35 | + <table> |
| 36 | + <tr><th>Action</th><th>Where</th></tr> |
| 37 | + <tr><td>New Sticky Note</td><td>Menu bar → New Sticky Note</td></tr> |
| 38 | + <tr><td>New from Clipboard</td><td>Menu bar → New from Clipboard</td></tr> |
| 39 | + <tr><td>Open Timers</td><td>Menu bar → Timers</td></tr> |
| 40 | + <tr><td>Teleprompter</td><td>Menu bar → Teleprompter Mode</td></tr> |
| 41 | + <tr><td>Show / Hide all notes</td><td>Menu bar → Show / Hide All Notes</td></tr> |
| 42 | + </table> |
| 43 | + |
| 44 | + <h3>FAQ</h3> |
| 45 | + <p><strong>The timer window — can I add it as a source when screen mirroring?</strong><br /> |
| 46 | + Yes. Use the <code>Window</code> button on a timer row to open it as a real window, which |
| 47 | + appears in your mirroring / screen-sharing "add window" list.</p> |
| 48 | + <p><strong>I hid a timer widget and can't find it.</strong><br /> |
| 49 | + Hover the timer's row in the panel to see its location (a dashed outline), or press |
| 50 | + <code>Align</code> to bring it back next to the panel.</p> |
| 51 | + |
| 52 | + <h3>Contact</h3> |
| 53 | + <p>Questions, bugs, or feature requests? Email |
| 54 | + <a href="mailto:mizzking75@gmail.com">mizzking75@gmail.com</a> and we'll get back to you.</p> |
| 55 | + </div> |
| 56 | + |
| 57 | + <div class="card"> |
| 58 | + <p class="lang">한국어</p> |
| 59 | + <h2>시작하기</h2> |
| 60 | + <p>StickyPresenter는 메뉴바(📝 아이콘)에서 동작합니다. 아이콘을 눌러 스티키 노트를 만들거나 |
| 61 | + 타이머·텔레프롬프터를 열 수 있습니다. Dock 아이콘 없이 백그라운드에서 조용히 실행됩니다.</p> |
| 62 | + |
| 63 | + <h3>주요 기능</h3> |
| 64 | + <ul> |
| 65 | + <li><strong>플로팅 스티키 노트</strong> — Keynote 전체 화면 위에도 표시, 6가지 색상, 투명도·폰트 크기·잠금 지원.</li> |
| 66 | + <li><strong>타이머</strong> — 크기 조절 가능한 정사각형 카운트다운 위젯. 테마(라이트/다크), 표시/감추기, 패널 옆 정렬, 화면 공유·AirPlay용 별도 윈도우로 열기. 종료 시 차임과 테두리 펄스로 알림.</li> |
| 67 | + <li><strong>텔레프롬프터</strong> — 자동 스크롤 대본, 속도·폰트 크기 조절, 좌우 반전(미러) 모드.</li> |
| 68 | + </ul> |
| 69 | + |
| 70 | + <h3>자주 묻는 질문</h3> |
| 71 | + <p><strong>화면 미러링에서 타이머를 윈도우로 추가할 수 있나요?</strong><br /> |
| 72 | + 네. 타이머 행의 <code>Window</code> 버튼으로 실제 윈도우로 열면 미러링/화면 공유의 "윈도우 추가" |
| 73 | + 목록에 표시됩니다.</p> |
| 74 | + <p><strong>타이머 위젯을 감췄는데 어디 있는지 모르겠어요.</strong><br /> |
| 75 | + 패널에서 해당 타이머 행에 마우스를 올리면 점선으로 위치를 보여줍니다. <code>불러오기(Align)</code>를 |
| 76 | + 누르면 패널 옆으로 다시 가져옵니다.</p> |
| 77 | + |
| 78 | + <h3>문의</h3> |
| 79 | + <p>질문·버그·기능 제안은 <a href="mailto:mizzking75@gmail.com">mizzking75@gmail.com</a> 으로 |
| 80 | + 보내주세요.</p> |
| 81 | + </div> |
| 82 | + |
| 83 | + <p style="text-align:center"><a class="back" href="index.html">← Back to home</a></p> |
| 84 | + </div> |
| 85 | + </main> |
| 86 | + |
| 87 | + <footer> |
| 88 | + © 2026 StickyPresenter · <a href="privacy.html">Privacy Policy</a> |
| 89 | + </footer> |
| 90 | +</body> |
| 91 | +</html> |
0 commit comments