Commit graph

6 commits

Author SHA1 Message Date
3a05d36f8c
Fixes + Version bump
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-04-17 22:27:38 +02:00
7e4da82b82
Get initial Sync ID from protyle
Related to issue #9
2025-04-17 15:16:07 +02:00
f2801c9f1c
Bug fix: save on no changes
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-04-06 12:21:25 +02:00
4555ec275f
Fix sync inconsistencies across devices
Changed APIs to upload assets, reworked saving logic so that files are synced across devices when changed locally.
2025-04-05 19:30:31 +02:00
e9a9961b61
Auto-refresh images on edit
Only for Markdown images, not drawing blocks, since those will eventually be deprecated.
2025-04-03 15:51:33 +02:00
5e51589ffa
Internal file paths are now Markdown image paths
In the last commit, file paths were implemented to be the full path for the API, however that is not necessary.
Before this change: /data/assets/filename.svg
After: assets/filename.svg
The new method is what SiYuan uses for Markdown images, like ![Drawing](assets/filename.svg)
2025-04-03 00:12:36 +02:00