Linking to tag pages in a Roadkill Wiki page

447 Views Asked by At

When creating a new page in Roadkill Wiki, one can link to a regular page this way (using Markdown notation): [Link to Page](Page1), assuming that Page1 is an existing page.

I want to create a similar link to a "tag listing" page, like 'http://www.example.com/pages/tag/javascript'.

I know I can use the full URL path this way:
[Tag Listing](http://www.example.com/pages/tag/javascript)

but what I'm looking is some other way to achieve that, like a sorthand:
[Tag Listing](tag:javascript)

or a relative path:
[Tag Listing](/pages/tag/javascript)

Does Roadkill have this feature?

0

There are 0 best solutions below