We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35deddc commit e007649Copy full SHA for e007649
README.md
@@ -1,12 +1,20 @@
1
# footNotes
2
tinymce Editor 4.x / 5.x FootNotes Plugin.
3
-> **JQuery is required**
+> **JQuery is required (tinymce 4.x)**
4
5
-#### tinymce version 4.x and 5.x support
6
+# Principle
7
8
+The text entered in the insert contents window is stored in the 'data-content' attribute
9
-### Usage
10
+````
11
+//html of button inserted in editor
12
+<span id="#wk_ft1" class="fnoteWrap" contenteditable="false" data-mce-selected="1">
13
+ <button class="fnoteBtn" type="button" data-content="the text entered">1</button>
14
+</span>
15
16
+
17
+#Usage
18
tinymce.init({
19
selector: 'textarea',
20
plugins: [
0 commit comments