imag/lib/entry/libimagentryannotation
Matthias Beyer 797b764027 Fix: Return annotation object when found
Before we did not return the annotation object after unlinking it. This
patch fixes this.
2017-10-13 14:53:57 +02:00
..
src Fix: Return annotation object when found 2017-10-13 14:53:57 +02:00
Cargo.toml Merge pull request #1129 from matthiasbeyer/libimagentryannotation/not-based-on-libimagnotes 2017-10-12 23:47:15 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

README.md

libimagentryannotation

This library provides annotation functionality for entries.

Annotations are normal Store entries, but their header at annotation.is_annotation is set to true.

Annotations are linked to an entry (as in libimagentrylink).

Library functionality

The library features two traits: One to extend an Entry with annotation functionality and another one for extending the Store with functionality to get annotations of an entry and all annotations in the store.