Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/sublame

A webkit-based text editor using CodeMirror that is not splendid or sublime
https://github.com/xadillax/sublame

Last synced: 29 days ago
JSON representation

A webkit-based text editor using CodeMirror that is not splendid or sublime

Awesome Lists containing this project

README

        

SubLAME
=========
A Webkit-based text editor using CodeMirror (http://codemirror.net) that is not splendid or sublime

Current Features
================
(Not a lot yet)

- Open File ```Ctrl+O```
- Save File ```Ctrl+S```
- CodeMirror features (HTML syntax coloring, emmet, etc.) ``` ? ```
- Fullscreen support ```F11```

Screenshots
===========
Everyone loves screenshots

![Main screen](https://raw.githubusercontent.com/ibito/SubLAME/master/img/screenshots/SubLAME.png "Main screen")

![Opening a file](https://raw.githubusercontent.com/ibito/SubLAME/master/img/screenshots/SubLAME-open-file.png "Opening a file")

Try it out
==========
(At this point, there are no binaries yet)

For now, you need to install [Node Webkit](https://github.com/rogerwang/node-webkit), it has binaries for the 3 mayor operating systems.

Clone this repository
```
git clone https://github.com/ibito/SubLAME.git
```

And finally, just run SubLAME with Node Webkit:
```
nw /path/to/SubLAME
```

Tech
====

SubLAME uses a number of open source projects to work:
- [Node Webkit](https://github.com/rogerwang/node-webkit)
- [CodeMirror](http://codemirror.net)
- [gulp.js](http://gulpjs.com/)
- (we're sure we'll use more)