Skip to content

Inline links in post body instead of separate link button#145

Open
tarcode2004 wants to merge 3 commits intodevfrom
tarcode2004/enhancement/issue-135-inline-post-links
Open

Inline links in post body instead of separate link button#145
tarcode2004 wants to merge 3 commits intodevfrom
tarcode2004/enhancement/issue-135-inline-post-links

Conversation

@tarcode2004
Copy link
Collaborator

Summary

  • Stop stripping external URLs from post HTML in cleanPostHtml() so links appear inline and clickable within the post body
  • Remove the separate link icon button from the action bar (no longer needed)
  • Fix the link click handler to use textRef instead of the broken .post-content CSS selector, and style links with color/underline

Test plan

  • Go to /home and verify posts with links show them inline in the body text
  • Click an inline link — should open in a new tab, not navigate within the app
  • Verify preview card images still render below post text
  • Confirm the link icon button is no longer in the action bar
  • Check posts without links render normally

Closes #135

…on` label across skill definitions and conventions
Stop stripping external URLs from post HTML so links appear inline
and clickable. Remove the separate link icon button from the action bar.
Fix link click handler to use textRef instead of broken .post-content
selector.
@vercel
Copy link

vercel bot commented Mar 4, 2026

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

Project Deployment Actions Updated (UTC)
client Ready Ready Preview, Comment Mar 4, 2026 8:40am

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.

Inline links in post body instead of separate link button

1 participant