forked from eventum/eventum
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
pattern:
attachment(?:_id)? #?(\d+)
replacement:
description:
eventum attachment
note id you can grab by copying link url.
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.