Skip to content

Add Dynamic Placeholders for bookmark URLs#9

Merged
flexphere merged 1 commit intomainfrom
url-placeholders
Mar 12, 2026
Merged

Add Dynamic Placeholders for bookmark URLs#9
flexphere merged 1 commit intomainfrom
url-placeholders

Conversation

@flexphere
Copy link
Owner

Summary

  • Add {clipboard} placeholder support — auto-inserts clipboard text into the URL when opening
  • Add {argument name="..." default="..."} placeholder support — shows an input form before opening
  • Update README with Dynamic Placeholders documentation and examples

Test plan

  • Open a bookmark with {clipboard} in the URL and verify clipboard contents are inserted
  • Open a bookmark with {argument name="query"} and verify the input form appears
  • Open a bookmark with {argument name="word" default="hello"} and verify the default value is pre-filled
  • Open a bookmark with both {clipboard} and {argument} and verify both are resolved
  • Verify regular bookmarks without placeholders still open normally
  • Verify the Dynamic Placeholder icon accessory is shown on placeholder bookmarks

🤖 Generated with Claude Code

Support {clipboard} and {argument name="..." default="..."} placeholders
in bookmark URLs, similar to Raycast QuickLinks. Clipboard placeholders
auto-insert clipboard contents, while argument placeholders prompt for
user input via a form before opening the URL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@flexphere flexphere merged commit 0a49cb9 into main Mar 12, 2026
1 check passed
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.

1 participant