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

Limit XML formatter targets #944

Closed
jcubic opened this issue May 12, 2024 · 0 comments
Closed

Limit XML formatter targets #944

jcubic opened this issue May 12, 2024 · 0 comments
Labels
feature resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented May 12, 2024

I have an idea for a new feature for jQuery Terminal

XML should work the same as Prism:

    $.terminal.prism_formatters = {
        echo: true,
        animation: true,
        command: true
    };

There should be a way to limit places where formatted is applied.

The task is to add the same mechanism that is in prims.js into xml_formatter.js.

jcubic added a commit that referenced this issue May 14, 2024
jcubic added a commit that referenced this issue May 14, 2024
@jcubic jcubic added resolved if issue is resolved, it will be open until merge with master and removed good first issue labels May 14, 2024
jcubic added a commit that referenced this issue May 14, 2024
@jcubic jcubic closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant