Opened 12 years ago
Last modified 12 years ago
#11565 confirmed New Feature
Footnote plugin
| Reported by: | Andras Peter Juhasz | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
I have noticed that there is no plugin for inserting footnotes into text using CKEditor although I found a Drupal module at https://drupal.org/project/footnotes bundled with CKEditor which has a footnote plugin.
I also found a DokuWiki module called ckgedit at https://www.dokuwiki.org/plugin:ckgedit used for editing bundled with CKEditor including a footnote plugin.
So one of these footnote plugins could be merged into the main release of CKEditor.
Change History (2)
comment:1 Changed 12 years ago by
| Keywords: | footnote removed |
|---|---|
| Status: | new → confirmed |
| Version: | 4.3.3 (GitHub - master) |
comment:2 Changed 12 years ago by
There seems to be good example on the web that matches what I have written in previous post - http://wet-boew.github.io/wet-boew/demos/footnotes/footnotes-en.html.

I think this can be done. Footnote marker would have to be implemented as link to anchor in document wrapped in sup tag
<sup><a href="#some anchor name" .... Bottom marker would have to be implemented as anchor that allows entering text inside.Perhaps a better approach for bottom marker would be having two paragraphs (or two divs with paragraphs) - one holding description and second holding the anchor. Still anchor has to allow numbers instead of default image in this case.