{% extends 'layout/admin_page.html' %} {% from 'events/admin/_event_label_list.html' import render_event_label_list %} {% block title %} {% trans %}Auto-linked Patterns{% endtrans %} {% endblock %} {% block description %}
{% trans %}Experimental feature{% endtrans %}

{% trans -%} Make sure you understand what you're doing or your notes may end up broken! {%- endtrans %}

{% trans -%} Here you can define text patterns which are automatically linked e.g. to ticketing or code repository systems, from within your notes. {%- endtrans %}

{% trans %}Example{% endtrans %}
\bgh:([\d\w\-_\.]+)/([\d\w\-_\.]+)#(\d+)\b → https://github.com/{1}/{2}/issues/{3}
{% endblock %} {%- block content %}
{%- endblock -%}