Commit graph

198 commits

Author SHA1 Message Date
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
Frostime
49eb06330d
🔨 Remove the default fund in plugin.json 2024-06-06 22:31:20 +08:00
frostime
9c7572b820 🐛 getFile API 2024-06-04 15:04:07 +08:00
frostime
81d5bee160 📝docs 2024-06-01 16:35:02 +08:00
frostime
67d6024a04 feat: add kits about dialogs 2024-06-01 16:29:07 +08:00
frostime
03ab34f552 禁用思源内部的 enter confirm 特性 2024-05-01 17:45:05 +08:00
frostime
9f54e7046c misc 2024-04-30 22:15:50 +08:00
frostime
3d565424ae 🎨 feat: Add "custom setting-items" example 2024-04-30 16:48:10 +08:00
frostime
29c494a3f4 feat(setting-utils): getter and setting 2024-04-30 16:32:26 +08:00
frostime
59daefa941 ⬆️ update siyuan: add direction parameter 2024-04-30 16:15:58 +08:00
frostime
7159755c70 🔨 调整 setting 的 interface 定义 2024-04-30 16:00:03 +08:00
frostime
4a9d0f3953 🔥 remove eslint 2024-04-30 15:57:43 +08:00
frostime
0df9ec29ea feat(setting-utils): 增加自定义元素功能 2024-04-29 17:43:02 +08:00
frostime
57cc62f7b5 🎨 refactor: setting-utils args 2024-04-28 17:50:52 +08:00
frostime
56be185458 misc(setting-utils) 2024-04-28 17:48:49 +08:00
frostime
8daa01aedb 🐛 fix: 模板提供的 button 的 click 事件不生效; close #31 2024-04-27 16:55:46 +08:00
Frostime
2c45caf80f
Merge pull request #30 from tengfei-xy/main
修改take()方法的获取方式
2024-04-25 21:31:11 +08:00
浔阳陌客
7a46168ed2 修改take()的获取值方法 2024-04-25 21:16:28 +08:00
浔阳陌客
587d5f2112 修复刷新页面后,数据已加载,但没有显示到设置页面的问题 2024-04-24 14:46:41 +08:00
浔阳陌客
8f27804c83 完善修改 2024-04-24 14:23:51 +08:00
小小飞同学
0645799101
Merge branch 'siyuan-note:main' into main 2024-04-24 12:19:10 +08:00
浔阳陌客
786cc5e933 修改getElement()方法和方法说明 2024-04-24 12:17:56 +08:00
frostime
3b47436806 📝 readme 2024-04-19 19:17:49 +08:00
frostime
1a1c267b46 Merge branch 'upgrade-svelte' 2024-04-19 19:09:30 +08:00
frostime
adf7d86dcd 🔧 config svelte 2024-04-19 19:09:15 +08:00
frostime
4286a49a0b ⬆️ update svelte deps 2024-04-19 18:52:39 +08:00
Frostime
cd38b61aba
Merge pull request #29 from tengfei-xy/main
实时读取和实时保存
2024-04-06 16:33:26 +08:00