0.2.2 • Published 2 years ago

@lblod/ember-rdfa-table-of-contents-plugin v0.2.2

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

ember-rdfa-editor-table-of-contents-plugin

This plugin implements an auto-refreshing table of contents using an inline component. A table of contents can be inserted into the editor using:

controller.executeCommand(
      'insert-component',
      'inline-components/table-of-contents'
    );