From 20790ffcf740103f59ae41386e6c074ce80f7a02 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Feb 2020 02:15:33 +0100 Subject: example: renaming --- example/src/Ormont-Dessus/DSC0002.jpg.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example/src/Ormont-Dessus/DSC0002.jpg.yaml (limited to 'example/src/Ormont-Dessus/DSC0002.jpg.yaml') diff --git a/example/src/Ormont-Dessus/DSC0002.jpg.yaml b/example/src/Ormont-Dessus/DSC0002.jpg.yaml new file mode 100644 index 0000000..5b845b6 --- /dev/null +++ b/example/src/Ormont-Dessus/DSC0002.jpg.yaml @@ -0,0 +1,13 @@ +title: Walking towards the unknown + +datetime: 2019-08-10T16:00:45+01:00 + +description: > + © Philippe NGUYEN + +tags: + - photographer.nphilou + - time.day + - weather.foggy + - catwalk + - mountain -- cgit v1.2.3 From c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 27 Feb 2020 21:05:51 +0100 Subject: viewer: use colon as tag separator instead of dot For consistency with the query language and allowing the use of the very common dot in tags. This also introduces a migration script. GitHub: closes #164 --- example/src/Ormont-Dessus/DSC0002.jpg.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/src/Ormont-Dessus/DSC0002.jpg.yaml') diff --git a/example/src/Ormont-Dessus/DSC0002.jpg.yaml b/example/src/Ormont-Dessus/DSC0002.jpg.yaml index 5b845b6..a69deb9 100644 --- a/example/src/Ormont-Dessus/DSC0002.jpg.yaml +++ b/example/src/Ormont-Dessus/DSC0002.jpg.yaml @@ -6,8 +6,8 @@ description: > © Philippe NGUYEN tags: - - photographer.nphilou - - time.day - - weather.foggy + - photographer:nphilou + - time:day + - weather:foggy - catwalk - mountain -- cgit v1.2.3