mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update text editor example docs
This commit is contained in:
parent
a033f1fd6a
commit
831ee41cfd
@ -41,7 +41,7 @@
|
||||
|
||||
## Showcase
|
||||
|
||||
This [text editor example](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is written in C using WebUI as the GUI library. The final executable is portable and has less than _1 MB_ in size (_+html and css files_).
|
||||
This [text editor](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is a lightweight and portable example written in C using WebUI as the GUI library.
|
||||
|
||||
<div align="center">
|
||||
|
||||
|
@ -40,4 +40,4 @@ To build an example, cd into its directory and run the make command.
|
||||
|
||||
## Additional Examples
|
||||
|
||||
- [`text-editor`](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor): Example of a text editor written in C using WebUI as the GUI library. The final executable is portable and has less than _1 MB_ in size (_+html and css files_).
|
||||
- [`text-editor`](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor): A lightweight and portable text editor written in C using WebUI as the GUI library.
|
||||
|
@ -1,8 +1,10 @@
|
||||
# WebUI C - Text Editor
|
||||
|
||||
This [text editor example](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is written in C using WebUI as the GUI library.
|
||||
This [text editor](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is a lightweight and portable example written in C using WebUI as the GUI library.
|
||||
|
||||

|
||||
<div align="center">
|
||||
<img alt="Example" src="https://github.com/webui-dev/webui/assets/34311583/45bc85c7-b111-44b7-9aa6-80e861e7b47d">
|
||||
</div>
|
||||
|
||||
- **Windows**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user