You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Windows: Fix PDF, video, and audio rendering (#10881)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { MarkupLanguage } from './MarkupToHtml';
|
||||
import { Options as NoteStyleOptions } from './noteStyle';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||
export type ItemIdToUrlHandler = (resource: any)=> string;
|
||||
export type ItemIdToUrlHandler = (resourceId: string, urlParameters?: string)=> string;
|
||||
|
||||
interface ResourceEntity {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user