PostHog / squeak

A Q&A widget for your docs
https://squeak.posthog.com/
MIT License
178 stars 15 forks source link

Auto-populate known URLs when specifying thread’s path #153

Open corywatilo opened 2 years ago

corywatilo commented 2 years ago

Squeak! lets you specify which page(s) a question appears on.

image

Rather than manually typing URLs Squeak! already knows about (like when Squeak! detects a pageload on a new page), we should auto-suggest these URLs so users don't have to repeatedly type them out. (In the screenshot below, you can see Chrome auto-suggesting based on previous URLs, but we should do this by querying all URLs and auto-suggesting them without browser-specific autofill.)

image
shyblackcat commented 2 years ago

Make input field become select or autocomplete input by querying all paths and filter by the keyword user entering