I'm playing with some lua markdown parser[1], already added ConTeXt output support except for two minor features. HTML links and images can have a "title" attribute that shows like a tooltip, but I don't seem to find a way to do similar trick in ConTeXt, any ideas? \tooltip seems to be the closest but it requires JS which means AR only, also seems one have to click for the tooltip ti show which is not exactly the same behaviour. Regards, Khaled -- Khaled Hosny Egyptian
The link https://github.com/jgm/lunamark :) On Thu, Feb 17, 2011 at 02:03:04AM +0200, Khaled Hosny wrote:
I'm playing with some lua markdown parser[1], already added ConTeXt output support except for two minor features.
HTML links and images can have a "title" attribute that shows like a tooltip, but I don't seem to find a way to do similar trick in ConTeXt, any ideas? \tooltip seems to be the closest but it requires JS which means AR only, also seems one have to click for the tooltip ti show which is not exactly the same behaviour.
Regards, Khaled
-- Khaled Hosny Egyptian
-- Khaled Hosny Egyptian
Am 17.02.2011 um 01:08 schrieb Khaled Hosny:
The link https://github.com/jgm/lunamark :)
How about making something like this: https://bitbucket.org/phg/context-rst Wolfgang
On Thu, Feb 17, 2011 at 05:33:09AM +0100, Wolfgang Schuster wrote:
Am 17.02.2011 um 01:08 schrieb Khaled Hosny:
The link https://github.com/jgm/lunamark :)
How about making something like this: https://bitbucket.org/phg/context-rst
I'm just playing, I actually have no need for it. I'm just experimenting with the idea of taking a markdown and directly processing it in context with no intermediate steps. But I'm sure I'll find some clever tricks and interesting ideas in your rST code :) Regards, Khaled -- Khaled Hosny Egyptian
On Thu, Feb 17, 2011 at 01:22:28PM +0200, Khaled Hosny wrote:
On Thu, Feb 17, 2011 at 05:33:09AM +0100, Wolfgang Schuster wrote:
Am 17.02.2011 um 01:08 schrieb Khaled Hosny:
The link https://github.com/jgm/lunamark :)
How about making something like this: https://bitbucket.org/phg/context-rst
I'm just playing, I actually have no need for it. I'm just experimenting with the idea of taking a markdown and directly processing it in context with no intermediate steps. But I'm sure I'll find some clever tricks and interesting ideas in your rST code :)
Oops, I didn't look carefully, it is not yours, but still interesting though :) -- Khaled Hosny Egyptian
Am 17.02.2011 um 12:25 schrieb Khaled Hosny:
On Thu, Feb 17, 2011 at 01:22:28PM +0200, Khaled Hosny wrote:
On Thu, Feb 17, 2011 at 05:33:09AM +0100, Wolfgang Schuster wrote:
Am 17.02.2011 um 01:08 schrieb Khaled Hosny:
The link https://github.com/jgm/lunamark :)
How about making something like this: https://bitbucket.org/phg/context-rst
I'm just playing, I actually have no need for it. I'm just experimenting with the idea of taking a markdown and directly processing it in context with no intermediate steps. But I'm sure I'll find some clever tricks and interesting ideas in your rST code :)
Oops, I didn't look carefully, it is not yours, but still interesting though :)
You should also take a look at Adityas filter module. Using ConTeXt to convert markdown to PDF: http://randomdeterminism.wordpress.com/2011/01/09/markdowntopdf/ Wolfgang
participants (2)
-
Khaled Hosny
-
Wolfgang Schuster