<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Science Archives - FODINA 4 FOSS</title>
	<atom:link href="https://fodina.de/tag/science/feed/" rel="self" type="application/rss+xml" />
	<link>https://fodina.de/tag/science/</link>
	<description>a treasure trove for free software, techniques, and ideas</description>
	<lastBuildDate>Fri, 11 Aug 2023 18:56:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Footnotes on WordPress: From ‘Easy’ to ‘Made Easy’</title>
		<link>https://fodina.de/footnotes/</link>
					<comments>https://fodina.de/footnotes/#respond</comments>
		
		<dc:creator><![CDATA[Karsten Reincke]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 16:10:59 +0000</pubDate>
				<category><![CDATA[Humanities]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://127.0.0.1/wpd.fd/?p=5575</guid>

					<description><![CDATA[<p>I love scientific writing. Last night, I couldn’t hold back anymore. I need footnotes on WordPress that I can easily apply to my posts with a good result! So, I replaced Easy Footnotes with Footnotes Made Easy. Too systematically unattractive was the result of Easy Footnotes for me: Solution Background The plugin Easy Footnotes has [&#8230;]</p>
<p>The post <a href="https://fodina.de/footnotes/">Footnotes on WordPress: From ‘Easy’ to ‘Made Easy’</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I love <a href="https://fodina.de/proscientia-ltx/">scientific writing</a>. Last night, I couldn’t hold back anymore. <a href="https://fodina.de/mwm-ltx/">I need footnotes on WordPress</a> that I can easily apply to my posts with a good result! So, I replaced <em><a href="https://wordpress.org/plugins/easy-footnotes/">Easy Footnotes</a></em> with <em><a href="https://wordpress.org/plugins/footnotes-made-easy/">Footnotes Made Easy</a></em>. Too systematically unattractive was the result of <em>Easy Footnotes</em> for me:<span id="more-5575"></span> </p>



<p class="has-text-align-right"></p><div class="container"><div class="d-flex justify-content-end sample-row"><div class="col-xs"><div class="text-right">[ en | <a href="https://karsten-reincke.de/fussnoten">de</a> ]</div></div></div></div>



<h2 class="wp-block-heading"><i class=" fa-regular fa-face-smile"></i> Solution</h2>



<ul class="wp-block-list">
<li>Install the plugin <a href="https://wordpress.org/plugins/footnotes-made-easy/">Footnotes Made Easy</a>.</li>



<li>If still necessary, install the plugin <a href="https://wordpress.org/plugins/better-search-replace/">Better Search Replace</a>.</li>



<li>Open <em>Better Search Replace</em>.</li>



<li>Select all tables</li>



<li>Insert <code>[efn_note]</code> into the search field.</li>



<li>Insert a blank followed by two opened brackets into the replace field.</li>



<li>Make a test run.</li>



<li>Let the replacements be executed.</li>



<li>Insert [/efn_note] into the search field.</li>



<li>Insert <code>))</code> into the replacement field.</li>



<li>Make a test run.</li>



<li>Let the replacements be executed.</li>



<li>Delete the plugin <em>Easy Footnotes</em>.</li>
</ul>



<h2 class="wp-block-heading"><i class=" fa-regular fa-lightbulb"></i> Background</h2>



<p>The plugin <em>Easy Footnotes</em> has 2 peculiarities. First, it sets the footnote text in the title of the link: <code>&lt;a title="Here is the footnote text"&gt;</code>. So, the ability to design the footnote via CSS is very limited. Second, it builds the reference in accordance with the pattern <code>&lt;a ...&gt;&lt;sup&gt;Reference&lt;/sup&gt;&lt;/a&gt;</code>. This makes the underline appear on the line baseline, not directly under the superscript reference — which looks ugly. And replacing it via CSS is just not possible.</p>



<p>Remains the obligatory question about the FOSS status of Footnotes Made Easy: It’s ‘GPL‑2.0‑or-later’ licensed<sup><a href="https://fodina.de/footnotes/#footnote_0_5575" id="identifier_0_5575" class="footnote-link footnote-identifier-link" title="cf. readme.txt), and the last update is from November 2022. ((cf. Developers">1</a></sup>. So my Open-Source eyes say: all is well.</p>


<hr class="wp-block-separator has-alpha-channel-opacity">
<h5 class="wp-block-heading"><i class="fa-solid fa-road"></i> And how does this …</h5>
  <p class="myPageContext">… support our 
  <a href="http://fodina.de/bootscore-migration/">migration</a> to 
  <a href="https://bootscore.me/">bootScore</a>?  Well,
  if a web designer must <a href="http://fodina.de/yaml-css/">abandon her current WordPress theme</a>, 
  she needs a replacement. A <a href="https://github.com/bootscore">free ‘off-the-shelf’ theme</a>, 
  she probably wants to <a href="http://fodina.de/pimp-your-bootscore/">personalize</a>. 
  First <a href="http://fodina.de/bootscore-font-awesome-shortcode/">a bit</a> 
  <a href="http://fodina.de/font-awesome-checklist/">cosmetically</a>, then in 
  terms of <a href="http://fodina.de/hyphenation/">the gray value of her pages</a>, 
  <a href="http://fodina.de/bilingualism/">multilingualism</a> and internal
  <a href="http://fodina.de/footnotes/">reference techniques</a> and
  <a href="http://fodina.de/internal-linking/">linking</a>. Finally, 
  she perhaps enables  <a href="http://fodina.de/minor-footer-stuff/">special footers</a>, 
  <a href="http://fodina.de/subordinated-menu/">a secondary menu</a> or 
  a <a href="http://fodina.de/copyright-line/">copyright notice</a> before 
  <a href="http://fodina.de/no-broken-links-please/">checking</a>
  the <a href="http://fodina.de/bootscore-plus-seo/">SEO</a> features 
  of the selected theme. This is a way that this post supports too.
  </p><hr class="wp-block-separator has-alpha-channel-opacity">

<ol class="footnotes"><li id="footnote_0_5575" class="footnote">cf. readme.txt), and the last update is from November 2022. ((cf. Developers</li></ol><p>The post <a href="https://fodina.de/footnotes/">Footnotes on WordPress: From ‘Easy’ to ‘Made Easy’</a> appeared first on <a href="https://fodina.de">FODINA 4 FOSS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fodina.de/footnotes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
