MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Plugins (https://www.mobileread.com/forums/forumdisplay.php?f=268)
-   -   [Plugin] FootnoteLinker Sigil plugin (https://www.mobileread.com/forums/showthread.php?t=288193)

Doitsu 07-01-2017 07:18 AM

[Plugin] FootnoteLinker Sigil plugin
 
3 Attachment(s)
Updated: December 29, 2019
Current Version: "0.3.3"

This very simple plugin will automatically generate links to endnotes and backlinks to footnote anchors.
By default, it'll look for footnote anchors with a noteanchor class attribute (e.g. <sup class="noteanchor">1</sup>) and endnote defintions with a note class attribute (e.g. <p class="note">1. Footnote definition...</p>).
You'll also need to right-click the endnotes file and select Add Semantics... > Notes/Footnotes. (For an example, see the test file.)

Please make sure to make a backup copy before running this plugin!


Credits: roger64 for beta testing and feedback.

Installation:

1. Select Manage Plugins from the Plugins menu and select Use Bundled Python, if it isn't already selected.
2. Click Add Plugin and select FootnoteLinker_v0.3.3.zip. This will install the FootnoteLinker plugin, which you can select via Plugins > Edit > FootnoteLinker.

License: GNU General Public License v3 (GPL-3)

Auramazda 07-04-2017 08:24 PM

I find a little problem, if you use the plugin then add some other note and use again the plugin in the foot note page you have two link of the past note:
1 1 in matters of taste, there is no argument...
not a big problem for me just for information

Doitsu 07-05-2017 05:04 AM

Quote:

Originally Posted by Auramazda (Post 3548009)
I find a little problem, if you use the plugin then add some other note and use again the plugin in the foot note page you have two link of the past note

Ideally, you should run this plugin only once, but I've updated the code to allow users to run it multiple times.

nqk 07-05-2017 11:17 AM

Dear Doitsu,

Would you please make this for Calibre Editor too?

Doitsu 07-05-2017 11:54 AM

Quote:

Originally Posted by nqk (Post 3548192)
Would you please make this for Calibre Editor too?

Unfortunately, that is not possible, since this plugin uses the Beautiful Soup Python package, which is bundled with Sigil but not with Calibre.

PeterT 07-05-2017 12:43 PM

I was sure beautiful soup was in Calibre; I'm sure it's used by many of the recipes for news downloads.

Sent from my Nexus 7 using Tapatalk

Doitsu 07-05-2017 12:50 PM

Quote:

Originally Posted by PeterT (Post 3548226)
I was sure beautiful soup was in Calibre; I'm sure it's used by many of the recipes for news downloads.

AFAIK, all bundled Python packages are supposed to be in the C:\Program Files\Calibre2\app\pylib.zip archive, but I didn't see beautiful soup. Is there any Calibre folder or file that contains optional Python packages?

EDIT: I just checked the recipe documentation and it looks that your right, because one of the examples contain the following import:

Code:

from calibre.ebooks.BeautifulSoup import BeautifulSoup

KevinH 07-05-2017 02:25 PM

Yes, that is a copy of the original BS module for python 2 (it used to be a single file). I think it even has some Kovid improvements to it. Should work basically the same way to the extent that BS4 was almost backwards compatible with the original BS.

Doitsu 07-24-2017 02:29 PM

I attached a new version, which allows users to customize the footnote and anchor id prefixes.

KarenD 10-12-2017 02:59 PM

Doitsu I'm using your plugin (thank you) and I'm stuck. I'm getting this error message:

Status: failed
Error: Missing Notes guide item. Use Add Semantics > Notes to mark the footnote definitions file.

I've put the class="noteanchor" in the <sup> tags and the class="note" in the end notes section on the <p> tags, just like in the example ePub.

I've left the items in the box (in your intial post) as you have them (although I don't know what the 2nd, 4th and 5th items mean and I can't find them anywhere in your example ePub either).

I have no idea what the "Add Semantics" bit means either - I can't find any menu items called that.

Any idea what's going wrong and how I can get it to work?
Thanks

Doitsu 10-12-2017 05:51 PM

Quote:

Originally Posted by KarenD (Post 3592736)
I'm getting this error message:

Status: failed
Error: Missing Notes guide item. Use Add Semantics > Notes to mark the footnote definitions file.

Add Semantics is a a Book Browser context menu item. You'll have to right-click the (X)HTML file that contains the footnote definitions in the Book Browser and select Add Semantics... > Notes.

This'll add the following line to content.opf:

Code:

<guide>
    <!-- more entries -->
    <reference type="notes" title="Notes" href="Text/endnotes.xhtml"/>
    <!-- more entries -->
  </guide>

(Of course the file name href will differ from your file name.)

After adding the Notes semantic you should also see (Notes) after your endnotes file, if you hover the mouse over it in the Book Browser.

BetterRed 10-12-2017 05:56 PM

ninja'd by the chief warrior himself :D

@KarenD - right click the xhtml file where you have the notes, select Add Semantics, a list of available values will pop (n.b. different, but similar lists for ePub2 and ePub3) select the one for Notes

BR

KarenD 10-13-2017 10:48 AM

Thank you! That got it working :) Had no idea there was a right click menu on the files.

billyray520 04-04-2018 02:50 PM

Hey Doitsu, this plugin is great. I am using it with success on the first go. However, I know this is a style thing, but can you fix the plugin so it DOES NOT automatically put the square brackets around the footnote number? I think they look awful. I'm doing a scholarly book which is heavily footnoted. I would rather just have a space on either side of the footnote number (in the main body of the text) But I would want the underline for the link to be just under the number. I had to go back and fix all of the footnotes manually this time.
*Please* :)

roger64 04-05-2018 12:26 AM

1 Attachment(s)
Hi

I use square brackets for my notes, not for aesthetical reasons but for practical ones. With them, I can click on the links on any ePub, less so when I keep only a plain number (well, clicking ability improves with the number of digits).

When I produce an ePub, I usually add square brackets using this joint regex with the Calibre editor (written in .json format, you can import it). Most probably, you can achieve a similar result with Sigil. You could adapt it so that to make it work in reverse order (i.e. to suppress all unwanted square brackets in one go ). Anyway you certainly do not need to do that manually...

Admittedly, a Preference setting giving the user an alternative choice of using or not square brackets would be quite nice, but I have no idea on how difficult it would be to implement...


All times are GMT -4. The time now is 07:10 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.