Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Laza

Posts: 1,732
Registered: 6-Sep-2005
Convert preformatted comments
Posted: 30 Jun 21, 13:04
  Click to reply to this thread Reply
This tool converts preformatted comments into HTML format.

Now that we have a Rich text editor, there's no point in keeping the old preformatted comments, so I made this tool, that can convert all the comments in an album at once.

Here's the list of the possible conversions:
Line-feeds: \r\n -> <br>
Bold: *text* -> <strong>text</strong>
Italic: +text+ -> <em>text</em>
Underline: _text_ -> <u>text</u>
Image: !URL! -> <img src="URL">
Link: [UR] -> <a href="URL">URL</a>
Link with anchor text: [anchor|URL] -> <a href="URL">anchor</a>


Please note, the tool is not intelligent enough to avoid converting underscores in the URL's, therefore this option is OFF by default.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums