Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guestbell/slate-plugins
- Owner: guestbell
- Created: 2018-12-18T15:05:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:16:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T06:22:20.391Z (3 months ago)
- Language: TypeScript
- Size: 5.35 MB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: Readme.md
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.