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

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

Awesome Lists containing this project

README

          

# Space Text Editor

[![test](https://img.shields.io/github/workflow/status/ttypic/space/Test?label=tests&style=flat-square)](https://github.com/ttypic/space/actions)
[![deploy](https://img.shields.io/github/workflow/status/ttypic/space/Deploy?label=deploy&tyle=flat-square)](https://github.com/ttypic/space/actions)
[![coverage-status](https://img.shields.io/codecov/c/github/ttypic/space.svg?style=flat-square)](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.