-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
Text Links don't wrap. #40
Comments
Have the same weird issue, and can't figure out why it's happens, but seems like it happens when "a" is wrapped in "p", and it happens even if you replace "a" with a customRender and put there just a Text widget :( @Sub6Resources any ideas? |
This is the same issue as #17 actually. There is a fix in the works, so follow that issue for updates. |
I think this happens because the text link is seen as one big word, so it
wraps to the next line. You could separate every text link word (spaces
included) as mutiple links then it should work fine
Na(o) segunda, 10/12/2018, 16:09, Matthew Whitaker <[email protected]>
escreveu:
… This is the same issue as #17
<#17> actually. There
is a fix in the works, so follow that issue for updates.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANksQGHOXG4WyzEOhIaAPTrlKCiSeWCks5u3ocngaJpZM4Yxkh4>
.
|
Yes, that's correct, and that is the solution I'll probably end up using for the normal parser. |
Is it much asking if you could implement YouTube thumbnail for video
content?
You can grab the image url like this:
https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api
Then if user click thumbnail fires the usual url callback.
Thank you for this plugin
Na(o) segunda, 10/12/2018, 19:55, Matthew Whitaker <[email protected]>
escreveu:
… Yes, that's correct, and that is the solution I'll probably end up using
for the normal parser.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANksZnAln_BRUvEzkTEIeU3UJxDqmvjks5u3rwagaJpZM4Yxkh4>
.
|
#17 as well as this issue have been resolved. Use the |
This issue does not appear to be resolved.
|
Text Links have a line break before the underlined blue text and the underlined blue text link doesn't wrap to the next line as it should.
The text was updated successfully, but these errors were encountered: