{"id":231688,"date":"2025-06-04T20:39:00","date_gmt":"2025-06-04T20:39:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/citation-blocks-2-0\/"},"modified":"2026-09-19T20:33:37","modified_gmt":"2026-09-19T20:33:37","slug":"citation-reference-manager","status":"publish","type":"plugin","link":"https:\/\/lo.wordpress.org\/plugins\/citation-reference-manager\/","author":23283334,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"4.3.2","stable_tag":"4.3.2","tested":"7.1.1","requires":"6.3","requires_php":"7.4","requires_plugins":null,"header_name":"CiteKit Reference Manager with Footnotes, Citations, Bibliographies, Tooltips and Glossary","header_author":"writerspress","header_description":"Easily manage your references and sources with inline citations, create tooltip notes, and auto\u2011generate bibliographies (APA, MLA, Chicago, Harvard, IEEE).","assets_banners_color":"ebebeb","last_updated":"2026-09-19 20:33:37","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/citekit.com","header_author_uri":"https:\/\/profiles.wordpress.org\/writerspress\/","rating":5,"author_block_rating":0,"active_installs":70,"downloads":2058,"num_ratings":2,"support_threads":2,"support_threads_resolved":2,"author_block_count":0,"sections":["description","faq"],"tags":{"1.0.0":{"tag":"1.0.0","author":"writerspress","date":"2025-06-04 20:44:30","revision":3306719},"2.0.0":{"tag":"2.0.0","author":"writerspress","date":"2026-03-21 03:02:46","revision":3487575},"3.0.0":{"tag":"3.0.0","author":"writerspress","date":"2026-04-06 21:56:43","revision":3500198},"3.1.0":{"tag":"3.1.0","author":"writerspress","date":"2026-04-22 20:42:06","revision":3513215},"3.1.1":{"tag":"3.1.1","author":"writerspress","date":"2026-05-11 17:04:04","revision":3528990},"3.2.0":{"tag":"3.2.0","author":"writerspress","date":"2026-05-26 05:06:15","revision":3548549},"3.2.1":{"tag":"3.2.1","author":"writerspress","date":"2026-05-26 05:25:00","revision":3548566},"4.0.0":{"tag":"4.0.0","author":"writerspress","date":"2026-08-20 16:55:07","revision":3657369},"4.0.1":{"tag":"4.0.1","author":"writerspress","date":"2026-08-20 17:15:28","revision":3657398},"4.2.0":{"tag":"4.2.0","author":"writerspress","date":"2026-08-23 15:43:40","revision":3662047},"4.3.1":{"tag":"4.3.1","author":"writerspress","date":"2026-09-14 19:52:31","revision":3695856},"4.3.2":{"tag":"4.3.2","author":"writerspress","date":"2026-09-19 20:33:37","revision":3703652}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":2},"assets_icons":{"icon-128x128.gif":{"filename":"icon-128x128.gif","revision":3657311,"resolution":"128x128","location":"assets","locale":"","width":250,"height":250},"icon-256x256.gif":{"filename":"icon-256x256.gif","revision":3657311,"resolution":"256x256","location":"assets","locale":"","width":250,"height":250}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3695837,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3692126,"resolution":"772x250","location":"assets","locale":"","width":1544,"height":500}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3703652,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"landingPage\":\"\\\/citekit-demo\\\/\",\"preferredVersions\":{\"php\":\"8.3\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"features\":{\"networking\":false},\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"citation-reference-manager\"},\"options\":{\"activate\":true}},{\"step\":\"runPHP\",\"code\":\"<?php\\nrequire_once 'wordpress\\\/wp-load.php';\\n\\n\\\/\\\/ Payload ingestion runs on save_post and checks edit_post, so the demo post\\n\\\/\\\/ must be created as the admin user for CiteKit to build the library from it.\\nwp_set_current_user( 1 );\\n\\n\\\/\\\/ Pretty permalinks, so the demo post is reachable at \\\/citekit-demo\\\/.\\nglobal $wp_rewrite;\\n$wp_rewrite->set_permalink_structure( '\\\/%postname%\\\/' );\\n$wp_rewrite->flush_rules();\\n\\n\\\/\\\/ Clear the stock content so the preview opens on the demo alone.\\nforeach ( get_posts( array( 'post_type' => array( 'post', 'page' ), 'numberposts' => -1, 'post_status' => 'any' ) ) as $stock ) {\\n\\twp_delete_post( $stock->ID, true );\\n}\\n\\n$content = <<<'CKDEMO'\\n<!-- wp:paragraph -->\\n<p>This post is a live demo of CiteKit Reference Manager. Everything below is real plugin output: hover a dotted term for a tooltip, hover a superscript number for a footnote, and click a citation marker to jump to the source list at the bottom.<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">Why cities get hotter<\\\/h2>\\n<!-- \\\/wp:heading -->\\n\\n<!-- wp:paragraph -->\\n<p>Roads, roofs and other built surfaces absorb solar energy during the day and release it as heat after sunset, so a dense downtown can be measurably warmer than the countryside around it. This is the [tooltip tip=\\\"urban heat island effect\\\"]A phenomenon in which an urban area is warmer than the surrounding rural area because of differences in surfaces, vegetation and human activity.[\\\/tooltip], and it is one of the clearest examples of how the built environment shapes local climate.[cite id=\\\"epa-heat-islands\\\" type=\\\"web\\\" author=\\\"literal:United States Environmental Protection Agency\\\" title=\\\"What Are Heat Islands?\\\" year=\\\"2025\\\" url=\\\"https:\\\/\\\/www.epa.gov\\\/heatislands\\\/what-are-heat-islands\\\"]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Vegetation behaves differently. Trees cast shade, and plants release water through [tooltip tip=\\\"evapotranspiration\\\"]The transfer of water from land and vegetation into the atmosphere through evaporation and plant transpiration.[\\\/tooltip], which cools the air around them. The height and spacing of buildings matters too, because it governs how much shade there is and how easily stored heat escapes at night.[cite id=\\\"urban-climates-2017\\\" type=\\\"book\\\" author=\\\"Oke, T. R.; Mills, Gerald; Christen, Andreas; Voogt, James A.\\\" title=\\\"Urban Climates\\\" year=\\\"2017\\\" publisher=\\\"Cambridge University Press\\\" place=\\\"Cambridge\\\" isbn=\\\"9781107429536\\\"][footnote]A heat island is not the same thing as a heat wave. A heat wave is a spell of unusually hot weather; a heat island is a persistent temperature difference between a city and its surroundings.[\\\/footnote]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">Do trees actually cool a city?<\\\/h2>\\n<!-- \\\/wp:heading -->\\n\\n<!-- wp:paragraph -->\\n<p>A systematic review of urban greening studies found that green spaces were generally cooler than comparable places without them.[cite id=\\\"bowler-2010\\\" type=\\\"journal\\\" author=\\\"Bowler, Diana E.; Buyung-Ali, Lisette; Knight, Teri M.; Pullin, Andrew S.\\\" title=\\\"Urban greening to cool towns and cities: A systematic review of the empirical evidence\\\" container=\\\"Landscape and Urban Planning\\\" volume=\\\"97\\\" issue=\\\"3\\\" pages=\\\"147-155\\\" year=\\\"2010\\\" doi=\\\"10.1016\\\/j.landurbplan.2010.05.006\\\"] That is not the same as saying a few street trees will cool a whole city, because a reading taken inside a park answers a different question than one taken across a metropolitan area.[footnote]Scale and measurement method matter when comparing greening studies. Cooling measured inside a park should not be read as an equivalent city-wide drop in air temperature.[\\\/footnote]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">Heat is a public health problem<\\\/h2>\\n<!-- \\\/wp:heading -->\\n\\n<!-- wp:paragraph -->\\n<p>Research on heat-related deaths shows wide variation between populations, which tells us that risk depends on who is exposed as much as on the temperature itself.[cite id=\\\"hajat-2010\\\" type=\\\"journal\\\" author=\\\"Hajat, Shakoor; Kosatky, Tom\\\" title=\\\"Heat-related mortality: a review and exploration of heterogeneity\\\" container=\\\"Journal of Epidemiology and Community Health\\\" volume=\\\"64\\\" issue=\\\"9\\\" pages=\\\"753-760\\\" year=\\\"2010\\\" pmid=\\\"19692725\\\"] Age, housing, access to cooling and night-time temperatures all shape the outcome, so the same forecast means very different things on different streets.[cite id=\\\"bowler-2010\\\"]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Notice that the last marker reuses an earlier source: cite the same ID twice and CiteKit reuses its original number instead of adding a duplicate entry.<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">Notes<\\\/h2>\\n<!-- \\\/wp:heading -->\\n\\n<!-- wp:paragraph -->\\n<p>[footnotes]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\n\\n<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">References<\\\/h2>\\n<!-- \\\/wp:heading -->\\n\\n<!-- wp:paragraph -->\\n<p>[bibliography]<\\\/p>\\n<!-- \\\/wp:paragraph -->\\nCKDEMO;\\n\\n\\\/\\\/ Every [cite] below carries its full source. CiteKit validates each one on\\n\\\/\\\/ save and creates the reference, so the Reference Library fills itself \\u2014\\n\\\/\\\/ the same path a real author gets when pasting a drafted article.\\nwp_insert_post( array(\\n\\t'post_title'   => 'Why cities get hotter \\u2014 a CiteKit demo',\\n\\t'post_name'    => 'citekit-demo',\\n\\t'post_status'  => 'publish',\\n\\t'post_type'    => 'post',\\n\\t'post_content' => $content,\\n) );\\n\\nupdate_option( 'blogname', 'CiteKit demo' );\\nupdate_option( 'blogdescription', 'Citations, footnotes, tooltips and bibliographies' );\\n\"}]}"}},"all_blocks":{"citekit\/glossary":{"$schema":"https:\/\/schemas.wp.org\/trunk\/block.json","apiVersion":3,"name":"citekit\/glossary","version":"1.0.0","title":"Glossary by CiteKit","category":"citekit","icon":"book","description":"Display your CiteKit glossary terms and definitions. Show every term or narrow the list to a single concept.","keywords":["glossary","terms","definitions","definition list","vocabulary","terminology"],"textdomain":"reference-manager","attributes":{"view":{"type":"string","default":"terms"},"group":{"type":"string","default":"alphabetical"},"concept":{"type":"string","default":""},"examples":{"type":"boolean","default":true}},"supports":{"html":false,"multiple":false,"inserter":true},"editorScript":"citekit-block-glossary-editor","viewScript":false},"citekit\/bibliography":{"$schema":"https:\/\/schemas.wp.org\/trunk\/block.json","apiVersion":3,"name":"citekit\/bibliography","version":"3.0.0","title":"Bibliography by CiteKit","category":"citekit","icon":"list-view","description":"Add citations, references, and footnotes to your post and automatically generate a formatted bibliography. Supports APA, MLA, Chicago, Harvard, and IEEE styles.","keywords":["bibliography","references","footnotes","works cited","sources","apa","mla"],"textdomain":"reference-manager","attributes":{"style":{"type":"string","default":""},"title":{"type":"string","default":""}},"supports":{"html":false,"multiple":false,"inserter":true},"editorScript":"citekit-block-bibliography-editor","viewScript":false},"citekit\/footnotes":{"$schema":"https:\/\/schemas.wp.org\/trunk\/block.json","apiVersion":3,"name":"citekit\/footnotes","version":"3.1.0","title":"Footnotes by CiteKit","category":"citekit","icon":"editor-ol","description":"Render the list of footnotes collected from [footnote] shortcodes or CiteKit Footnote toolbar tokens earlier in the post. Supports hover popups, auto-numbering, and back-links. Place at the end of your post. Not the same as WordPress core's built-in Footnotes block.","keywords":["footnotes","notes","endnotes","citekit","references"],"textdomain":"reference-manager","attributes":{"title":{"type":"string","default":""}},"supports":{"html":false,"multiple":false,"inserter":true},"editorScript":"citekit-block-footnotes-editor","viewScript":false}},"tagged_versions":["1.0.0","2.0.0","3.0.0","3.1.0","3.1.1","3.2.0","3.2.1","4.0.0","4.0.1","4.2.0","4.3.1","4.3.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3499508,"resolution":"1","location":"assets","locale":"","width":1611,"height":935}},"screenshots":[]},"plugin_section":[],"plugin_tags":[73847,17569,1850,2409,4649],"plugin_category":[],"plugin_contributors":[243372],"plugin_business_model":[],"class_list":["post-231688","plugin","type-plugin","status-publish","hentry","plugin_tags-bibliographies","plugin_tags-citations","plugin_tags-footnotes","plugin_tags-glossary","plugin_tags-tooltips","plugin_contributors-writerspress","plugin_committers-writerspress"],"banners":{"banner":"https:\/\/ps.w.org\/citation-reference-manager\/assets\/banner-772x250.png?rev=3692126","banner_2x":"https:\/\/ps.w.org\/citation-reference-manager\/assets\/banner-1544x500.png?rev=3695837","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/citation-reference-manager\/assets\/icon-128x128.gif?rev=3657311","icon_2x":"https:\/\/ps.w.org\/citation-reference-manager\/assets\/icon-256x256.gif?rev=3657311","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/citation-reference-manager\/assets\/screenshot-1.png?rev=3499508","caption":""}],"raw_content":"<!--section=description-->\n<p><a href=\"https:\/\/citekit.com\/docs\/citation-reference-manager\/\">Documentation<\/a> | <a href=\"https:\/\/citekit.com\/reference-manager-for-wordpress\/demo\/\">Live Demo<\/a> | <a href=\"https:\/\/citekit.com\/wordpress-shortcode-reference-sheet\/\">Shortcodes &amp; Blocks Reference<\/a> | <a href=\"https:\/\/citekit.com\/changelog\/citation-reference-manager\/\">Changelog<\/a> | <a href=\"https:\/\/citekit.com\/support\/\">Support<\/a><\/p>\n\n<p>CiteKit Reference Manager for WordPress allows online publishers to create, organize, edit, reuse, and publish structured references and citations as part of their WordPress publishing workflow.<\/p>\n\n<p><strong>Built for content that cites its sources:<\/strong><\/p>\n\n<ul>\n<li>Research and academic blogs<\/li>\n<li>Health, medical, and nutrition sites citing studies and clinical guidelines<\/li>\n<li>Legal, policy, and government-focused publishers<\/li>\n<li>Finance and business analysis<\/li>\n<li>Product reviews and comparison sites<\/li>\n<li>Independent publishers and journalists<\/li>\n<li>AI-assisted content teams that need real, verifiable sources<\/li>\n<li>Agencies managing citations across many client sites<\/li>\n<\/ul>\n\n<p>It includes:<\/p>\n\n<ul>\n<li><strong>Reference Library<\/strong> \u2014 a central library for storing and managing references used across a WordPress site. References can be reused across multiple posts, searched and filtered, and traced to the posts in which they are used.<\/li>\n<li><strong>Source lookup and manual entry<\/strong> \u2014 create references manually or look up sources using URLs and YouTube links, DOIs, ISBNs, PubMed IDs, or title search. Retrieved metadata can be reviewed and edited before the reference is saved.<\/li>\n<li><strong>Source types for online publishing<\/strong> \u2014 web pages, journal articles, books and chapters, reports, news, theses, datasets and standards, plus videos, social posts, wiki articles and code repositories. Each records what identifies the exact version cited, from a DOI to a wiki revision id to a commit.<\/li>\n<li><strong>Reference import and export<\/strong> \u2014 import existing references from BibTeX, RIS, or CSL-JSON and export CiteKit references back into those formats for use in other reference-management and publishing systems.<\/li>\n<li><strong>Multiple citation styles<\/strong> \u2014 publish references using APA, MLA, Chicago Author-Date, Chicago Notes-Bibliography, Harvard, IEEE, Vancouver, or AMA. Choose one style for the whole site, and set the bibliography heading site-wide or per post.<\/li>\n<li><strong>Reference reuse<\/strong> \u2014 cite the same reference from multiple posts and maintain a single underlying reference record rather than duplicating source metadata throughout the site.<\/li>\n<li><strong>Structured creators<\/strong> \u2014 record each author or editor as a person or an organization, so institutional names are published whole and personal names are inverted or initialised as the citation style requires.<\/li>\n<li><strong>Post-level citation editor<\/strong> \u2014 review and edit the references used in the current post from one place.<\/li>\n<li><strong>Citation Link Checker<\/strong> \u2014 check the URLs attached to references and mark them as Live, Broken, or Unchecked so publishers can identify inaccessible or deteriorating sources.<\/li>\n<li><strong>Portable references and citations<\/strong> \u2014 content created outside WordPress can carry structured source data with it, allowing CiteKit to reconstruct and reuse the corresponding Reference Library records when the content is published.<\/li>\n<\/ul>\n\n<p><strong>CiteKit Reference Manager for WordPress also includes additional publishing features:<\/strong><\/p>\n\n<ul>\n<li><strong>Citations<\/strong> \u2014 insert inline citations connected to structured references throughout WordPress content.<\/li>\n<li><strong>Bibliographies<\/strong> \u2014 generate formatted, backlinked bibliographies from the references cited in a post, with configurable headings and citation styles.<\/li>\n<li><strong>Footnotes<\/strong> \u2014 add numbered footnotes with hover previews and publish a complete numbered footnote list.<\/li>\n<li><strong>Tooltips<\/strong> \u2014 add inline definitions, explanations, and asides using dashed or dotted terms or superscript symbols, with the explanatory content displayed on hover.<\/li>\n<li><strong>Glossary<\/strong> \u2014 maintain a separate structured terminology library containing terms, definitions, aliases, concepts, related terms, examples, and URLs; import and export glossary data; promote tooltip definitions into reusable glossary terms; and publish a glossary or an index of it. Glossary terms are published with schema.org DefinedTermSet data.<\/li>\n<\/ul>\n\n<h3>CiteKit Premium<\/h3>\n\n<ul>\n<li><strong>Custom Citation Style Builder<\/strong> \u2014 build your own in-text and bibliography formats (author order, punctuation, italics, separators) with a live preview, applied site-wide, per post type, or per post.<\/li>\n<li><strong>Multi-style switching<\/strong> \u2014 give any post its own citation style instead of one style for the whole site.<\/li>\n<li><strong>Global reference editing<\/strong> \u2014 edit a reference in your Reference Library and the change propagates to every post that cites it.<\/li>\n<li><strong>In-post reference search<\/strong> \u2014 search your Reference Library and insert a predefined reference right from the post editor.<\/li>\n<li><strong>Custom post type support<\/strong> \u2014 use CiteKit on all posts, pages, and custom post types, and apply a custom-built citation style per post.<\/li>\n<li><strong>Citation metadata<\/strong> \u2014 output schema.org \/ JSON-LD data for every cited source so search engines and other tools can read and understand the citation metadata.<\/li>\n<li><strong>Rich footnotes &amp; tooltips<\/strong> \u2014 a native rich footnote and tooltip editor: add formatting, links, lists, images, alt text, and captions directly in WordPress, without writing custom markup.<\/li>\n<\/ul>\n\n<h3>CiteKit Blocks &amp; Formats<\/h3>\n\n<p>Three blocks in the CiteKit category of the block inserter:<\/p>\n\n<p><strong>Bibliography by CiteKit<\/strong> \u2014 the formatted, backlinked bibliography for the current post.<\/p>\n\n<p><strong>Footnotes by CiteKit<\/strong> \u2014 the numbered footnote list collected from earlier in the post, with hover previews and integration with the rest of the plugin.<\/p>\n\n<p><strong>Glossary by CiteKit<\/strong> \u2014 publish the site's glossary as a full term list or index.<\/p>\n\n<p>Three inline formats on the block toolbar \u2014 <strong>Citation<\/strong>, <strong>Tooltip<\/strong>, and <strong>Footnote<\/strong>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"can%20i%20reuse%20the%20same%20reference%20across%20multiple%20posts%3F\"><h3>Can I reuse the same reference across multiple posts?<\/h3><\/dt>\n<dd><p>Yes. The same reference can be reused across multiple posts without duplicating the underlying source metadata.<\/p><\/dd>\n<dt id=\"what%20is%20the%20difference%20between%20a%20tooltip%20and%20a%20glossary%20term%3F\"><h3>What is the difference between a tooltip and a glossary term?<\/h3><\/dt>\n<dd><p>A tooltip is the contextual presentation of a definition in one article. A glossary term is a reusable structured terminology record for the whole site. Tooltip definitions can be promoted into reusable glossary terms.<\/p><\/dd>\n<dt id=\"what%20is%20the%20difference%20between%20a%20tooltip%20and%20a%20footnote%3F\"><h3>What is the difference between a tooltip and a footnote?<\/h3><\/dt>\n<dd><p>Tooltips are inline definitions or explanations that appear on hover only. Footnotes are numbered notes that appear both on hover and in a full list at the end of the post. Citations, by contrast, connect claims or passages to external sources represented by CiteKit references. The <strong>Getting Started page<\/strong> inside your CiteKit admin includes a \"What's the difference?\" section that explains each feature side-by-side with examples.<\/p><\/dd>\n<dt id=\"how%20are%20footnotes%20numbered%3F\"><h3>How are footnotes numbered?<\/h3><\/dt>\n<dd><p>Footnotes are auto-numbered in order of appearance within each post, starting from 1. Numbering is per-post \u2014 each post has its own footnote sequence. Footnotes are distinct from citations: citations use bracketed baseline markers like [1], footnotes use superscript numbers like \u00b9.<\/p><\/dd>\n<dt id=\"what%27s%20the%20difference%20between%20the%20footnotes%20by%20citekit%20block%20and%20wordpress%27s%20built-in%20footnotes%20block%3F\"><h3>What's the difference between the Footnotes by CiteKit block and WordPress's built-in Footnotes block?<\/h3><\/dt>\n<dd><p>WordPress includes native footnotes for straightforward numbered notes. CiteKit footnotes add hover previews, custom heading control, and integration with CiteKit's other publishing features. If WordPress core footnotes already cover what you need, you can continue using them; CiteKit's footnotes are useful when you want the additional display and publishing workflow features.<\/p><\/dd>\n<dt id=\"is%20this%20a%20replacement%20for%20zotero%20or%20endnote%3F\"><h3>Is this a replacement for Zotero or EndNote?<\/h3><\/dt>\n<dd><p>No. CiteKit is optimised for WordPress publishing workflows, not full academic reference management.<\/p><\/dd>\n<dt id=\"does%20this%20work%20with%20the%20block%20editor%3F\"><h3>Does this work with the block editor?<\/h3><\/dt>\n<dd><p>Yes. CiteKit provides Bibliography, Footnotes, and Glossary blocks, along with inline Citation, Tooltip, and Footnote formats for the block editor.<\/p><\/dd>\n<dt id=\"does%20citekit%20support%20custom%20post%20types%3F\"><h3>Does CiteKit support custom post types?<\/h3><\/dt>\n<dd><p>Posts and pages are supported in the free version. Custom post type support is available in CiteKit Premium.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Manage your sources and references. Add footnotes, citations, bibliographies, tooltips and glossaries.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/231688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=231688"}],"author":[{"embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/writerspress"}],"wp:attachment":[{"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=231688"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=231688"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=231688"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=231688"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=231688"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=231688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}