SaveAsHTML is an AppleScript macro for Jedit4.0.
It converts and saves the Jedit document as HTML format.
It converts following items to coresponding HTML expressions respectively.
· Marks of ,", & -> < > " &
· centering ->
tag
· background color -> tag
· character size -> tag
· character color -> tag
· bold -> tag
· italic -> tag
· underline -> tag
· line break ->
tag
· picture -> tag
· QuickTime movie -> tag
· the URL strings (http:, ftp:, mailto:) will be converted to tags and linked to the URL.
Requirements:
· Jedit4.0 Rev4.0.4 or later
· Register SaveAsHTML as an item of the Macro Menu of Jedit4.0.