We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding links is easy but there is no way to add target="_blank". The link editor does not have an option for target.
In code view, I should be able to code a link. When I type out <a href="#">test</a> it is rendered as html entities <.
<a href="#">test</a>
<
Trix version: 0.9.8 Browser name and version: Chrome 52 Operating system: Windows 10
The text was updated successfully, but these errors were encountered:
We've decided not to add a "new window" option to Trix's link dialog. See #55 for alternatives.
In code view, I should be able to code a link.
Trix doesn't have a code view so I'm not sure what you mean. Can you clarify?
Sorry, something went wrong.
No branches or pull requests
Adding links is easy but there is no way to add target="_blank". The link editor does not have an option for target.
In code view, I should be able to code a link. When I type out
<a href="#">test</a>
it is rendered as html entities
<
.Trix version: 0.9.8
Browser name and version: Chrome 52
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: