Open
Conversation
Collaborator
Author
|
Fixes #82 |
Member
|
Just tested the example code and works really nice! I'm not sure if I will have the capacity to review all this but definitely looking forward 🐀 🧀 |
Collaborator
Author
|
The thing is I'm not sure if all the hyperlink stuff makes sense in this crate directly. from the for now we can ship a rc.1 with all this embedded and maybe later publish a crate called |
Member
|
Makes sense to me! |
Collaborator
Author
added 6 commits
April 7, 2026 00:24
feat: Add links to docs For maintaining compatibility for people whoe dont want hyperlinks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Implemented support for parsing hyperlinks directly.
Now the parsers return HyperlinkedText instead of Text.
The HyperlinkedText is rendered using the same method used in
https://github.com/JayanAXHF/gitv/tree/main/crates/hyperrat
Also I've cleaned up the text and text_fast and merged them into one since they were already basically the same. But previously we didn't have any methods to convert Text<'a> to Text<'static> which I've added in the new HyperlinkedText struct.
The examples/hyperlinks.rs was generated using AI which I've verified works inside kitty.
Also ran updated flake inputs to latest.