Ghost/ghost/external-media-inliner
2023-11-29 17:56:03 +00:00
..
lib Add Lexical support to the external-media-inliner (#19149) 2023-11-29 17:56:03 +00:00
test Add Lexical support to the external-media-inliner (#19149) 2023-11-29 17:56:03 +00:00
.eslintrc.js Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00
index.js Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00
package.json Improve external media inliner URL handling (#18428) 2023-10-19 11:58:41 +01:00
README.md Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00

External Media Inliner

Service that processes post contents and downloads/inlines external media

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests