-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
[New Ext] HTML Builder #1202
[New Ext] HTML Builder #1202
Conversation
breh, how am i supposed to test if im not using localhost -- force push deleted example -- |
|
i am lol |
b5804e2
to
7ff6875
Compare
^ got rid of the example because im not dealing with that rn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please read the contributing guidelines in full.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big fan of this extension, a really fun concept
dk if i should add a section with alot of element specific blocks |
<!DOCTYPE html>
<html lang="en">
<head >
<title >TW HTML</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style >
html, body {
height: 100vh;
width: 100vw;
margin: 0px;
padding: 0px;
background-color: grey;
}
p {
color: white;
}
</style>
</head>
<body >
<p >
Some Text
</p>
</body>
</html> |
this is certainly creative
|
|
separated them, and escaped them |
. |
(Figma source file for icon provided)
Please fix the merge conflicts so this can get a proper review without any issues. |
I don't use github anymore by the way. Feel free to take over this :P |
If its not going to be worked on im gonna close this. |
I made this for a friend buts its useful anyways.