@lblod/ember-rdfa-table-of-contents-plugin
v0.2.2
Published
Table of contents plugin for ember-rdfa-editor
Downloads
4
Readme
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'
);