forked from Github/filetags
correct folder names in the tag tree example
If one sticks to the pattern how file names obtain additional information and a tag, there isn't a tag 'new', but 'car'.
This commit is contained in:
commit
5a3c1ffbfe
1 changed files with 3 additions and 3 deletions
|
|
@ -477,9 +477,9 @@ Consider having a file like:
|
|||
: My new car -- car hardware expensive.jpg
|
||||
|
||||
Now you generate the TagTrees, you'll find [[https://en.wikipedia.org/wiki/Symbolic_link][links]] to this file within
|
||||
sub-directories of =~/.filetags=, the default target directory: =new/=
|
||||
and =hardware/= and =expensive/= and =new/hardware/= and
|
||||
=new/expensive/= and =hardware/new/= and so on. You get the idea.
|
||||
sub-directories of =~/.filetags=, the default target directory: =car/=
|
||||
and =hardware/= and =expensive/= and =car/hardware/= and
|
||||
=car/expensive/= and =hardware/car/= and so on. You get the idea.
|
||||
|
||||
The default target directory can be overridden via =--tagtrees-dir=.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue