Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/htanjo/stackedit-theme

Custom theme extension for StackEdit
https://github.com/htanjo/stackedit-theme

Last synced: 5 days ago
JSON representation

Custom theme extension for StackEdit

Awesome Lists containing this project

README

        

# stackedit-theme
> Custom theme extension for StackEdit

## Usage
**[StackEdit](https://stackedit.io/editor) -> Settings -> Extensions -> UserCustom extension**

Paste this code and activate "UserCustom extension".
```js
userCustom.onReady = function () {
$('head').append('');
};
```

## License
Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the [MIT License](LICENSE).