Commit graph

53 commits

Author SHA1 Message Date
Jiya Hai
2eed60cfc8
Fix README by removing link and updating commands
Removed a broken link and updated command options for timeline generation.
2025-11-26 20:57:12 +08:00
Jiya Hai
843b14f48b feat(timeline): Improve file link functionality
- Enhance the timeline generation from file links to automatically use the currently active file
2025-11-26 20:48:19 +08:00
Jiya Hai
274f95dbce docs: Update README 2025-11-26 19:57:09 +08:00
Jiya Hai
510041dc3a feat: Add filtering functionality for the timelines folder
Add filtering for the timelines folder and its contents in the file suggestions, folder suggestions, and timeline generation functions to prevent recursive processing of self-generated timeline files
Update the version number to 1.2.5 and improve the description
2025-11-26 19:48:35 +08:00
Jiya Hai
df33834102 feat(event listening): Add file opening event listening to automatically update timeline content
When opening a markdown file located in the timelines/ directory, the timeline content is automatically regenerated based on the generated_from field in the frontmatter. It supports updating the timeline from four sources: folders, tags, files, and metadata.
2025-11-26 19:19:14 +08:00
Shanshuimei
745e1ea68a Merge branch 'main' of https://github.com/Shanshuimei/obsidian-generate-timeline 2025-05-17 12:12:58 +08:00
Shanshuimei
79ab8d05c6 feat: Add the function of generating a timeline from metadata 2025-05-17 12:12:54 +08:00
Jiya Hai
826571ed0a
Update README.md 2025-04-28 22:40:56 +08:00
Shanshuimei
fa408a28cd fix(timeline): Fix milestone 2025-04-28 22:14:19 +08:00
Shanshuimei
e3762a41e3 Merge branch 'main' of https://github.com/Shanshuimei/obsidian-generate-timeline 2025-04-28 21:51:01 +08:00
Shanshuimei
6acf59794a feat: multilingual support 2025-04-28 21:50:56 +08:00
Jiya Hai
c1be74d404
Update README.md 2025-04-28 20:34:44 +08:00
Shanshuimei
bb86e01592 chore: Update the version and adjust the style configuration 2025-04-28 20:23:35 +08:00
Shanshuimei
4519835968 fix(style): Update the era title style 2025-04-28 19:40:30 +08:00
Shanshuimei
ec48601199 feat: Update version number to 1.2.2 and optimize timeline preview
- Update version number from 1.2.1 to 1.2.2
- Optimizes the timeline preview to support accurate matching and display of related rows based on tags
- Update the README.md documentation to add milestones Description
2025-04-28 18:36:24 +08:00
Shanshuimei
13bf2cfd6c refactor(i18n): Translate the new settings into English 2025-04-28 17:32:37 +08:00
Shanshuimei
418175eaab feat: Add milestones and update style configurations 2025-04-28 17:19:42 +08:00
Shanshuimei
957f10f3b6 feat(i18n): Add multilingual support 2025-04-06 11:32:07 +08:00
Shanshuimei
001a54ec9a docs: Update README.md to include more features and instructions 2025-04-06 10:58:51 +08:00
Shanshuimei
4f9d9641f6 Chore: update version number to 1.2.0, optimize timeline view logic 2025-04-02 19:07:00 +08:00
Shanshuimei
74bdc24b62 feat: Added the function of generating timelines from file links 2025-04-02 17:52:07 +08:00
Shanshuimei
692374c99f Adjust the style : change the width of the line from 10 % to 15 % 2025-02-22 11:46:43 +08:00
Shanshuimei
a4aa333723 Optimize the closing logic of the timeline view and use setViewState to recreate the view ; remove the Timeline Settings tab 2025-02-22 11:42:26 +08:00
Jiya Hai
eb02ebdaf0
Update LICENCE 2025-02-22 11:15:05 +08:00
Jiya Hai
974779d309
Update README.md 2025-02-08 16:03:49 +08:00
Shanshuimei
df9612a674 Refactor timeline view activation to ensure single view and configurable position 2025-02-06 21:35:14 +08:00
Shanshuimei
5ef27f7c55 Add configurable default position for timeline view 2025-02-06 21:12:53 +08:00
Shanshuimei
ebe3e09ed8 更新样式 2025-02-05 22:42:20 +08:00
Shanshuimei
5cd8023d77 Merge branch 'main' of github.com:Shanshuimei/obsidian-generate-timeline 2025-02-05 22:35:57 +08:00
Shanshuimei
aa21b1035c 改进时间轴视图页面布局 2025-02-05 22:35:50 +08:00
Jiya Hai
9c804ef1e8
Update README.md 2025-02-04 14:00:51 +08:00
Jiya Hai
d63da62160
Update README.md 2025-02-04 13:45:20 +08:00
Jiya Hai
c4daa425a9
Update README.md 2025-02-04 13:37:55 +08:00
Jiya Hai
020eeee0d8
Update README.md 2025-02-04 13:34:53 +08:00
Jiya Hai
2ab7707a71
Update README.md 2025-02-04 13:31:32 +08:00
Shanshuimei
878f8ab3f2 更新 .gitignore,添加 .history/ 目录,修改 styles.css 以支持全宽和隐藏横向溢出 2025-02-04 12:05:00 +08:00
Shanshuimei
ed7b91c1ab Add folder path validation to ensure that the selected path is a valid folder 2025-02-02 19:57:03 +08:00
Shanshuimei
0abe316b7a Reconstruct the time view, extract constants, optimize the rendering logic, add check and overwrite old files. 2025-02-02 19:47:55 +08:00
Shanshuimei
e2843102ed Update .gitignore 2025-02-02 18:54:32 +08:00
Shanshuimei
b391efd658 Remove the main.js file from the repo and add it to your .gitignore. 2025-02-02 18:52:43 +08:00
Shanshuimei
0b05d6c652 Fix label matching logic and remove useless code 2025-02-02 14:45:15 +08:00
Shanshuimei
591285c546 尝试修复无法查找属性标签嘞~ 2025-02-02 14:41:59 +08:00
Shanshuimei
cc9a6e7ca6 删了点无用的函数 2025-02-02 14:28:15 +08:00
Shanshuimei
6ab23b5477 Fix bugs 2025-02-02 13:28:03 +08:00
Shanshuimei
2aca862011 Fix bugs 2025-02-02 13:18:39 +08:00
Shanshuimei
84db5cefab 标签时间轴中子标签出现两次 2025-02-02 12:48:31 +08:00
Shanshuimei
7ab0719879 Fix bugs 2025-02-02 11:17:41 +08:00
Shanshuimei
dd783495ab Update plugin name 2025-02-01 21:11:25 +08:00
Shanshuimei
8da6e1ed3b Update configurations 2025-02-01 20:22:22 +08:00
Shanshuimei
25794a7cd3 Fix configurations 2025-02-01 20:20:12 +08:00