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/DSC0001.jpg.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example/src/DSC0001.jpg.yaml (limited to 'example/src/DSC0001.jpg.yaml') diff --git a/example/src/DSC0001.jpg.yaml b/example/src/DSC0001.jpg.yaml new file mode 100644 index 0000000..b946ff7 --- /dev/null +++ b/example/src/DSC0001.jpg.yaml @@ -0,0 +1,12 @@ +title: Book shop + +datetime: 2016-12-19T16:48:50+02:00 + +description: > + © Philippe NGUYEN + +tags: + - photographer.nphilou + - location.germany.berlin + - books + - book-shop -- 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/DSC0001.jpg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/src/DSC0001.jpg.yaml') diff --git a/example/src/DSC0001.jpg.yaml b/example/src/DSC0001.jpg.yaml index b946ff7..cca1379 100644 --- a/example/src/DSC0001.jpg.yaml +++ b/example/src/DSC0001.jpg.yaml @@ -6,7 +6,7 @@ description: > © Philippe NGUYEN tags: - - photographer.nphilou - - location.germany.berlin + - photographer:nphilou + - location:germany:berlin - books - book-shop -- cgit v1.2.3