- Add: Icon for the WYSIWYG-editor button
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@920412 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
5327825754
commit
9645037f0c
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
||||||
init : function(ed, url) {
|
init : function(ed, url) {
|
||||||
ed.addButton('footnotes', {
|
ed.addButton('footnotes', {
|
||||||
title : 'Footnotes',
|
title : 'Footnotes',
|
||||||
cmd : 'footnotes'
|
cmd : 'footnotes',
|
||||||
//image : url + '/dropcap.jpg' TODO: add icon here
|
image : url + '/../img/fn-wysiwyg.png'
|
||||||
});
|
});
|
||||||
|
|
||||||
ed.addCommand('footnotes', function() {
|
ed.addCommand('footnotes', function() {
|
||||||
|
|
|
@ -46,7 +46,8 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho
|
||||||
- Add: Pre defined footnote short codes and possibility for a user defined short code
|
- Add: Pre defined footnote short codes and possibility for a user defined short code
|
||||||
- Add: Plugin Widget to define where the reference container shall appear when set to "widget area"
|
- Add: Plugin Widget to define where the reference container shall appear when set to "widget area"
|
||||||
- Update: Translation for new settings and for the Widget description
|
- Update: Translation for new settings and for the Widget description
|
||||||
- Add: New button in the WYSIWYG editor and in the plain text editor to easily implement the footnotes tag (icon for WYSIWYG-button missing!!!)
|
- Add: New button in the WYSIWYG editor and in the plain text editor to easily implement the footnotes tag
|
||||||
|
- Add: Icon for the WYSIWYG-editor button
|
||||||
|
|
||||||
= 1.1.1 =
|
= 1.1.1 =
|
||||||
- Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )
|
- Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )
|
||||||
|
|
Reference in a new issue