readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
550 stars 186 forks source link

Highlights and note don't appear when I double click on the words. #711

Closed purusingh closed 6 years ago

purusingh commented 6 years ago

I was able to compile and run the app after downgrading npm. But Highlights and not don't appear when I double click on the words.

@danielweck Member danielweck commented 2 days ago Assuming you are using the develop branch, here is the configuration file where you can activate the Hypothesis plugin (uncomment the line, and re-build readium-js-viewer with npm run dist+sourcemap, then use the build in dist/cloud-reader ... or simply type npm run http to launch the development mode): https://github.com/readium/readium-shared-js/blob/develop/plugins/plugins.cson#L6 You can test the Hypothesis feature online at: https://readium.firebaseapp.com

PS: the old "highlight" / "annotation" plugin does not exist anymore, it was woefully out-of-date / unmaintained.

I tried this on both the master and develop branches and still it is not working? And I have another question how do I run cloudreader locally? is this url http://127.0.0.1:8080/dev/index_RequireJS_no-optimize.html? a local cloudreader? .I have changed on all package.json from

"prepare:submodule": "cd readium-shared-js && npm run prepare:all && cd .. && ls", to "prepare:submodule": "cd readium-shared-js && npm run prepare:all && cd .. && dir", because ls is not know command on windows.

danielweck commented 6 years ago

Duplicate: https://github.com/readium/readium-js-viewer/issues/710

danielweck commented 6 years ago

@purusingh let's continue the discussion in the existing issue: https://github.com/readium/readium-js-viewer/issues/710