updated readme

master
Alessandro Mauri 3 years ago
parent 06daf58eed
commit b6f56166a2
  1. 16
      README.md
  2. 1
      TODO
  3. BIN
      preview.png

@ -1,10 +1,8 @@
# lite # lite
![screenshot](https://user-images.githubusercontent.com/3920290/81471642-6c165880-91ea-11ea-8cd1-fae7ae8f0bc4.png) ![screenshot](preview.png)
A lightweight text editor written in Lua A lightweight text editor written in Lua
* **[Get lite](https://github.com/rxi/lite/releases/latest)** — Download
for Windows and Linux
* **[Get started](doc/usage.md)** — A quick overview on how to get started * **[Get started](doc/usage.md)** — A quick overview on how to get started
* **[Get plugins](https://github.com/rxi/lite-plugins)** — Add additional * **[Get plugins](https://github.com/rxi/lite-plugins)** — Add additional
functionality functionality
@ -24,10 +22,14 @@ The editor can be customized by making changes to the
[user module](data/user/init.lua). [user module](data/user/init.lua).
## Building ## Building
You can build the project yourself on Linux using the `build.sh` script You will need:
or on Windows using the `build.bat` script *([MinGW](https://nuwen.net/mingw.html) is required)*. - Lua 5.2 and libraries
Note that the project does not need to be rebuilt if you are only making changes - SDL2
to the Lua portion of the code. - A c11 compiler (gcc or clang)
- make
To build run `make`, to install `make install` with root privileges and to
uninstall `make uninstall` also with root privileges.
To clean the mess run `make clean`.
## Contributing ## Contributing
Any additional functionality that can be added through a plugin should be done Any additional functionality that can be added through a plugin should be done

@ -60,4 +60,5 @@
[ ] syntax: highlight FIXME TODO BUG FIX and IMPROVEMENT keywords [ ] syntax: highlight FIXME TODO BUG FIX and IMPROVEMENT keywords
[ ] do not open doc in new tab if current tab has an unchanged document [ ] do not open doc in new tab if current tab has an unchanged document
[ ] doc: add auto close brackets and quotes [ ] doc: add auto close brackets and quotes
[ ] doc: highlight matching brackets and quotes pairs
[ ] view: implement get_scrollable_size() [ ] view: implement get_scrollable_size()

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Loading…
Cancel
Save