Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvillegasd/intelligenttexteditor

A simple text editor with an intelligent autocomplete.
https://github.com/jvillegasd/intelligenttexteditor

autocomplete prefix-tree text-editor tree-structure

Last synced: about 2 months ago
JSON representation

A simple text editor with an intelligent autocomplete.

Awesome Lists containing this project

README

        

# IntelligentTextEditor
A simple text editor with a intelligent autocomplete.

It uses my own implementation of a prefix tree to autocomplete and .txt files for save all words (local database), it display the first five words of suggest words.