Skip to content

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

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

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.
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