Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guestbell/slate-plugins

Collection of slate plugins
https://github.com/guestbell/slate-plugins

Last synced: 15 days ago
JSON representation

Collection of slate plugins

Awesome Lists containing this project

README

        

# Slate plugins

Collection of slate plugins, initially forked from great gitbook repositories.

> ⚠️ Ever since gitbook abandoned the original version of slate and decided to fork their own, some plugins have been greatly neglected.
> This is our attempt to bring these plugins up to date with latest versions of slate.
> Please note that we will accept pr with new plugins, but we won't accept requests for us updating plugins that we don't use in guestbell.
> Please note we've rewritten plugins in typescript and also made some changes that might cause api to be inconsistent.

## Demo

Check out online [demo](https://guestbell.github.io/slate-plugins/)

## Getting Started

Plugins are publish via scope ```@guestbell```, therefore to install, you do

```
yarn add @guestbell/slate-edit-list
```

## Tests

We have temporarily disabled testing on these plugins. In some bright future, we expect to fix them and reenable.

## Development

Slate plugins is a monorepo maintained using lerna. All standard lerna rules applies.

```
yarn start
```

## Created and sponsored by

- [GuestBell](https://guestbell.com/) - Customer centric online POS for Hotels and short terms stays.

## Contributing

We'll be happy to accept PRs from anybody.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/guestbell/slate-plugins/tags).

## Authors

* [**Peter Kottas**](https://github.com/PeterKottas)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* It goes without saying most of this work is based on amazing work gitbook guys did.