Blank Footnotes

説明

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.

スクリーンショット

  • Visual Editor TinyMCE with plugin actived
  • Popup where you can enter note number
  • Example with the footnotes display

インストール

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the ‘/wp-content/plugins/blank-footnotes’ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

評価

2023年3月5日
Ich verwende „Blank Footnotes“ in meinen Beiträgen. Mit dem Plugin ist es sehr einfach Quellen bzw. Literaturverzeichnis zu erstellen. ich hoffe Corrado Franco entwickelt es weiter und in Gutenberg-Editor wird einfache Funktion ergänzt für die automatische Erzeugung von Verzeichnis. Auch Anpassung von Einstellungen werde ich sehr begrüßen.
2019年7月31日
I was looking for a simple solution that doesn’t add extra scripts to my site. This is it. Auto-numbering would be a good improvement.
2016年9月3日 1 reply
Perfect for a minimal footnote option, which has a custom place. Thank you very much!
2016年9月3日
This plug-in works great and looks fine. A perfectly minimal footnotes option. I will use it liberally.
3件のレビューをすべて表示

貢献者と開発者

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)
  • Added italian language

0.2

  • Added button for text editor
  • Added button for TinyMCE

0.1

  • プラグインをリリース
  • Regex to convert Markdown footnotes to HTML