-
-
Notifications
You must be signed in to change notification settings - Fork 708
Make links visually distinguishable by default #2398
Copy link
Copy link
Closed
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
Metadata
Metadata
Assignees
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
When creating a link in BlockNote, the linked text looks identical to regular text. Users must manually apply styling to make links recognizable.
Current Behavior
Cmd+KExpected Behavior
(tested on Blocknote site example and default implementation)
Links should be visually distinguishable by default, like in Notion and Slite (both use color by default).
Proposed Solution
Add default link styling that can be overridden:
Or include in the default theme:
Rationale
Current Workaround
Custom CSS override (requires users to know about CSS customization and makes default behavior bad UX for a reader)