Pierre Leroux
Pierre Leroux
I'm closing the issue feel free to discuss it in discussion
https://github.com/readium/r2-opds-js/blob/e410866da1483632c756d9f3a3f1f09bb1666bbd/src/opds/opds2/opds2.ts#L153
with : https://libraryregistry.librarysimplified.org/libraries @llemeurfr do you agree with that ? the feed contains an array of `catalogs`
i don't understand precisely what do you looking for. But if you want to create a new menu in the top bar, our codebase is here : https://github.com/edrlab/thorium-reader/blob/694b9c63f22db039a1af055b637ea75d2b76ad99/src/main/redux/sagas/win/browserWindow/createReaderWindow.ts#L49 and then...
https://github.com/edrlab/thorium-reader/blob/233283ed85d3f3f120cabee58e6200265d88a365/src/renderer/reader/components/Reader.tsx#L827 https://github.com/edrlab/thorium-reader/blob/321c18b97bdee43f3619de085d2a733f5ad6ccc2/src/renderer/common/redux/api/api.ts#L19-L29 put this on the click function : `apiDispatch(store.dispatch)()("reader/addBookmark")(pubId, locator, name)`
to access to the reader reduxState follow the 'session' key in the main reduxState. https://github.com/edrlab/thorium-reader/blob/233283ed85d3f3f120cabee58e6200265d88a365/src/main/redux/reducers/win/session/reader.ts#L83
i believe that is fixed
I seems this PR fixed the issue. Can you confirm for me on your side ?
many thanks @elcste
This commit https://github.com/edrlab/thorium-reader/commit/5cb14e7a906e3e4a2577d71f6a5070443e910233 fixed the command line to open multiple files from the file explorer. The reader window ask to detach the library and reader views because at this point...