Skip to content

Commit cd90f70

Browse files
authored
update CHANGELOG.md, README.md and manifest.json (#16)
1 parent 4d4fceb commit cd90f70

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 1.0.8 Aug 28, 2024
2+
- Update README.md with a more verbose example
13
### 1.0.6 July 22, 2024
24
- Update pattern matching to replace pattern surrounded by parenthesis without including the parenthesis
35
### 1.0.5 Apr 26, 2024

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Usage
1616

1717
# Example
1818

19+
## Configuring a Jira Link Replacer Rule
20+
21+
To create a rule that automatically converts Jira issue keys into clickable links:
22+
23+
1. Create a New Rule: In the LinkMagic settings, add a new rule.
24+
2. Define the Pattern: Specify the pattern that will trigger the replacement. For my example Jira instance issue keys, use the regular expression JIRA-[\d+] to match any text starting with "JIRA-" followed by one or more digits.
25+
3. Set the Replacement: Determine the URL template to which the matched text will be replaced. For Jira, use https://jira.com/browse/{pattern}, where {pattern} will be replaced with the captured issue key.
26+
1927

2028
![An image showing the settings page for LinkMagic with an example pattern](example.png)
2129

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "link-magic",
33
"name": "LinkMagic",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically adds links to defined regex.",
77
"author": "Andrew Reifman",

0 commit comments

Comments
 (0)