On Thu, Jan 16, 2014 at 3:44 AM, Christian Moe wrote:
>
> Rustom Mody writes:
>
>> Thanks Christian for that.
>> Just one small thing -- Can we remove the number?
>
> Sure, try this new version of fntooltip.js:
Super! Thanks Christian!
Rustom, Bastien,
Bastien writes:
>> I made a micro screencast for demoing it:
>> http://bzg.fr/u/org-footnotes-jquery.ogv
Thanks, Bastien, that's cool!
Rustom Mody writes:
> Thanks Christian for that.
> Just one small thing -- Can we remove the number?
Sure, try this new version of fntooltip
On Wed, Jan 15, 2014 at 10:26 PM, Bastien wrote:
> Christian Moe writes:
>
>> Let me know if this doesn't work or isn't clear.
>
> It works very well!
>
> I made a micro screencast for demoing it:
> http://bzg.fr/u/org-footnotes-jquery.ogv
>
> Thanks for packaging this.
>
> --
> Bastien
Thanks
Christian Moe writes:
> Let me know if this doesn't work or isn't clear.
It works very well!
I made a micro screencast for demoing it:
http://bzg.fr/u/org-footnotes-jquery.ogv
Thanks for packaging this.
--
Bastien
Christian Moe writes:
> $(document).ready(fntooltips);
>
> function fntooltips() {
> $(".footnum").each(
> function () {
> $("[href='#" + this.id + "']")
> .attr("title",
> this.parentNode.parentNode.textContent);
> }
> )
> }
Y
On Tue, Jan 14, 2014 at 11:16 PM, Christian Moe wrote:
>
> Bastien writes:
>
>> Instead of changing the current HTML, I'd rather go and find a
>> solution where some javascript can display the tooltip.
>
> E.g.:
>
> ---
>
> $(document).ready(fntooltips);
>
> function fntooltips() {
> $
Bastien writes:
> Instead of changing the current HTML, I'd rather go and find a
> solution where some javascript can display the tooltip.
E.g.:
---
$(document).ready(fntooltips);
function fntooltips() {
$(".footnum").each(
function () {
$("[href='#" + this.id
Hi Rustom,
Rustom Mody writes:
> I was wondering if org-mode html generation has some automatic way of
> generating tooltips.
>
> Something along the lines that instead of generating a footnote, a
> footnote should generate a tooltip. The html would be something like
> this:
>
>
>
>
> hover