extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[New Ext] HTML Builder

Open showierdata9978 opened this issue 1 year ago • 15 comments

I made this for a friend buts its useful anyways.

showierdata9978 avatar Dec 15 '23 05:12 showierdata9978

breh, how am i supposed to test if im not using localhost

-- force push deleted example --

showierdata9978 avatar Dec 15 '23 05:12 showierdata9978

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

CST1229 avatar Dec 15 '23 05:12 CST1229

breh, how am i supposed to test if im not using localhost

use localhost (npm ci then npm run dev in the repo directory)

i am lol

showierdata9978 avatar Dec 15 '23 05:12 showierdata9978

^ got rid of the example because im not dealing with that rn

showierdata9978 avatar Dec 15 '23 06:12 showierdata9978

dk if i should add a section with alot of element specific blocks

showierdata9978 avatar Dec 16 '23 02:12 showierdata9978

image

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

showierdata9978 avatar Dec 16 '23 02:12 showierdata9978

image if someone has a better tw svg, that would be nice because i had to trace it.

showierdata9978 avatar Dec 18 '23 02:12 showierdata9978

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?

GarboMuffin avatar Dec 21 '23 06:12 GarboMuffin

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)

showierdata9978 avatar Dec 21 '23 07:12 showierdata9978

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

showierdata9978 avatar Dec 21 '23 08:12 showierdata9978

.

showierdata9978 avatar Dec 27 '23 05:12 showierdata9978

image if someone has a better tw svg, that would be nice because i had to trace it.

Maybe this would help: Turbowarp Logo

BlueDome77 avatar Jan 08 '24 03:01 BlueDome77

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: @.***>

showierdata9978 avatar Jan 08 '24 06:01 showierdata9978

Here's a svg : turbowarp

samuellouf avatar Feb 03 '24 05:02 samuellouf

HTWL

showierdata9978 avatar Feb 03 '24 08:02 showierdata9978

Please fix the merge conflicts so this can get a proper review without any issues.

yuri-kiss avatar Dec 25 '24 01:12 yuri-kiss

I don't use github anymore by the way. Feel free to take over this :P

showierdata9978 avatar Jan 16 '25 06:01 showierdata9978

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.

yuri-kiss avatar Jan 16 '25 07:01 yuri-kiss