Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plug-in] Make it possible to render hyperlinks in the Tree node #3304

Closed
vitaliy-guliy opened this issue Oct 29, 2018 · 0 comments
Closed
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@vitaliy-guliy
Copy link
Contributor

vitaliy-guliy commented Oct 29, 2018

For some plugin this feature may be required.
The main part will recognize that plugin provides a hyperlink and render it.
The markdown for hyperlinks may be looks like the markdown on GitHub.

Then if plugin provides following for the node label

{
    label: 'Anton Kosyakov [GitHub](https://github.com/akosyakov)'
}

then tree node in the main part will look like this

Clicking on hyperlink must open new browser tab.

It could be great if tree-view-sample-plugin will use this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

No branches or pull requests

2 participants