1.0.0-alpha.1 • Published 2 years ago

@lblod/ember-rdfa-editor-rdfa-date-plugin v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ember-rdfa-editor-rdfa-date-plugin

This plugin allows you interact with dates on the editor, it will find dates in the text, add the correct rdfa attributes and let you modify them in the plugin card

Note: this plugin uses the new plugin architecture. It needs to be passed to the editor for inititialization.

<Rdfa::RdfaEditor
  class="au-c-rdfa-editor"
  @profile={{@profile}}
  @rdfaEditorInit={{this.rdfaEditorInit}}
  @editorOptions={{this.editorOptions}}
  @toolbarOptions={{this.toolbarOptions}}
  @plugins={{array 'rdfa-date'}
/>

Compatibility

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above

Installation

ember install @lblod/ember-rdfa-editor-rdfa-date-plugin

Usage

The plugin will trigger when the cursor is inside any html element marked with xsd:dateTime

License

This project is licensed under the MIT License.

1.0.0-alpha.1

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago