Thanks for this module! As writing nearly all my articles in MS Words I regularly use Footnotes in my articles, which so far hasn’t been able to convert and use in Drupal.

As I use TinyMCE and it’s function to import MS Word documents in a fairly proper way, I wonder if the Footnotes module could be used in combination with TinyMCE?

Tomas
www.whiplashinfo.se

Comments

stanbroughl’s picture

i second that - there are lots of requests out there for this feature!

hingo’s picture

Sure, I'm all for WYSIWYG editors.

So who is going to do it and how? I'm not familiar with TinyMCE myself.

WhiplashInfo’s picture

Well - I called for a function thats already there!
Footnotes is a stand alone filter addon that works in conjuction with TinyMCE and it's "Paste From Words" plugin. From this I assume Footnote probably would work in conjuction with any other editor as well...

Test and see.

Tomas

kvarnelis’s picture

I have no idea how you got it to work. Can you please explain more thoroughly. If I type something, it translates the brackets into ampersand code so that they read "properly." end of story. any ideas?

nikle’s picture

Havin the out of box functionality associated with this module linked to a button in TinyMC when both modules are installed would continue to push Drupal's user friendlyness to end users.

hingo’s picture

Version: 4.7.x-1.x-dev » 6.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)
hingo’s picture

Priority: Normal » Minor
edwardrapley’s picture

I'm working on a Drupal 6 website for a charity that is writing a collaborative academic paper, and i need to use either footnotes or biblio to organise the references, currently 200+.

I'm using Book to organise the chapters of the paper and I have FCKEditor running. I need the wysiwyg funtionality but this breaks both footnotes and biblio. As the tags are treated as text and are simply printed.

There is a small ($500) budget for the whole project so i am willing to pay for a solution to this issue, as the maintainer would you be interested in this and if so how much would you want?

Yours

Edward rapley

edwardrapley’s picture

hingo’s picture

Assigned: Unassigned » hingo
Priority: Minor » Critical
Status: Postponed (maintainer needs more info) » Active

Hi Edward

I have good news for you: Footnotes will work with FCKEditor and TinyMCE when we switch to support square brackets instead of angle brackets. I mean [fn] instead of <fn>. You can the write the square brackets manually directly into your wysiwyg editor. I intend to implement this in July. But next week I'll be traveling. See #268026: Allow square bracket syntax for more details.

I've understood that the Biblio module supports using footnotes (in the background) now, so once I implement this you can still choose which one to use.

And best of all, I have no need to take money from your charity :-) The only problem was that until a few weeks ago I didn't know how to solve this issue.

edwardrapley’s picture

That's Brilliant news! Thanks for the response and all of your work on this module! I've spoken to the Biblio maintainer, he thought that it was a really big issue that would need a a patch on the FCKEditor side to fix it and he didn't have the time, so i think i'll let him know about the possibility of using [bib] rather than if no one has brought it to his attention yet. Thanks again.

Edward

rjerome’s picture

I should be able to do the same in biblio without to much problem, so they can all play happily together again :-)

Ron.

hingo’s picture

I have now enabled Footnotes to support [fn]square brackets[/fn]. This should be usable in WYSIWYG editors. This should be available in the 6.x-dev development snapshot within 12 hours. (In the case of Footnotes, you can use the 6.x compatible version also with earlier versions of Drupal.)

If you try it out, please provide feedback here.

See #268026: Allow square bracket syntax for details.

hingo’s picture

Status: Active » Fixed
hingo’s picture

Status: Fixed » Closed (fixed)
hingo’s picture

Good news: TinyMCE integration was now implemented by elgreg! See #464066: Footnote button for TinyMCE