No description
Find a file
spaghettifying 8e9286fc0b Update files
2024-07-21 17:33:54 +01:00
config/syntax Complete base text editor 2023-10-30 12:22:35 +00:00
examples Clean repository up 2023-11-15 06:16:55 +00:00
src Clean repository up 2023-11-15 06:16:55 +00:00
.gitattributes Initial commit 2023-10-30 12:17:56 +00:00
.gitignore Add license 2023-11-16 10:44:01 +00:00
CMakeLists.txt Clean repository up 2023-11-15 06:16:55 +00:00
KILO-SRC-LICENSE Create KILO-SRC-LICENSE 2023-11-16 17:12:36 +00:00
LICENSE Update files 2024-07-21 17:33:54 +01:00
Makefile Update Makefile 2023-11-15 06:22:41 +00:00
README.md Update README.md 2023-11-03 09:16:32 +00:00

Jotter

A simple text editor

The base of this project followed along the tutorial Build Your Own Text Editor by SnapToken

However, I will be adding extra functionality to it such as storing the editor configs in separate files, adding more syntax highlighting, auto indent, etc.