Ghost/ghost/external-media-inliner
Naz 6d4dcdf45d
Extended external media inlining
refs https://github.com/TryGhost/Toolbox/issues/524

- We need to be able to inline external media in all internal resources: tags, users, post's meta fields.
- This change adds media inlining logic to all these resources
2023-03-07 15:22:56 +08:00
..
lib Extended external media inlining 2023-03-07 15:22:56 +08:00
test Extended external media inlining 2023-03-07 15:22:56 +08:00
.eslintrc.js
index.js
package.json Added media inliner for mobiledoc content 2023-03-06 15:44:22 +08:00
README.md

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