Skip to content

Add C-c C-o to browse markdown link URL at point#207

Closed
conornash wants to merge 1 commit into
dnouri:masterfrom
conornash:browse-at-point
Closed

Add C-c C-o to browse markdown link URL at point#207
conornash wants to merge 1 commit into
dnouri:masterfrom
conornash:browse-at-point

Conversation

@conornash
Copy link
Copy Markdown
Contributor

md-ts-mode hides link URLs via invisible text properties, so browse-url-at-point and thing-at-point cannot find them.

pi-coding-agent-browse-url-at-point extracts the URL from the raw buffer text on the current line and passes it to browse-url. Bound to C-c C-o in chat-mode.

md-ts-mode hides link URLs via invisible text properties, so
browse-url-at-point and thing-at-point cannot find them.

pi-coding-agent-browse-url-at-point extracts the URL from the raw
buffer text on the current line and passes it to browse-url.
Bound to C-c C-o in chat-mode, matching the org-mode convention.
@dnouri
Copy link
Copy Markdown
Owner

dnouri commented May 30, 2026

I have a feeling we might want to enable this over in https://github.com/dnouri/md-ts-mode rather than here? What do you think?

@conornash
Copy link
Copy Markdown
Contributor Author

Makes sense. dnouri/md-ts-mode#14

@conornash conornash closed this Jun 5, 2026
@conornash conornash deleted the browse-at-point branch June 5, 2026 22:14
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