What I’m trying to do
I have a table with a list of things and some properties. In a column in the table, I want to include an external link to the Wikipedia page about the thing. Is there a way to automatically create this link based on the contents of one of the cells?
Example:
| Subject | Description | Wikipedia link (auto created based on Subject column) |
|-|-|-|
| Obsidian | bla bla bla | https://en.wikipedia.org/wiki/Obsidian
| Markdown | bla bla bla | https://en.wikipedia.org/wiki/Markdown
Things I have tried
I’ve looked at the Advanced Tables and Simple Maths Tables plugins, but they are applying formulae to columns to sum them etc.