diff --git a/content/Bijection-from-CSV/.apkg-spec.yaml b/content/Bijection-from-CSV/.apkg-spec.yaml index 4b3b22985a83f6842b1b06e930855256661e190c..bde304381f843e7de2f348aa8c8a8e9dd0fa1b70 100644 --- a/content/Bijection-from-CSV/.apkg-spec.yaml +++ b/content/Bijection-from-CSV/.apkg-spec.yaml @@ -8,10 +8,14 @@ content: content_version: 2024-06-08 18:23:00+00:00 note_type: Bijection file_patterns: - - '*.csv' + - 'content.csv' + delimiter: ';' deck_name_pattern: 'Tapir geography' fields_mapping: - guid - A - B + fields_static: {} tags: [] + +resource_paths: [] diff --git a/content/Bijection-from-Images/.apkg-spec.yaml b/content/Bijection-from-Images/.apkg-spec.yaml index 19a08cf631169e8806fd6c3e7195b6973c500c7e..a646defc0f767fecd2ff508a5e5e9b4a38b2c079 100644 --- a/content/Bijection-from-Images/.apkg-spec.yaml +++ b/content/Bijection-from-Images/.apkg-spec.yaml @@ -11,3 +11,5 @@ content: fields_mapping: A: 'The color {{from_basename}}' B: '{{image}}' + +resource_paths: [] diff --git a/content/Facts-from-CSV/.apkg-spec.yaml b/content/Facts-from-CSV/.apkg-spec.yaml index 061226f9e0b9f29c82225f3fd30a1867309fe203..f9f697204bc4ff703cbb4f29e2594c51f6d2d586 100644 --- a/content/Facts-from-CSV/.apkg-spec.yaml +++ b/content/Facts-from-CSV/.apkg-spec.yaml @@ -9,9 +9,13 @@ content: note_type: Facts file_patterns: - '*.csv' + delimiter: ';' deck_name_pattern: 'Tapir facts' fields_mapping: - guid - Front - Back + fields_static: {} tags: [] + +resource_paths: [] diff --git a/package.json b/package.json index 66321dc9eadbbe83b4d601bc8ddb7c2c60660d2f..e7451c7df89e1206cb1950e461b3791079a26c2d 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-starter5" + "version": "1.0.0-starter6" }