https://github.com/gocom/cotton
JavaScript based Textile quick syntax editor
https://github.com/gocom/cotton
Last synced: 30 days ago
JSON representation
JavaScript based Textile quick syntax editor
- Host: GitHub
- URL: https://github.com/gocom/cotton
- Owner: gocom
- License: mit
- Created: 2012-03-19T00:42:16.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T21:09:12.000Z (almost 13 years ago)
- Last Synced: 2026-02-11T05:04:40.177Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. Cotton.js
Dream would be have no dialogs, smart buttons, multi-line support, only one heading and one codeblock button. An editor should make editing easier and user-friendlier, not slower. *Currently work in progress*.
h2. Install
Using "Bower":http://bower.io:
bc. $ bower install cotton
h2. Build
Cotton.js uses "Grunt":http://gruntjs.com to run tasks. First make sure that you have all base dependencies installed by running npm in the repository's directory:
bc. $ cd amata
$ npm install
After you have installed all dependencies, you will be able to run tasks using Grunt, like building and testing:
bc. $ grunt [task]
Where the @[task]@ is one of @watch@, @test@, @build@ or @release[:patch | :minor | :major]@.