-
Notifications
You must be signed in to change notification settings - Fork 6
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
not an issue tho i need help with html adding #77
Comments
Adding html can be pretty tricky and you have to be careful to not mess up any vscode stuff but it is possible. Also you would have to use js to insert the html but that can be done pretty simply with something like: VSCode Animations isn't made for injecting html so to do that I would recommend to use Custom CSS and JS Loader or Apc Customize UI++. Either of these allow you to load in custom js files which you can then use to inject the html, also this extension uses either to run. Let me know if you have any more questions. |
thanks a ton i will check it and ask if there was anything more thanks a ton
…On Sun, Sep 29, 2024 at 6:08 PM BrandonKirbyson ***@***.***> wrote:
Adding html can be pretty tricky and you have to be careful to not mess up
any vscode stuff but it is possible. Also you would have to use js to
insert the html but that can be done pretty simply with something like: document.body.insertAdjacentElement("afterbegin",
element);
VSCode Animations isn't made for injecting html so to do that I would
recommend to use Custom CSS and JS Loader
<https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css>
or Apc Customize UI++
<https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension>.
Either of these allow you to load in custom js files which you can then use
to inject the html, also this extension uses either to run.
Let me know if you have any more questions.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHNDQHEPPQLDWXB3HJEB33ZZAGFDAVCNFSM6AAAAABPBX7PB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGM4DENJVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It seems like Custom CSS and JS Loader and Apc Customize UI++ are not working in the new version of VSCode (version 1.94). Do you have any other alternatives to use animations in VSCode at the moment? |
Have you tried |
It's not working, I've tried. |
hi guys its not an issue just want a help
how can i add a html to the vscodes code u guys made it so js and css could be added or changed i now want to add html elements what should i do?
i need canvas for what i want so what should i do? or is it even possible
The text was updated successfully, but these errors were encountered: