in reply to Re^2: HTML Editor
in thread HTML Editor

I'm assuming you do mean a browser-based HTML editor, right?

http://www.koivi.com/WYSIWYG-Editor/ is kinda nice, though the licencing is unclear (not mentioned anyware on the site)

The serverside demo code is in PHP, but it takes only a couple of lines of code to run the editor from a perl backend.

update after re-read:

I think you want Text::Wikiformat or maybe Pod::HTML.

Replies are listed 'Best First'.
Re^4: HTML Editor
by Anonymous Monk on Dec 15, 2004 at 18:37 UTC
    not sure how to implement Text::Wikiformat into single perl scipt.
      use Text::WikiFormat; my $html = Text::WikiFormat::format($raw);

      (Hint: You might want to read Text::WikiFormat too)

      --
      b10m

      All code is usually tested, but rarely trusted.
        Just browse Perl v5.6.1 modules host have available:
        Text::Abbrev
        Text::ParseWords
        Text::Soundex
        Text::Tabs
        Text::Wrap
        Tie::Array
        Tie::Handle
        Tie::Hash
        Tie::RefHash
        Tie::Scalar
        Tie::SubstrHash
        No this wiki offered, and will not planned to be installed..