├── .github └── FUNDING.yml ├── LICENSE.md ├── bower.json ├── buttons.css ├── buttons.js ├── readme.md └── screenshot.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/LICENSE.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/bower.json -------------------------------------------------------------------------------- /buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/buttons.css -------------------------------------------------------------------------------- /buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/buttons.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/readme.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdark/codemirror-buttons/HEAD/screenshot.png --------------------------------------------------------------------------------