Main public logs

Jump to navigation Jump to search

Combined display of all available logs of SMTX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:53, 4 June 2026 Smtxwiki talk contribs created page Webservice database (Created page with "Convert to hyperlink: function transformLinks(text) { // 1. Zoek naar [Tekst](URL) en vervang door <a href="URL">Tekst</a> // De regex zoekt naar: [ alles behalve ] ] ( alles behalve ) ) const markdownRegex = /\[([^\]]+)\]\((https?:\/\/[^\s)]+)\)/g; let html = text.replace(markdownRegex, '<a href="$2" target="_blank">$1</a>'); // 2. Zoek naar resterende URL's die NIET al in een href-attribuut zitten // Deze regex pakt losse http/https links die voor...")