face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.67k stars 155 forks source link

LI renders elements, require relative paths and fix logs #170

Open GStudiosX2 opened 3 weeks ago

GStudiosX2 commented 3 weeks ago
  1. fix where's logs don't show if log messages contains markup characters
  2. li now renders HTML elements (fixes #169)
  3. require now supports relative paths
  4. file URLs should work on both windows and Linux
  5. value attribute for input
  6. do not request to DNS for file urls (http/https as well)
  7. add set_inner_html and append_html (closes #81)

known issues

  1. I haven't tested but I believe when you use set_inner_html it won't remove the tags for previous elements that don't exist anymore
  2. Docs need to be updated
GStudiosX2 commented 3 weeks ago

Oops accidentally deleted Cargo.toml for that commit