Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template string literals in Competition tabs #9833

Open
coder13 opened this issue Aug 31, 2024 · 2 comments
Open

Template string literals in Competition tabs #9833

coder13 opened this issue Aug 31, 2024 · 2 comments

Comments

@coder13
Copy link
Contributor

coder13 commented Aug 31, 2024

Is your feature request related to a problem? Please describe.

Delegates will often have the same or similar text used for lots of their competitions with slight tweaks such as needing to change the competitionId or date.

Describe the solution you'd like

I would like to be able to use string literals such as {competitionId} when editing the text such that when I view the tab, I get the ID of the competition. I would then use this (specifically {competitionId} in URLs for linking to websites like competitiongroups.com and more.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@FinnIckler
Copy link
Member

We discussed this a bit in #9792 and I think it's a good idea, question is: do we implement this during saving or during rendering of the markdown

@gregorbg
Copy link
Member

gregorbg commented Sep 1, 2024

Definitely during rendering, otherwise it completely defeats the purpose of cloning frequently-used snippets from older competitions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants