JayBridge
b1db0260eb
feat: update README and manifest for version 1.0.2, add support searching image
2025-06-08 00:27:20 +08:00
JayBridge
28b3d9e8fb
Merge branch 'master' into develop
2025-06-08 00:11:24 +08:00
JayBridge
361fc98d8e
feature: support searching ( #9 )
2025-06-08 00:05:46 +08:00
JayBridge
9f48a16db4
style: update highlight colors and input border for selected rows and columns
2025-06-07 23:50:20 +08:00
JayBridge
67d3b3f257
feat: support column and row select
2025-06-07 23:37:48 +08:00
JayBridge
88d92fa033
chore: update .gitignore to exclude some CSV files and add test sample CSV
2025-06-07 23:20:45 +08:00
JayBridge
3ad133d77c
style: adjust padding and border styles for table and input elements
2025-06-07 22:52:25 +08:00
JayBridge
642c34458a
style: optimize edit bar and scrollbar layout
...
- fix #6
- add bottom margin to edit bar for better spacing
- refine scrollbar style to be thinner and more elegant
- adjust scrollbar colors and hover states
2025-06-07 22:30:11 +08:00
JayBridge
89c0d87e7e
fix: update version to 1.0.1 in manifest.json
2025-06-06 17:36:20 +08:00
JayBridge
cd7c38e9d4
chore: typo
2025-06-06 17:08:58 +08:00
JayBridge
e37a24a1b9
docs: update README to include test sample image and improve problem reporting instructions
2025-06-06 17:03:45 +08:00
JayBridge
247872b3f8
chore: disable .csv-parser-settings for now #6 (waiting for further dev)
2025-06-06 16:50:39 +08:00
JayBridge
002759a4f9
fix: refactor locale handling in I18n class for clarity and maintainability #7
2025-06-06 16:39:29 +08:00
JayBridge
f1f6b2d68c
fix: i18n config #7
2025-06-06 16:24:27 +08:00
JayBridge
0a1773ee96
fix: update .gitignore to include additional script and test file exclusions
...
feat: add text
2025-06-06 16:15:06 +08:00
JayBridge
978a4b0619
fix: handle with comma (default and custom)
2025-06-06 16:09:26 +08:00
Jay Bridge
bc3ad2399e
Merge pull request #4 from snickbit/csv-quoted-fields
...
Fix CSV Parsing for Quoted Fields
2025-05-29 20:50:24 +08:00
Snickbit
e190e09a40
fix: handle quoted fields with commas in CSV parsing
2025-05-28 11:17:23 -04:00
JayBridge
3c6757fbbb
fix: revert version number to 1.0.0 in manifest.json
2025-04-12 10:52:50 +08:00
JayBridge
27e439ab35
fix: save and prevent locking
2025-04-12 10:29:14 +08:00
JayBridge
3bbc5e3dd1
fix: 更新语言设置逻辑,使用 Obsidian 的语言设置作为默认语言
2025-04-12 10:10:48 +08:00
JayBridge
fc11fcb086
fix: 修复语言设置逻辑,确保使用系统语言作为默认语言
2025-04-12 10:10:45 +08:00
JayBridge
463b0034d8
fix: update version to 1.0.3 in manifest.json
2025-04-12 09:38:51 +08:00
JayBridge
6a1f7f54fd
refactor: adjust style of cell and input
2025-04-12 09:33:54 +08:00
JayBridge
7b6a62c90b
fix: adjust en.ts
2025-04-12 09:18:14 +08:00
JayBridge
9edfd3e04c
fix:avoid overwriting core styling, add .csv-lite-table
2025-04-12 09:17:32 +08:00
JayBridge
622c66500a
更新 README.md 和 manifest.json,修正插件名称和描述,提升版本要求
2025-04-12 09:16:36 +08:00
JayBridge
6c0f9a9b79
将输入框高度样式移至 styles.css,简化代码并提高样式管理的集中性
2025-03-24 14:59:45 +08:00
JayBridge
1563b42822
为表格单元格和列标题添加动态宽度样式,增强表格布局的灵活性
2025-03-24 14:49:59 +08:00
JayBridge
48c97278cb
Merge branch 'master' of https://github.com/LIUBINfighter/obsidian-csv
2025-03-24 14:29:03 +08:00
JayBridge
c59193e3f6
格式化代码,统一缩进,移除未使用的视图卸载逻辑
2025-03-24 14:28:58 +08:00
JayBridge
83a0c185a2
优化表格样式,移除不必要的内联样式,增强可读性和可维护性
2025-03-24 14:26:31 +08:00
Jay Bridge
ceb6b636d8
Update README.md
2025-03-23 23:17:11 +08:00
Jay Bridge
b64dd70744
Update README.md
2025-03-23 22:38:09 +08:00
JayBridge
24993fa4cb
1
2025-03-23 22:21:22 +08:00
JayBridge
5981be05f2
Merge branch 'master' of https://github.com/LIUBINfighter/obsidian-csv
2025-03-23 22:21:02 +08:00
JayBridge
efbd59228c
1
2025-03-23 22:20:59 +08:00
JayBridge
0f36d61958
modified: manifest.json
2025-03-23 22:19:23 +08:00
Jay Bridge
82babd228d
Update release.yml
2025-03-23 22:17:24 +08:00
JayBridge
e6796911c0
Merge branch 'master' of https://github.com/LIUBINfighter/obsidian-csv
2025-03-23 22:13:05 +08:00
JayBridge
78c299745b
Add release workflow
2025-03-23 22:10:45 +08:00
Jay Bridge
60bded4c28
Merge pull request #1 from LIUBINfighter/ui
...
UI
2025-03-23 22:09:04 +08:00
JayBridge
b5076f6316
添加国际化支持,新增英文和中文语言文件,优化按钮文本和编辑栏占位符
2025-03-23 21:30:49 +08:00
JayBridge
a3f6c66940
添加图标支持,重构CSV导入导出选项,移除分隔符选择功能
2025-03-23 21:21:26 +08:00
JayBridge
f44ed371b4
优化CSV编辑输入样式,增加居中对齐和边框样式
2025-03-23 21:12:38 +08:00
JayBridge
370c42f434
重构CSV和表格工具,添加历史管理功能,优化样式和解析逻辑
2025-03-23 21:01:30 +08:00
JayBridge
ab81ad847e
添加编辑栏功能,支持单元格编辑和样式调整,优化用户交互体验
2025-03-23 20:44:40 +08:00
JayBridge
11e919793d
更新许可证为MIT,修改插件名称为CSV Lite,优化README和中文README,增强插件描述和作者信息
2025-03-23 20:42:18 +08:00
JayBridge
93f8aa2587
更新README.md,优化插件描述,增加对用户反馈的欢迎,推荐使用anyblock进行复杂语法的markdown编辑
2025-03-23 20:32:48 +08:00
JayBridge
60a5534994
更新README.md,添加个人数据库设计计划;优化CSV视图,增加标签页和导入导出选项,支持自定义分隔符和表头设置
2025-03-23 20:23:58 +08:00