repositorypackage
0.0.0-20241212064713-01db6045b45a
Repository: https://github.com/ge-editor/te.git
Documentation: pkg.go.dev
# README
te - Text Editor Functionalities for ge
te is a package that provides text editor functionalities for the ge text editor.
Features
- Default view in ge: Provides the default view for the ge text editor.
- Includes functionalities for cursor movement, text editing, and more.
Installation
To use te in your Go project, you can simply import it as follows:
import "github.com/ge-editor/te"
Then, you can use the functionalities provided by te in your project.
Contributing
Contributions to te are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or create a pull request on the GitHub repository.
License
This package is licensed under the MIT License. See the LICENSE file for details.