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

Desktop: PDF scroll persistence (#6747)

This commit is contained in:
asrient
2022-08-27 18:02:20 +05:30
committed by GitHub
parent ed2a328616
commit 3ec3a37603
21 changed files with 494 additions and 234 deletions

View File

@@ -28,6 +28,8 @@ export interface RenderOptions {
plainResourceRendering?: boolean;
mapsToLine?: boolean;
useCustomPdfViewer?: boolean;
noteId?: string;
vendorDir?: string;
}
interface RendererRule {
@@ -172,6 +174,8 @@ export interface RuleOptions {
videoPlayerEnabled: boolean;
pdfViewerEnabled: boolean;
useCustomPdfViewer: boolean;
noteId?: string;
vendorDir?: string;
itemIdToUrl?: ItemIdToUrlHandler;
}