When you insert a hyperlink in the article, an option is available to make the hyperlink open in a new tab. There is no option in the Knowledge base portal to open all hyperlinks in knowledge base articles in a new tab. You can follow the below workaround to make all the hyperlinks open in a new tab.

Solution

1_Screenshot-make_all_links_open_in_new_tab.png

  1. Go to Settings → Knowledge base site → Custom CSS & JavaScript → Custom JavaScript

  2. Paste the below snippet

jQuery(".content_block_text a").attr("target", "_blank"); 

  1. Click Save

The hyperlinks in your article will open in a new tab now.

The hyperlinks in your article will open in a new tab now.