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
Images should be rendered inside cmd
Bracket is rendered after the image
$.terminal.defaults.formatters = [[/:\)/g, '[[@;;;;https://unpkg.com/emoji-datasource-twitter@4.1.0/img/twitter/64/1f603.png]]']] term.insert(':)');
I doubt anyone would like to render images in cmd but this should work since formatter can return any formatting including images.
The text was updated successfully, but these errors were encountered:
Also cmd don't render attributes for some reason:
$.terminal.defaults.formatters = [[/:\)/g, '[[@;;;;https://unpkg.com/emoji-datasource-twitter@4.1.0/img/twitter/64/1f603.png;{"style":"width:32px"}]]']] term.settings().allowedAttributes.push('style') term.insert(':)');
with echo it works fine.
Sorry, something went wrong.
Bracket fixed by #550 but one issue is that you can't put cursor after the command. it always at last character.
fix images from formatting in cmd #519
53e7f1a
fix images & style from formatters inside cmd #519
622665f
No branches or pull requests
Expected behavior
Images should be rendered inside cmd
Actual behavior
Bracket is rendered after the image
Steps to reproduce
I doubt anyone would like to render images in cmd but this should work since formatter can return any formatting including images.
The text was updated successfully, but these errors were encountered: