diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-23 00:27:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-23 00:27:18 -0400 |
commit | 82b230213dc35f17ed26dbc5074cb8bc14444ba1 (patch) | |
tree | 5242adfc31828dc1cd4d6939ba4401a7a83e7740 | |
parent | 531e99258f149dbd4a7ef049f1a1c89aecb61ea6 (diff) |
layout
-rw-r--r-- | doc/tips/metadata_driven_views.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/tips/metadata_driven_views.mdwn b/doc/tips/metadata_driven_views.mdwn index 3a31fc8e6..17ebc6869 100644 --- a/doc/tips/metadata_driven_views.mdwn +++ b/doc/tips/metadata_driven_views.mdwn @@ -45,6 +45,12 @@ Ok, metadata is in place, but how to use it? Time to change views! Switched to branch 'views/_' ok +[[!template id=note text=""" +Notice that a single file may appear in multiple directories +depending on its tags. For example, `lotsofcats.ogv` is in +both `new/` and `video/`. +"""]] + This searched for all files with any tag, and created a new git branch that sorts the files according to their tags. @@ -57,10 +63,6 @@ that sorts the files according to their tags. video sound -Notice that a single file may appear in multiple directories -depending on its tags. For example, `lotsofcats.ogv` is in -both `new/` and `video/`. - Ah, but you're at work now, and don't want to be distracted by cat videos. Time to filter the view: |