Commit graph

5 commits

Author SHA1 Message Date
6bca12c934
File refactoring 2025-04-11 18:42:45 +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
a2503d5def
Move from file IDs to file paths (with retrocompatibility) 2025-04-02 20:15:48 +02:00
eaca7fc192
Initial Upload
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-03-31 19:14:17 +02:00