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

Make anchor ids in learning goals adoc templates uniform for both English and German: [[LG-1-1]] #165

Open
sippsack opened this issue Nov 13, 2024 · 2 comments

Comments

@sippsack
Copy link

sippsack commented Nov 13, 2024

instead [[LZ-1-1]] (German) and [[LG-1-1]] (English)

some context: FLWG has decided to uniform the language of the learning goal anchors and we will also do it for the next advanced curriculum updates
therefor we should also change the template

@sippsack sippsack changed the title Make anchor ids in learn goal adoc templates uniform for both English and German: [[LG-1-1]] Make anchor ids in learning goals adoc templates uniform for both English and German: [[LG-1-1]] Nov 13, 2024
@programming-wolf
Copy link
Collaborator

Das erfordert auch eine Anpassung am Script der Lernziele. Müssen wir mitnotieren, dass wir das dann refactorn, sobald wir das in alle Repositories ziehen.

@alexanderschramm1992
Copy link
Collaborator

Ich glaube wir können das abwärtskompatibel umsetzen.
Das aktuelle Pattern für die deutschen Lernziele sieht so aus: ~/\[\[(LZ-\d*-\d*)\]\]\s*==== (LZ (\d*)-(\d*).*)/
Eine Möglichkeit für ein neues Pattern, welches LG und LZ unterstützt, wäre: ~/\[\[(L\w-\d*-\d*)\]\]\s*==== (LZ (\d*)-(\d*).*)/

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