[Custom Fields] Render URL in text field as a URL
Problem
If a URL is the value of a text input field, it would be nice if a hyperlink was automatically added to the URL.
Proposals
Option A:
- Just parse URLs as hyperlinks instead of plain text
Option B:
- Allow wrapping a text string with a URL similar to what we do in Markdown (
[anchor](ref))
Option C:
- Both A or B
Option D:
- Add a specific URL field type
Edited by Gabe Weaver