I am searching for a much simpler export-to-html function, so that:
Hello, this is an example of some formatted text that wants to be transformed to the html way.
becomes:
Hello, this is an <b>example</b> of some <i>formatted text</i> that wants to be transformed to the <a href=“http://en.wikipedia.org/wiki/HTML”>html</a> way.
The result could replace the original text or it could show up in a new window.
In a document only marked text should be operated.
Basic styles like bold, italic, underlined and Hyperlink would be sufficient for me.
I guess, this needs to be programmed (makros), but I don’t have any clue how to do that. Is there anybody, who can give me a hint?