1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Resolves #10424: Move the note viewer to a separate process (#10678)

This commit is contained in:
Henry Heino
2024-07-26 04:22:49 -07:00
committed by GitHub
parent 4b99c2062c
commit d2028588e8
25 changed files with 581 additions and 29 deletions

View File

@ -138,7 +138,7 @@ function NoteEditor(props: NoteEditorProps) {
const theme = themeStyle(options.themeId ? options.themeId : props.themeId);
const markupToHtml = markupLanguageUtils.newMarkupToHtml({}, {
resourceBaseUrl: `file://${Setting.value('resourceDir')}/`,
resourceBaseUrl: `joplin-content://note-viewer/${Setting.value('resourceDir')}/`,
customCss: props.customCss,
});