Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fußnoten im Text durch Inserttags realisieren #13

Open
falkoschumann opened this issue Dec 3, 2015 · 1 comment
Open

Fußnoten im Text durch Inserttags realisieren #13

falkoschumann opened this issue Dec 3, 2015 · 1 comment

Comments

@falkoschumann
Copy link
Owner

Fußnoten sollten durch Inserttags realisiert werden. Dafür ist die Fußnote im Text und der Fußnotentext am Ende der Seite als jeweils ein Inserttag notwendig.

Zusätzlich sollte die Möglichkeit gegeben sein. Den Fußnotentext am Ende der Seite oder auf einer bestimmten Seite abzulegen. Dafür muss der Inserttag für die Fußnote im Text zusätzlich optional die URL des Kapitels erhalten.

@falkoschumann falkoschumann self-assigned this Jan 8, 2016
@falkoschumann
Copy link
Owner Author

falkoschumann commented Jun 16, 2016

Im Text wird mit <sup> die Nummer im Text platzieren, am Ende der Seite mit <hr> eine
Trennlinie ziehen und darunter die Liste der Fußnoten.

Beispieltext:

Lorem ipsum<sup><a id="note1" title="bla bla" href="#footnote1">[1]</a></sup>

Am Seitenende:

<hr class="footnote">
<p class="footnote">
<strong>Erläuterung(en):</strong> <a id="footnote1" href="#note1">[1]</a> bla bla
</p>

Damit werden die Marke im Text und die Erläuterung am Seitenende hin und zurück verlinkt.
Der title-Tag der Marke und die Erläuterung sollten identisch sein. Der Text des
title-Tags erscheint als Tooltip, wenn man mit der Maus darüber ist.

Inserttags:

{{footnote-ref::1}} / {{footnote-ref::1::Foobar}}
{{footnote-backref::1}} / {{footnote-backref::1::Foobar}}

@falkoschumann falkoschumann removed their assignment Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant