lblod / frontend-embeddable-notule-editor

Frontend for an embeddable variant of the editor.
MIT License
1 stars 1 forks source link

Bump editor and plugins and introduce RDFa aware editing #253

Closed dkozickis closed 4 months ago

dkozickis commented 4 months ago

Overview

Bump editor and plugins to:

{
  "@lblod/ember-rdfa-editor": "^9.10.0",
  "@lblod/ember-rdfa-editor-lblod-plugins": "^19.2.0"
}

This release adapts embedded to RDFa (RDF in Attributes) aware editing, based on the changes in ember-rdfa-editor version 9.6.0

Setup

  1. Checkout
  2. pnpm i
  3. pnpm run start

How to test/reproduce

Make sure editor still works 🫡 and the styles are not broken 🤔

Checks PR readiness

dkozickis commented 4 months ago

It may make most sense to switch the visual part off, merge this, then add the option to edit RDFa later.

Will follow this one 🙏🏻