extensions
extensions copied to clipboard
[New Ext] HTML Builder
I made this for a friend buts its useful anyways.
breh, how am i supposed to test if im not using localhost
-- force push deleted example --
breh, how am i supposed to test if im not using localhost
~~use localhost (npm ci then npm run dev in the repo directory)~~ wait nvm this is for the sample probably
breh, how am i supposed to test if im not using localhost
use localhost (
npm cithennpm run devin the repo directory)
i am lol
^ got rid of the example because im not dealing with that rn
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>
if someone has a better tw svg, that would be nice because i had to trace it.
this is certainly creative
- you should probably be escaping things like tag names
- what should happen if multiple scripts both start running these blocks? should there just be one big stack or each of them getting their own?
this is certainly creative
* you should probably be escaping things like tag names * what should happen if multiple scripts both start running these blocks? should there just be one big stack or each of them getting their own?
- 1 yeah i should, slight issue with that though, i cant escape the insert raw as that would just be false advertising (and break the ext)
- 2 there is one stack, however utils was undefined from my testing (might have been user error)
this is certainly creative
* you should probably be escaping things like tag names * what should happen if multiple scripts both start running these blocks? should there just be one big stack or each of them getting their own?
separated them, and escaped them
.
if someone has a better tw svg, that would be nice because i had to trace it.
Maybe this would help:
thats a png :/
On Sun, Jan 7, 2024, 9:16 PM BlueDome @.***> wrote:
[image: image] https://private-user-images.githubusercontent.com/68120127/291138893-5b8a44ff-005b-448a-aaaf-18df4710a36a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDQ2ODM1MjAsIm5iZiI6MTcwNDY4MzIyMCwicGF0aCI6Ii82ODEyMDEyNy8yOTExMzg4OTMtNWI4YTQ0ZmYtMDA1Yi00NDhhLWFhYWYtMThkZjQ3MTBhMzZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTA4VDAzMDcwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU3MTc0Zjc3NDZiZDA3Zjc4NTM3ZmVkMDFhNGJmYzQ3NzgyNjE3NTMxYTljYTg0Njg3Zjg1MjhkNGVhNjlmNWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.WA_Xhyw6TuOre703DDBkDi38Kp-_ofKsxaPfNDNVYhU if someone has a better tw svg, that would be nice because i had to trace it.
Maybe this would help: Turbowarp.Logo.png (view on web) https://github.com/TurboWarp/extensions/assets/135789443/8d94d5c5-f018-4ff9-ab6e-8d057d19e43e
— Reply to this email directly, view it on GitHub https://github.com/TurboWarp/extensions/pull/1202#issuecomment-1880330899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHW4P3XW66O7IG6UKB5N43YNNQHXAVCNFSM6AAAAABAV54JPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGMZTAOBZHE . You are receiving this because you authored the thread.Message ID: @.***>
Here's a svg :
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
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.
if someone has a better tw svg, that would be nice because i had to trace it.