1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Desktop: Fixes #10551: Watch resources for changes when opened from the Rich Text Editor (#10554)

This commit is contained in:
Henry Heino
2024-06-10 14:31:38 -07:00
committed by GitHub
parent 80aeff6ecd
commit c511fb59c7
10 changed files with 176 additions and 66 deletions

View File

@ -1,7 +1,7 @@
import { CommandRuntime, CommandDeclaration, CommandContext } from '@joplin/lib/services/CommandService';
import shim from '@joplin/lib/shim';
import { _ } from '@joplin/lib/locale';
const { parseResourceUrl, urlProtocol } = require('@joplin/lib/urlUtils');
import { parseResourceUrl, urlProtocol } from '@joplin/lib/urlUtils';
import Logger from '@joplin/utils/Logger';
import goToNote from './util/goToNote';