From b16306fdc8da789ebfb41238179e8b1cd32a90e8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 May 2022 08:42:34 +0300 Subject: feat: add new shortcuts We have several repositories and are moving to using group level milestone, so we need a number of shortcuts to cover issues and MRs for each repository, plus one for the new milestones. Ikikwiki shortcuts aren't flexible enough to allow one for all projects, but one per project isn't bad. Intentionally not changing the existing shortcuts that are used in tons of places, only adding new shortcuts. The new shortcuts have a short link text, because the "Subplot issue XXX" is a bit tediously long, if wonderfully clear. Sponsored-by: author --- shortcuts.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/shortcuts.mdwn b/shortcuts.mdwn index 2bd7a0e..a50a7af 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -4,5 +4,14 @@ The following shortcuts are being defined: - [[!shortcut name=issue url="https://gitlab.com/subplot/subplot/-/issues/%s" desc="Subplot issue %s"]] +- [[!shortcut name=subplotissue url="https://gitlab.com/subplot/subplot/-/issues/%s" desc="subplot#%s"]] +- [[!shortcut name=containerissue url="https://gitlab.com/subplot/subplot-container-images/-/issues/%s" desc="container#%s"]] +- [[!shortcut name=webissue url="https://gitlab.com/subplot/subplot-web/-/issues/%s" desc="web#%s"]] + - [[!shortcut name=mr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="Subplot merge request %s"]] +- [[!shortcut name=subplotmr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="subplot!%s"]] +- [[!shortcut name=containermr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="container!%s"]] +- [[!shortcut name=webmr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="web!%s"]] + - [[!shortcut name=milestone url="https://gitlab.com/subplot/subplot/-/milestones/%s" desc="Subplot milestone %s"]] +- [[!shortcut name=ms url="https://gitlab.com/groups/subplot/-/milestones/%s" desc="Subplot milestone %s"]] -- cgit v1.2.1