diff --git a/README.md b/README.md index 72ca4a8..566dc5c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,27 @@ A high performace text editor. _Hello DIGEdit :rose:, hello world!_ + +# Background +When developing my software, I need a colored text component, so DIGEdit was created as a by-product. Hope it is a good by-product. + +# Screenshots +![cpp](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/cpp.png) +![rfc](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/rfc.png) + +# Features +- Support huge files upto TBytes. (1GB limitation for 0.8) +- Support very long lines upto GBytes. (100MB limitation for 0.8) +- Support vscode syntaxes. (Currently only support cpp, python, rfc, and more is coming) +- Support vscode themes. +- Configurable fold, pair, indent, outline, complete, mark and so on. +- Snippet. +- Word wrap. +- Hex edit. +- Column edit. +- Multilines edit. +- Search and replace in folders. +- High performance. + +# License +Free for personal use.