| 开发者 | writerspress |
|---|---|
| 更新时间 | 2026年5月12日 01:04 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Author, Title, Year, and URL.
When you write [cite id="who-2024"], CiteKit uses that string as the citation's permanent identifier. When you write [cite] with no ID, CiteKit auto-assigns a UUID (e.g. a3f8c1d2-04be-4e7a-9b23-f1cc8820de45) on first save. Both work identically — custom IDs are simply easier to recognise and reuse across posts.
Yes. Two posts using [cite id="who-2024"] both point to the same reference record. Editing the metadata in either post's CiteBox updates the shared record everywhere.
Three styles are supported. style="dashed" (default) and style="dotted" render with the tip attribute as the visible underlined term and the content between the tags as the definition shown on hover — e.g. [tooltip tip="FOSS"]Free and Open Source Software[/tooltip]. Any other string (such as *, †, ‡, §, ¶, or note) is treated as a symbol marker, rendered as a superscript where the shortcode content becomes the popup — e.g. [tooltip style="*"]Popup aside[/tooltip].
Tooltips are inline definitions or explanations that appear on hover only — supplementary aids that aren't part of the document's permanent record. Footnotes are numbered notes that appear both on hover AND in a full list at the end of the post via [footnotes] or the Footnotes by CiteKit block — they're part of the article's substantive content. Citations, by contrast, are numbered references to external sources that link to the bibliography. The Getting Started page inside your CiteKit admin includes a "What's the difference?" section that explains each feature side-by-side with examples.
Footnotes are auto-numbered in order of appearance within each post, starting from 1. Numbering is per-post — each post has its own footnote sequence. Footnotes are distinct from citations: citations use bracketed baseline markers like [1], footnotes use superscript numbers like ¹.
WordPress added a native Footnotes block in core 6.3. It provides basic numbered footnotes at the bottom of the post with inline markers. The Footnotes by CiteKit block adds several features on top: hover popups on markers (so readers can preview without scrolling), an explicit list mode via [footnotes]one; two; three[/footnotes], custom heading control, integration with CiteKit's citation and bibliography system, and a consistent visual style shared with the rest of the plugin's features. You can use either — CiteKit's does more, WordPress core's is minimal.
No. CiteKit is optimised for WordPress publishing workflows, not full academic reference management.
Yes. CiteKit provides a Bibliography by CiteKit block, a Footnotes by CiteKit block, and three inline RichText formats (Citation, Tooltip, and Footnote) that appear as toolbar buttons on paragraphs, headings, list items, and quote blocks. Shortcodes continue to work in both the classic editor and the block editor.
Posts and pages are supported in the free version. Custom post type support is available in CiteKit Pro.
The block sidebar lets you enter a citation ID and reference details directly. A searchable reference picker that connects to your full library is available in CiteKit Pro.
[footnote]...[/footnote] shortcode and Footnote toolbar format. Each footnote is auto-numbered in order of appearance and renders as a superscript marker with hover popup.[footnotes] shortcode and Footnotes by CiteKit block — renders the full numbered list at the end of the post with back-links to each marker. Explicit list mode also supported: [footnotes]one; two; three[/footnotes].[tooltip tip="Term"]Definition[/tooltip] renders the tip attribute as the visible inline term (dashed underline by default; dotted available via style="dotted") and the content between the tags as the definition shown on hover. Symbol-marker mode (style="*", †, etc.) remains fully supported and backward compatible — in symbol mode the shortcode content continues to serve as the popup.