Commit graph

224 commits

Author SHA1 Message Date
a079298433
Add CI
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 3m55s
2025-05-08 22:47:09 +02:00
5322944ad9
Add custom cursor on editor canvas 2025-05-07 21:16:50 +02:00
77e8218d1f
Config improvements and compatibility with old versions 2025-05-06 23:12:51 +02:00
764f9fe5a4
Add option to remember editor position and zoom 2025-05-06 18:19:18 +02:00
fa3eba219e
Suggest popular background colors, add transparency support
Making the UI more user-friendly by suggesting some commonly used colors in the Settings menu
2025-05-05 19:17:59 +02:00
1ad26d1e23
Add funding link 2025-05-01 23:01:55 +02:00
8d4779b8fe
Improve error handling and code structure 2025-04-23 09:52:45 +02:00
f35342a791
Start workin on i18n 2025-04-20 22:16:48 +02:00
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
e815442881
Editor default options 2025-04-17 16:08:26 +02:00
7e4da82b82
Get initial Sync ID from protyle
Related to issue #9
2025-04-17 15:16:07 +02:00
fe32505873
Implement analytics 2025-04-16 23:56:24 +02:00
fc4ce8e69e
Add config menu framework
Options don't do anything as of now, but they are saved and loaded
2025-04-15 19:42:43 +02:00
6bca12c934
File refactoring 2025-04-11 18:42:45 +02:00
e23cc424f8
Code quality improvements 2025-04-09 22:53:40 +02:00
ea9b0be856
Update version
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-04-06 15:35:37 +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
0bc89f4a72
Prepare for release
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-04-05 23:23:45 +02:00
d8cc4f8caf
Auto-migrate old drawing blocks on startup 2025-04-05 21:58:19 +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
e165c69664
Open editor in dialog on mobile
SiYuan Mobile doesn't have tabs, so the editor has to be opened in a dialog.
In the future, consider including a setting to open editor in dialog on desktop as well.
2025-04-05 00:22:38 +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
56cf62f1eb
Improve docs 2025-04-01 23:24:17 +02:00
8d1438de33
Offer to edit images
Any SVG image in assets/ can now be edited with js-draw. It won't reload automatically (yet)
2025-04-01 23:03:22 +02:00
5c261b35f2
Fix bug due to empty i18n folder
Some checks failed
Create Release on Tag Push / build (push) Has been cancelled
2025-04-01 09:12:51 +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
Frostime
777f31761c
Update plugin.json 2024-12-10 18:00:25 +08:00
frostime
38b19fdb88 🔧 ci: update vite script, auto remove trivial files under dist/ 2024-10-24 14:51:01 +08:00
frostime
591cf2e95e 🔧 ci: 更新 vite 打包脚本 2024-10-16 14:43:56 +08:00
frostime
4aee720da5 📝 doc: tip 2024-09-27 18:25:34 +08:00
frostime
19cae2eabd 📝 doc: introduce to siyuan-plugin-cli 2024-09-27 18:15:23 +08:00
frostime
63ee8d92dc 🔧 ci: tsconfig, include svelte 2024-09-10 10:55:59 +08:00
frostime
63cc3ac0c2 🔧 ci: add a script to update version 2024-09-08 14:05:54 +08:00
frostime
e345e18613 🔨 refactor: 创建 dir 符号链接;并编写 ps 脚本用于获取 windows 管理员权限
https://github.com/siyuan-note/siyuan/issues/12399
2024-09-06 19:50:50 +08:00
frostime
da4c4ced8f feat: 更新 Form 组件 2024-08-09 21:49:29 +08:00
frostime
1ac9cf8ff5 feat(api): getFileBlob 2024-08-01 13:34:25 +08:00
frostime
4c004d73b5 🎨 misc 2024-07-19 15:51:59 +08:00
frostime
b739c5ad54 ️ perf: 优化各个组件 2024-07-19 15:40:50 +08:00
frostime
0d0167b85b Merge branch 'main' of github.com:siyuan-note/plugin-sample-vite-svelte 2024-07-19 15:18:08 +08:00
frostime
6361001b8a 🚚 mv:将libs目录下的组件移至components子目录
为了更好地组织项目结构,将libs目录下的组件文件移动到新的libs/components子目录中。
同时,更新了setting-example.svelte组件中SettingPanel的导入路径,以反映新的文件位置。
2024-07-19 15:17:49 +08:00
Frostime
46e48452c0
Update plugin.json 2024-07-11 00:41:46 +08:00
frostime
059744903d 🔧 ci: update pnpm action
ref to: https://github.com/pnpm/action-setup/issues/136
2024-07-04 21:27:46 +08:00
frostime
504de7d821 🐛 fix: build 是不生成 sourcemap 2024-07-01 13:44:54 +08:00
frostime
9e2a64b471 🔧 ci(vite): 生成 inline source map,方便调试 2024-06-30 12:45:18 +08:00
frostime
0a8ab5a227 📝 docs 2024-06-14 22:36:29 +08:00
frostime
5ff929e456 📝 doc: another template 2024-06-14 22:35:19 +08:00
frostime
ba57ba3f23 feat: add const.ts 2024-06-08 20:51:13 +08:00
frostime
6d75a46a56 🔨 refactor: 重构基于 svelte 的设置面板功能 2024-06-08 18:30:53 +08:00