Περιγραφή
This plugin allows one to create footnotes by using markdown notation.
It is for footnotes only. No other markdown tag is taken into account
Παράδειγμα:
I have more [^1] to say up here.
[^1]: To say down here.
If used with jetpack and enabled markdown, it only shows the buttons without modifying the text content.
Unlike jetpack-markdown, footnotes will appear in the exact point where they have been inserted. To go back to text mode click on the footnote number.
N.B
This plugin also works with Gutenberg. But the button only appears in the Classic Editor.
For now with Gutenberg enter the codes directly.
Ρύθμιση
No configuration is necessary.
Considering that this plugin, like others working with “markdown”, parsing the page every time I load it, I highly recommend using a caching plugin.
Στιγμιότυπα
Εγκατάσταση
Αυτή η ενότητα περιγράφει πώς να εγκαταστήσετε το πρόσθετο και να το κάνετε να δουλεύει.
- Upload the plugin files to the ‘/wp-content/plugins/blank-footnotes’ directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the ‘Plugins’ screen in WordPress
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Blank Footnotes” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Blank Footnotes” έχει μεταφραστεί σε 2 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Blank Footnotes” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.6.6
- Changed strings translation
1.6.5
- Fixed version
1.6.4
- Fixed typo
1.6.3
- Fixed plugin name
1.6.2
- Added note for Gutenberg
- Tested with WordPress 5.0.1
1.6.1
- Added note for Gutenberg.
- Fixed style according to WordPress Coding Standards for PHP_CodeSniffer.
- Tested with WordPress 5.0 classic editor
1.6
- Add domain path
1.5
- Fix typo
1.4
- Fix translation
1.3
- Fix jetpack detection
1.1
- Fix english language
- Fix text editor string
- Fix syntax for WordPress coding standard
1.0
- First version in WordPress plugins directory
0.4
- Added Documentation in PHPDoc format.
- Renamed some function with bfn_ preposition
0.3
- Added localization (in langs)
- Προστέθηκε ιταλική γλώσσα
0.2
- Added button for text editor
- Added button for TinyMCE
0.1
- Αρχική έκδοση
- Regex to convert Markdown footnotes to HTML