behemoth icon indicating copy to clipboard operation
behemoth copied to clipboard

Make Annotation's serializable and initial implementation of adding annotations to the Exporter output

Open lewismc opened this issue 10 years ago • 2 comments

Hi @jnioche , Please see the patch below which does the following

  • makes Annotation’s serializable, meaning we can export them alongside document text as either binary or textual content.
  • implements the command line boolean flag for facilitating the above
  • implements the core logic for exporting Annotations as string values, comma separated
  • concatenates both textual content and annotations, then deep clones the object and returns it for exporting.

An issue is that the concatenation is not a join. What do you think about the patch. Is it worthy of inclusion into Behemoth?

lewismc avatar Jul 29 '15 13:07 lewismc

Hi @lewismc - will have a closer look when coming back from holiday. Thanks

jnioche avatar Jul 29 '15 15:07 jnioche

Enjoy holidays @jnioche safe travels

lewismc avatar Jul 29 '15 15:07 lewismc