-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Is there any way to use @uiw/codemirror-extensions-hyper-link but with any arbitrary text instead of an URL (customizing the click even handling) and without using markdown?
For instance, lets supose I have a code editor where I show user code, and the conde contains a global MyClass, and I want to let the user to "browse" this global by means of a link:
new MyClass();
so when users clicks on MyClass, they are guided to the definition of such global.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels