Skip to content

Feat: find/replace - #384

Open
GrahameGW wants to merge 3 commits into
hyperlink-academy:mainfrom
GrahameGW:find-replace
Open

Feat: find/replace#384
GrahameGW wants to merge 3 commits into
hyperlink-academy:mainfrom
GrahameGW:find-replace

Conversation

@GrahameGW

Copy link
Copy Markdown
Contributor

A find/replace modal in the editor to make it easy to find and replace text.

  • Open the modal with ctrl + f (takes over native browser ctrl + f)
  • Supports "replace all" w/ ctrl + z/undo for the entire action
  • Filter to whole word and case
  • Allows going to next/previous instance

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

@GrahameGW is attempting to deploy a commit to the Hyperlink Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
minilink Ready Ready Preview Aug 12, 2026 5:26pm

Request Review

@bschlagel

Copy link
Copy Markdown
Contributor

Nice this is really cool! Will get @jaredpereira to review more closely but a couple things from quick test:

  • sometimes undo/redo doesn't work, I think when I x out of the modal it stops
  • when find input is focused, tab indents in doc rather than moving focus to replace input
  • sometimes after closing the modal the string highlighting persists and I have to refresh to clear it

@GrahameGW

Copy link
Copy Markdown
Contributor Author

Ah yeah, I'll get those fixed up ASAP. Thanks for checking.

@GrahameGW

Copy link
Copy Markdown
Contributor Author

@bschlagel fixed them up, also tweaked the "mobile" behavior so the modal goes to the bottom of the screen on narrow views. I don't technically think you can access this via mobile since it's purely keyboard shortcut, but if you guys want a menu button we could definitely add one, just let me know what icon you want me to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants