supportingami / sami-maths-club

A collection of resources for extra-curricular maths clubs. Available for Android, IOS and Web
https://mathsclub.samicharity.co.uk
GNU General Public License v3.0
4 stars 1 forks source link

add metadata to problems #24

Closed chrismclarke closed 4 years ago

chrismclarke commented 4 years ago

@KingMike100 - To make you aware

Note - dependencies added, requires yarn install

PR Checklist

Description

Adds a frontmatter section to problem md files to store metadata with problems. Metadata includes title and order for use in the pack, e.g.:

---
title: My Title
type: puzzle
order: 4
---

Prepare script also updated to extract the metadata from the file and place in the app assets problemsList.ts

Git Issues

Closes #

Screenshots/Videos

If useful, provide screenshot or capture to highlight main changes