Ghost/ghost/importer-revue
renovate[bot] 239b5b6369
🐛 Fixed certain snippets not inserting correctly (#20129)
ref https://linear.app/tryghost/issue/ONC-26/support-escalation-template-bug
ref https://github.com/TryGhost/Ghost/issues/18948

- bumps `@tryghost/koenig-lexical` to version that doesn't crash during snippet insertion when last node doesn't match expectations for inserting a trailing paragraph
- bumps all Koenig packages to ensure internal dependencies are pinned to prevent potential issues from mixed versions caused by yarn resolution
2024-05-16 11:39:03 +00:00
..
lib Trim generated post slug length in Revue importer (#16065) 2023-01-03 20:15:32 +00:00
test Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
.eslintrc.js Added Revue Importer (#16012) 2022-12-15 17:22:54 +00:00
index.js Added Revue Importer (#16012) 2022-12-15 17:22:54 +00:00
package.json 🐛 Fixed certain snippets not inserting correctly (#20129) 2024-05-16 11:39:03 +00:00
README.md Added Revue Importer (#16012) 2022-12-15 17:22:54 +00:00

Importer Revue

Revue importer

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