1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: New Embedded Pdf Viewer (#6681)

This commit is contained in:
asrient
2022-08-04 14:42:22 +05:30
committed by GitHub
parent 0191de8bb4
commit 6ea40c9895
32 changed files with 2133 additions and 37 deletions

View File

@@ -27,6 +27,7 @@ export interface RenderOptions {
codeHighlightCacheKey?: string;
plainResourceRendering?: boolean;
mapsToLine?: boolean;
useCustomPdfViewer?: boolean;
}
interface RendererRule {
@@ -170,7 +171,7 @@ export interface RuleOptions {
audioPlayerEnabled: boolean;
videoPlayerEnabled: boolean;
pdfViewerEnabled: boolean;
useCustomPdfViewer: boolean;
itemIdToUrl?: ItemIdToUrlHandler;
}