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

not an issue tho i need help with html adding #77

Open
RIPISDRAD opened this issue Sep 29, 2024 · 5 comments
Open

not an issue tho i need help with html adding #77

RIPISDRAD opened this issue Sep 29, 2024 · 5 comments

Comments

@RIPISDRAD
Copy link

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

@BrandonKirbyson
Copy link
Owner

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 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.

@RIPISDRAD
Copy link
Author

RIPISDRAD commented Sep 29, 2024 via email

@ninjacoder77
Copy link

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?

@BrandonKirbyson
Copy link
Owner

Have you tried Animations: Install Animations?

@Xyf0606
Copy link

Xyf0606 commented Oct 9, 2024

Have you tried Animations: Install Animations?

It's not working, I've tried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants