I Randall, sorry that I didn't mention this in my original post, I've tried
to use older versions of showdown back to version 1.0, but getting
always the same error. I would not have a problem to go to annotator 2.0a, and indeed
I've tried this, but I couldn't figure out how the correct setup
was (the problem are wrong or missing URLs for the css and js
modules) <html> <head> <script src="" style="color:#008000;font-weight:bold;">"https://code.jquery.com/jquery-1.11.3.js"></script> <script src="" style="color:#008000;font-weight:bold;">"https://cdn.rawgit.com/showdownjs/showdown/1.3.0/dist/showdown.min.js"></script> <link rel="stylesheet" href="" style="color:#008000;font-weight:bold;">"https://github.com/openannotation/annotator/releases/download/v2.0.0-alpha.3/annotator.min.css"> <script src="" style="color:#008000;font-weight:bold;">"https://github.com/openannotation/annotator/releases/download/v2.0.0-alpha.3/annotator.min.js"></script> <script src="" style="color:#008000;font-weight:bold;">"https://github.com/openannotation/annotator/releases/download/v2.0.0-alpha.3/annotator.markdown.js"></script> </head> <body> <div id="content"> <h1>Titel</h1> </div> <script type="text/_javascript_"> jQuery(function ($) { var app = new annotator.App() .include(annotator.ui.main, {element: document.body}) .include(annotator.ui.markdown); app.start(); }); </script> </body> </html>Could you maybe direct me to correct URls for the js and css module? This would be very helpful. I've tried URls like https://github.com/openannotation/annotator/tree/2.0.x/ but didn't succeed. Thanks in advance, Ralph On 30.04.16 02:11, Randall Leeds wrote:
|
_______________________________________________ annotator-dev mailing list annotator-dev@lists.okfn.org https://lists.okfn.org/mailman/listinfo/annotator-dev Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev