Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xadillax/sublame
- Owner: XadillaX
- Created: 2014-04-23T04:27:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T04:28:09.000Z (over 10 years ago)
- Last Synced: 2024-10-05T01:53:59.865Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SubLAME
=========
A Webkit-based text editor using CodeMirror (http://codemirror.net) that is not splendid or sublimeCurrent 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)