https://github.com/ttypic/space
Space is fast, ready to use, offline-first text editor, right in your browser
https://github.com/ttypic/space
Last synced: 11 months ago
JSON representation
Space is fast, ready to use, offline-first text editor, right in your browser
- Host: GitHub
- URL: https://github.com/ttypic/space
- Owner: ttypic
- License: mit
- Created: 2020-06-07T23:52:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:26:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T21:35:07.850Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://space.ttypic.com/
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Space Text Editor
[](https://github.com/ttypic/space/actions)
[](https://github.com/ttypic/space/actions)
[](https://codecov.io/gh/ttypic/space)
Space is fast, ready to use, offline-first text editor inside your browser.
It can be useful to edit some text file fast without installation any additional software.
This project is based on beautiful [Ace](https://github.com/ajaxorg/ace) text editor.
## Main Features
Space has lots of features:
* Syntax highlighting
* Automatic indent and outdent
* Handles huge documents (according to Ace documentation less than four million lines)
* Highlight matching parentheses
* Drag and drop text using the mouse
* Code folding
* Multiple cursors and selections
* Cut, copy, and paste functionality
## License
This project is licensed under MIT license.