Footnotes plugin?

Creating and modifying plugins.
Post Reply
Strider78
Regular
Posts: 6
Joined: Mon Nov 21, 2005 2:54 am
Location: Louisville, KY
Contact:

Footnotes plugin?

Post by Strider78 »

Quick question: are there any Serendipity plugins that can be used to add footnotes to a blog post similar to an academic paper? I know there's a plugin like this for Wordpress, but I like Serendipity because it's a ton better than Wordpress IMHO. :D
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Footnotes plugin?

Post by garvinhicking »

Hi!

Sadly I know of no dedicated plugin for this. You could place those manually, but of course that would be nicer to not do this.

However I think in the webcontext, footnotes can often be circumvented by just placing links to the reference?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Hi Strider78,
I might take a look at this recreating the functionality of this. It is something I have done manually a couple of time before and I don't think it would be too difficult to create a plugin to do.

Can you post some specific needs you have/want (like an example of the syntax in the post you would like to use, etc) I will take a look at doing this sometime in the next few days.
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

have a look at the textile-plugin:

Code: Select all

This is covered elsewhere[1]. flaisdjfdls

sdfsd

fn1. Down here, in fact.
should make

Code: Select all

	<p>This is covered elsewhere<sup><a href="#fn1">1</a></sup>. flaisdjfdls</p>

	<p>sdfsd</p>

	<p id="fn1"><sup>1</sup> Down here, in fact.</p>
Ciao, Stephan
Suburban Hell
Posts: 3
Joined: Sat Mar 01, 2008 3:07 pm

Post by Suburban Hell »

ciao tutti,

yes it should. but on my blog it doesn't. the square brackets are parsed correctly most times, but the fnX. term doesn't work at all.
so i go using native html-tags.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Which other markup plugins are you using? Those like BBCode can interfer.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Suburban Hell
Posts: 3
Joined: Sat Mar 01, 2008 3:07 pm

Post by Suburban Hell »

ah okay, i'll try it.
Post Reply