Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/drafts
Enables creation of discussion drafts
https://github.com/FriendsOfFlarum/drafts
flarum friendsofflarum hacktoberfest
Last synced: about 9 hours ago
JSON representation
Enables creation of discussion drafts
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/drafts
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-08-03T09:33:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:55:51.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:24.047Z (5 days ago)
- Topics: flarum, friendsofflarum, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 874 KB
- Stars: 16
- Watchers: 6
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flarum - FoF Drafts - Allow users to create post and discussion drafts. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# Drafts by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/drafts.svg)](https://packagist.org/packages/fof/drafts) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](https://opencollective.com/fof/donate)
A [Flarum](http://flarum.org) extension. Enables saving of discussion drafts.
### Installation
Install with composer:
```sh
composer require fof/drafts:"*"
```#### To enable the Scheduler, be sure to add the job to your crontab:
```sh
crontab -e
```Then add
```sh
* * * * * cd /path-to-your-project && php flarum schedule:run
```For more info, see [this blog post](https://discuss.flarum.org/d/24118-setup-the-flarum-scheduler-using-cron)
### Updating
```sh
composer update fof/drafts
```### Links
[](https://opencollective.com/fof/donate)
- [Packagist](https://packagist.org/packages/fof/drafts)
- [GitHub](https://github.com/FriendsOfFlarum/drafts)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).