Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/htanjo/stackedit-theme
- Owner: htanjo
- License: mit
- Created: 2015-04-03T01:58:39.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-01-22T09:05:39.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:18:16.810Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - htanjo/stackedit-theme - Custom theme extension for StackEdit (others)
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).