Auto-refresh images on edit

Only for Markdown images, not drawing blocks, since those will eventually be deprecated.
This commit is contained in:
MassiveBox 2025-04-03 15:51:33 +02:00
parent 5e51589ffa
commit e9a9961b61
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
4 changed files with 33 additions and 5 deletions

View file

@ -5,4 +5,5 @@ export const ASSETS_PATH = "assets/";
export const STORAGE_PATH = DATA_PATH + "storage/petal/siyuan-jsdraw-plugin";
export const TOOLBAR_PATH = STORAGE_PATH + "/toolbar.json";
export const CONFIG_PATH = STORAGE_PATH + "/conf.json";
export const EMBED_PATH = "/plugins/siyuan-jsdraw-plugin/webapp/?path=";
export const EMBED_PATH = "/plugins/siyuan-jsdraw-plugin/webapp/?path=";
export const DUMMY_HOST = "https://dummy.host/";