ScratchData LogoScratchData
Back to Robot732's profile

HTML Renderer v1.3.2

RORobot732•Created June 24, 2024
HTML Renderer v1.3.2
9
6
73 views
View on Scratch

Instructions

For higher quality pen, larger screen width, easy backspace and capital letters, and no key press bugs: https://turbowarp.org/1041391024 Docs: https://scratch.mit.edu/discuss/topic/783788/ Please love and ⭐ if you like the project. - Thanks!

Description

Bugs and Issues =================================== Unpressed keys: If you encounter letters appearing that you did not press, hold down the shift key, and at the same time press the equivalent key on the keyboard. This is a scratch bug that makes the project think that you are holding down the shift key when you're not. Other Strange Key Behavior: There seems to be a bug with scratch that makes it often think that a different key was pressed than the one that really was. For example, when I press the "b" key on my keyboard, it treats it as a backspace key. Some letters are also treated as capitals when I don't hold down the shift key. Others: There are currently no known bugs with the project. =================================== What you can do =================================== You can use the h1, h2, h3, h4, h5, and h6 heading elements. You can also use the p, or paragraph element. You can use the li element. It will act like in an unordered list. You don't have to use elements, and any code without tags will be treated as a p element. You can also use comments. You can also set a project title. Note that inline CSS is not supported. =================================== Info on tags =================================== If you choose to use tags, then make sure to close the tag, and to use a closing tag at the end of the line. (Note that multi-line elements are not currently supported, so both tags should be on the same line.) Only supported tags are available for use. A line with tags should look like this: <tagName>Your text</tagName> You don't have to use tags. If you don't use tags, your code will be treated like a p element. =================================== Error Messages =================================== The tag was not closed: One of the opening or closing tags was not properly closed. Unrecognized tag: The tag in use is not supported. No closing tag: There was no corresponding closing tag found for the opening tag. Tags don't match: The closing tag does not match the opening tag. =================================== Project Stats =================================== This project contains 7 sprites and 65 scripts which contain a total of 1,460 blocks. =================================== Changelog =================================== October 9, 20204 - Fixed widescreen cursor not visible on left side of the screen. Fixed page title not full width in widescreen. August 10, 2024 - Added shift key for capital letters. July 13, 2024 - Added backspace support for turbowarp. Added stored project settings for turbowarp. Added capital key support for turbowarp. July 3, 2024 - Added project title. July 2, 2024 - Added the li element. July 1, 2024 - Started support for 640px screen width. Increased typing speed by one frame. Stopped blank lines from rendering. Added line deletion. Added line splitting on enter key press. Complete thumbnail remake. Increased cursor movement speed by one frame. June 27, 2024 - Fixed p element not working bug. Fixed error messages. June 27, 2024 - Initial release Begun around June 24, 2024 =================================== Tags =================================== #Code #HTML #Editor

Project Details

Project ID1041391024
CreatedJune 24, 2024
Last ModifiedOctober 10, 2024
SharedJune 27, 2024
Visibilityvisible
CommentsAllowed