We still get an error after creating or deleting annotations.  This appeared after an upgrade to Drupal 8, beta 11.

We don't have a link in the admin menu to set which content types load the javascript, instead go here -\Drupal\annotator_js\Form\configJS  

Tags don't work.  We don't have a column in the database.

Files:
annotator_js.routing.yml - sets the locations for the create,update,delete etc API functions.

annotator_start_js , e're not using any of the TinyMCE or Rich text Editor Stuff. 

annotator_js.libraryies.yml - the showdown must be loaded first. 
 
	showdown.js - For 1.2 it was copied from here, https://github.com/openannotation/annotator/blob/v1.2.x/lib/vendor/showdown.js  For 2.0 it was copied from https://cdn.rawgit.com/showdownjs/showdown/1.1.0/dist/showdown.min.js

annotatorjs.links.menu.yml - the structure.settings points to the last route in the route.yml file annotator_js.admin_display which in turns points to the form in configJS.php in ./src/form/ .  Sai kindly called this form "paragraph comments" to insure confusion.

We don't use templates, we can ignore the Twig.

In SRC
	The form already mentioned for the admin content type
	We don't think Test does anything
	Controller

