이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Footnotation

설명

Based on the now unsupported fd-footnotes plugin, Footnotation provides
an easy way to add footnotes to your posts.

The syntax is retained from fd-footnotes which means it is natural, simple to
understand, and degrades gracefully even if the plugin is removed. Bidirectional
links are created automatically between a footnote and its position in the main
content where the footnote was referenced from so that readers can refer to
a footnote and return to their place in the text they were reading, with ease.

To make a footnote, type it inline within arbitrarily numbered square brackets:

 [7. Example footnote.]

The syntax is important. Each pair of square brackets must contain a number
followed by a full stop and a space and then have the footnote text itself.

Neither do the numbers have to be in order nor do they have to be unique. All
footnotes will be re-numbered automatically.

Settings

Show footnotes only on single posts or pages: This option hides the list of
footnotes on the main blog page but retains their numbers which will link to the
individual post/page URL directly.

Collapse footnotes until they are clicked on: This option hides footnotes
initially, expanding them only when a footnote reference is clicked on.

Match footnote marker colour to surrounding text: This option makes sure the
footnote reference marker matches the body text (academic style). The default
option is to have the footnote marker match the website’s default link colour
(web style).

NB Anything from links to formatting to images may be included inside a
footnote, except square brackets.

NB Multiple footnotes with the same text and number will leave you with incorrect
footnotes. Make sure either that all footnotes have different content or, two or
more footnotes with the same content all have different numbers.

스크린샷

  • Include footnotes with ease while writing. (The number after the square bracket can be arbitrary.)
  • Footnote marker on the frontend. (You are offered two display styles to choose from.)
  • Footnotes displayed elegantly below the article.

설치

  1. Copy the footnotation directory into wp-content/plugins or upload footnotations.zip via the ‘Add new’ plugins option.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Installation Instructions
  1. Copy the footnotation directory into wp-content/plugins or upload footnotations.zip via the ‘Add new’ plugins option.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

후기

2018년 9월 16일
We’ve used this plugin since fd-footnotes was abandoned. On our site, it’s absolutely essential. As others have said, it’s straight forward and easy to use. Unfortunately, if you do a lot of hand coding on your pages, and so use a raw HTML syntax highlighting editor, you’ll find yourself incredibly frustrated by this plugin, as a single footnote is almost guaranteed to make a complete hash of the syntax highlighting. The reason is fairly simple: This plugin violates the rules for WordPress shortcodes. A useful work-around for the interested: use double square brackets while editing your page/post. So instead of: [1. this is a footnote.] Write: [[1. this is a footnote.]] while you’re working on the page/post. Your footnote marks will then be surrounded by square brackets, but at least the syntax highlighting in your code editor won’t be turned into mush. Then, after you’re through editing, remove the outside set of square brackets. Not perfect, but until or unless the developer of this plugin wishes to update it to comply with shortcode syntax (which might screw up old posts) its the best we can hope for.
2018년 3월 27일
The #1 choice for any one who wants to make footnotes. even a new user like me found this plugin very easy to use. the return feature is sooo cool.thanks.
2017년 11월 20일
I had used FD Footnotes for years and was apprehensive that the plugin would stop working some time in the future since the original author announced that he would not be updating it any more. So I was delighted to discover this drop-in replacement. It works perfectly, just like the original FD Footnotes. Kudos to V.H. Belvadi for offering this replacement. I trust that he will continue to support it. As of WordPress 4.9, the plugin works perfectly. A truly elegant, easy-to-use solution!
2017년 5월 25일
Thank you for continuing the now unsupported fd-footnotes plugin. This plugin ist really easy to use and works well. Here is my CSS for minor aesthetic changes: sup.footnote a { text-decoration: underline; vertical-align: super; font-weight: bold; font-size: 80%; padding-left: 0.1em; } .footnotedivider { width: 40%; padding-top: 0.8em; border-top: 1px solid #000; } .footnotes li { font-size: 1.1em !important; max-width: 490px; margin-bottom: 1em; } If you want a button for showing / hiding footnotes: .footnotes > p:nth-child(2) { margin-top: .2em; } .footnoteshow { display: inline-block; color: #575757; background: #f2f2f2; margin-left: 2em; margin-bottom: .8em; font-size: .8em; border: solid #d1d1d1 1px; padding: 3px 13px 2px 13px; text-decoration: none; } .footnoteshow:hover { color: #fff; background: #1296e8; text-decoration: none; } Last thing: it is possible to translate the “Show footnotes” string editing the plugin code in WP. Updates of the plugin will destroy changes, but they won’t happen very often, I suppose. Thank you for maintaining this plugin!
2017년 4월 14일
This plugin manages footnotes in an easy, convenient, and robust way. An essential tool!
모든 5 평가 읽기

기여자 & 개발자

“Footnotation”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Footnotation”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2

  • Front-end php notices corrected
  • Minor code improvements
  • With contributions by Mista-Flo

1.1

  • Plugin icons added
  • Now on github ~ https://github.com/vhbelvadi/Footnotation

1.0

  • New options and styling added
  • Initial fork off fd-footnotes