Closed raae closed 5 years ago
Lets users define their own prefixes like video:.
video:
This would give users more control over their content, and also make it easier to migrate from other plugins were other prefixes have been used.
There are plugins for youtube, twitter etc. specifically. And the users of those will probably have lots of content already using a specific prefix.
In config usePrefix: ["video:", "oembed:"].
usePrefix: ["video:", "oembed:"]
Cool idea! I will try a workaround with this.
Lets users define their own prefixes like
video:
.This would give users more control over their content, and also make it easier to migrate from other plugins were other prefixes have been used.
There are plugins for youtube, twitter etc. specifically. And the users of those will probably have lots of content already using a specific prefix.
In config
usePrefix: ["video:", "oembed:"]
.