Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-selective-mediaembed
Enable a subset of MediaEmbed sites from TextFormatter
https://github.com/clarkwinkelmann/flarum-ext-selective-mediaembed
Last synced: about 1 month ago
JSON representation
Enable a subset of MediaEmbed sites from TextFormatter
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-selective-mediaembed
- Owner: clarkwinkelmann
- License: mit
- Created: 2022-08-12T23:27:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T17:01:09.000Z (about 1 year ago)
- Last Synced: 2024-09-17T20:18:12.070Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/31404
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Selective MediaEmbed
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clarkwinkelmann/flarum-ext-selective-mediaembed/blob/master/LICENSE.txt) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-selective-mediaembed.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-selective-mediaembed) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-selective-mediaembed.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-selective-mediaembed) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This extension allows you to enable a custom subset of MediaEmbed sites provided by Flarum's TextFormatter.
The list of sites and their templates are not managed by this extension, they come bundled with [s9e/TextFormatter](https://github.com/s9e/TextFormatter/).
You can use this extension at the same time as [FoF Formatting](https://github.com/FriendsOfFlarum/formatting), but you should not enable MediaEmbed in FoF Formatting when doing so.
The configuration only applies to new posts.
Older posts must be edited for the new configuration to be used (both to add or remove stale embeds).## Installation
composer require clarkwinkelmann/flarum-ext-selective-mediaembed
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-selective-mediaembed)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-selective-mediaembed)
- [Discuss](https://discuss.flarum.org/d/31404)