Jim, Calling the shell to the markdown command works, I did it too with multimarkdown which is basically markdown on steroids. You can wrap it in a little command with shell and then it just works.
Remember to install the markdown scripts though, I don't remember if they are bundled with On-Rev servers Andre On Thu, May 19, 2011 at 7:29 AM, Jim Lyons <[email protected]> wrote: > Thanks Stephen. If I do it I will be happy to share it. I'm doing this at > On-Rev. After I hit "send" I thought, why can't I just call the perl script? > I will try that in a while, but using shell (right?). Any comments, pointers > about this welcome. > > Jim > > On May 19, 2011, at 12:47 PM, stephen barncard wrote: > > > I don't think so. But it's just about text manipulation, which Livecode > is > > very good at, and shouldn't be that hard to write. Consider it an > exercise, > > add more features and offer the library to others when you're done! > > > > If you're on a Mac, you could probably run the PERL code with 'do script > as > > perl' as this supposedly works for any language installed. Haven't tried > to > > actually do this, but it seems possible. > > > > On 19 May 2011 05:22, Jim Lyons <[email protected]> wrote: > > > >> Has anyone developed the capability of translating Markdown text (see > >> http://daringfireball.net/projects/markdown/ ) into HTML in LiveCode? > >> Thanks for any pointers. > >> > >> Jim Lyons > >> _______________________________________________ > >> use-livecode mailing list > >> [email protected] > >> Please visit this url to subscribe, unsubscribe and manage your > >> subscription preferences: > >> http://lists.runrev.com/mailman/listinfo/use-livecode > >> > > > > > > > > -- > > > > > > > > Stephen Barncard > > San Francisco Ca. USA > > > > more about sqb <http://www.google.com/profiles/sbarncar> > > _______________________________________________ > > use-livecode mailing list > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
