Ghost/ghost/importer-revue
renovate[bot] 93382df314
🐛 Fixed various editor issues (#18645)
closes https://github.com/TryGhost/Ghost/issues/18448

- improved slash menu positioning when opening at the bottom of a post
- fixed backspace sometimes deleting a preceding card (e.g. backspace at end of link inside a paragraph preceded by a card)
- fixed `?source=html` issues
  - images not rendering in front-end output after import
  - images wrapped in links losing their link after import
- fixed inline styles in HTML card content not displaying in the editor
- fixed broken help link in the email card
2023-10-19 19:17:23 +01: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 various editor issues (#18645) 2023-10-19 19:17:23 +01: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