Cheating ourselves into here#20
Open
Sharktheone wants to merge 1 commit into
Open
Conversation
Contributor
|
Was there some new work here done in the jam, or is this just importing the existing gosub browser? |
Author
|
Yes, for example text underlining and better support for |
Contributor
It does seem pretty far outside the spirit of the jam indeed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add gosub browser, it was obviously not started this weekend. That's why the title says "cheating"
It can render the site though and can also render more things like hacker news
You can render a site via
If you press
din the window, you can enable debug mode and inspect the page. Information will be printed in the console and elements will be highlighted.By typing
listin the console, you can inspect the dom tree and viaselect <node-id>you can highlight one node in the browser and also get more information about it.At last I want to say thanks rust for the blazingly-fast compile times and whatever this is:
