webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.9k stars 164 forks source link

Update text editor example docs #204

Closed ttytm closed 12 months ago

ttytm commented 12 months ago

A change suggestion based on recent conversations and updates.

The statement next to the text-editor example The final executable is portable and has less than _1 MB_ in size (_+html and css files_). was recently removed at certain places. Now, the relevant parts are updated to [...] is a lightweight and portable example written in C using WebUI as the GUI library. Hoping to prevent misconceptions about portability of the executable and size of the editor, while keeping the essence of the statement.

The screenshot in the text-editor examples README was update to the Windows screenshot used on the website.

https://github.com/ttytm/webui/tree/examples/update-text-editor-screenshot/examples/C/text-editor

If the screenshot in the main README should also be updated or something should be changed, please let me know.