Auto-update images on save #2
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: massivebox/siyuan-jsdraw-plugin#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When editing a Markdown image, we should make it so when the changes are saved, the changes are immediately reflected.
This is currently not the case because of SiYuan's caching.
Proposed implementation:
Examples:

=>

=>
This should theoretically suffice to avoid the caching problem
To avoid potential performance issues from excessive saving, I'd recommend triggering auto-save only when closing tabs.