Skip to content

System Advanced: Manage Link Filters

Elan Ruusamäe edited this page Oct 24, 2015 · 1 revision

Link filters are used to replace text with an automatic link to some external resource. It uses regular expressions to replace the text.

Specify the search pattern in the pattern field without delimiters. Specify the entire string you would like to use as a replacement to the matched text.

Useful link filters

linking to eventum attachment

pattern:

attachment(?:_id)? #?(\d+)

replacement:

$0

description:

eventum attachment

note id you can grab by copying link url.

linking to eventum note

pattern:

note[_ ]id[= ]#?(\d+)

replacement:

$0

description:

eventum note

note id is little complicated, you have to copy the id from link of the popup window.

  • a bigger project
    • first subtask #1234
    • follow up subtask #4321
    • final subtask cc @mention
  • a separate task
Clone this wiki locally