Closed M-Wicenec closed 12 hours ago
This PR modifies the tooltip handling in the repository and repository file components by adding special markdown exclusion markers (|||) around certain tooltip text. It also includes documentation for this markdown exclusion feature in the tooltip binding handler.
classDiagram
class EagleTooltipBindingHandler {
+eagleTooltip: function
}
note for EagleTooltipBindingHandler "Added markdown exclusion feature using ||| markers"
Change | Details | Files | |||
---|---|---|---|---|---|
Added markdown exclusion markers to tooltips |
|
markers around repository name and branch in tooltip |
markers around file name in tooltip |
will be excluded from markdown conversion | static/components/repository.html static/components/repository-file.html src/bindingHandlers/eagleTooltip.ts |
Summary by Sourcery
Enhance the tooltip functionality by allowing certain text to be excluded from markdown conversion using '|||', and update relevant HTML components to utilize this new format.
Enhancements: