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 --- compiler/ldgallery.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 1d42eff..59a5b30 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md @@ -107,7 +107,7 @@ description tags : List of tags for the item. - Tag groups can be defined using prefixes separated by "." (dot). + Tag groups can be defined using prefixes separated by ":" (colon). Tags specified in a directory metadata sidecar are applied to all items within that directory. -- cgit v1.2.3