|
1 | 1 | # Azure DevOps Extension: Markdown Text Control |
2 | 2 |
|
3 | | -Azure DevOps extension to show text field control and markdown in same row. |
| 3 | +<img src="./static/images/Example.png" style="border: 1px solid black;" /> |
4 | 4 |
|
5 | | -[Learn how to build your own custom control for the work item form.](https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/custom-control) |
| 5 | +Azure DevOps extension to show text field control and markdown in same row. |
6 | 6 |
|
7 | 7 | ## Extension Usage |
8 | 8 |
|
9 | | -Navigate to your work item form customization page and add a markdown text control. |
| 9 | +Navigate to your work item form customization page, click to ***Add custom control*** and select the control **Markdown Text Control**. |
10 | 10 |
|
11 | | -[print] |
| 11 | + |
12 | 12 |
|
13 | | -Edit the control so it can use the right field and markdown. |
| 13 | +In ***Options*** tab, set the control *field*, *markdown* and a *value converter script* (if required). |
14 | 14 |
|
15 | | -[print] |
| 15 | + |
16 | 16 |
|
17 | 17 | * **Field** *(required)*: The field should be used by control; |
18 | 18 |
|
@@ -43,12 +43,12 @@ Edit the control so it can use the right field and markdown. |
43 | 43 |
|
44 | 44 | ## Source code |
45 | 45 |
|
46 | | -The source for this extension can be found on Github - feel free to take, fork and extend. |
| 46 | +The [source](https://github.com/RicardoZambon/devops-markdown-text-control) for this extension can be found on Github - feel free to take, fork and extend. |
47 | 47 |
|
48 | | -You can also learn how to build your own custom control extension for the work item form here. |
| 48 | +You can also learn how to build your own custom control extension for the work item form [here](https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/custom-control). |
49 | 49 |
|
50 | 50 | ## Feedback |
51 | 51 | We need your feedback! Here are some ways to connect with us: |
52 | 52 |
|
53 | 53 | * Add a review below. |
54 | | -* Report issues in GitHub. |
| 54 | +* Report issues in [GitHub](https://github.com/RicardoZambon/devops-markdown-text-control). |
0 commit comments