diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-20 16:02:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-20 16:02:00 -0400 |
commit | 6c5fa55b0f808df48f10aa8e6a75ab8819c41573 (patch) | |
tree | adb4c9982341893d5418375ea100c8cb208b682e /doc/todo | |
parent | fb66000ad05fa313838d366dffffd561977dcee3 (diff) |
close
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/add_metadata_to_annexed_files.mdwn | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/todo/add_metadata_to_annexed_files.mdwn b/doc/todo/add_metadata_to_annexed_files.mdwn index 0fc3e8953..3d81677cb 100644 --- a/doc/todo/add_metadata_to_annexed_files.mdwn +++ b/doc/todo/add_metadata_to_annexed_files.mdwn @@ -1,5 +1,14 @@ -I would like to attach metadata to annexed files (objects) without cluttering the workdir with files containing this metadata. A common use case would be to add titles to my photo collection that could than end up in a generated photo album. +I would like to attach metadata to annexed files (objects) without +cluttering the workdir with files containing this metadata. A common use +case would be to add titles to my photo collection that could than end up +in a generated photo album. Depending on the implementation it might also be possible to use the metadata facility for a threaded commenting system. -The first question is whether the metadata is attached to the objects and thus shared by all paths pointing to the same data object or to paths in the worktree. I've no preference here at this point. +The first question is whether the metadata is attached to the objects and +thus shared by all paths pointing to the same data object or to paths in +the worktree. I've no preference here at this point. + +> This is [[done]]; see [[design/metadata]]. +> The metadata is attached to objects, not to files. +> --[[Joey]] |