1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/pdf-viewer
2022-11-08 18:02:27 +00:00
..
config Desktop: New Embedded Pdf Viewer (#6681) 2022-08-04 10:12:22 +01:00
hooks Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
ui Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
.gitignore Desktop: New Embedded Pdf Viewer (#6681) 2022-08-04 10:12:22 +01:00
common.css Desktop: Remove page number box from new PDF Viewer (#6846) 2022-09-30 17:01:55 +01:00
fullScreen.css Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
FullViewer.tsx Desktop: Remove unnecessary PDF viewer messages 2022-10-26 16:04:08 +01:00
index.html Desktop: Remove unnecessary PDF viewer messages 2022-10-26 16:04:08 +01:00
jest.config.js Desktop: New Embedded Pdf Viewer (#6681) 2022-08-04 10:12:22 +01:00
main.tsx Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
messageService.ts Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
miniViewer.css Desktop: Added PDF viewer options (#6800) 2022-09-05 12:35:38 +01:00
miniViewer.tsx Desktop: Remove unnecessary PDF viewer messages 2022-10-26 16:04:08 +01:00
package.json Update dependency @types/react-dom to v18 (#7146) 2022-11-08 18:02:27 +00:00
Page.tsx Desktop: Fix pdf text blurry (#6843) 2022-09-12 16:07:39 +01:00
PdfDocument.ts Desktop: Fix pdf text blurry (#6843) 2022-09-12 16:07:39 +01:00
pdfSource.test.ts Chore: Clean up tests 2022-11-05 12:17:56 +00:00
README.md Tools: Fix desktop build performance issue (#6762) 2022-08-19 19:10:39 +01:00
textLayer.css Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
tsconfig.json Desktop: New Embedded Pdf Viewer (#6681) 2022-08-04 10:12:22 +01:00
types.ts Desktop: Add PDF full screen viewer (#6821) 2022-09-11 14:58:32 +01:00
VerticalPages.tsx Desktop: Remove unnecessary PDF viewer messages 2022-10-26 16:04:08 +01:00
webpack.config.js Chore: Fix pdf-viewer build 2022-10-12 15:43:56 +01:00

PDF VIEWER

A custom built PDF viewer for Joplin's use. The viewer is designed to be rendered in an iframe. This package produces the build files in /dist folder.

Installation & Usage

From root of the project:

yarn install

This step will also run yarn build and build the viewer on post-install and populate the /dist folder. We are using weback for build process.

When working on the viewer, after code updates you need to rebuild the viewer:

yarn build

Alternatively, you can use yarn watch to rebuild automatically on code changes.

yarn watch

The build process of app-desktop takes care of copying the content of /dist and the root html file to appropriate location.