mirror of
https://github.com/shanshuimei/obsidian-generate-timeline.git
synced 2026-07-22 05:37:40 +00:00
No description
| .github/workflows | ||
| node_modules | ||
| src | ||
| .gitignore | ||
| data.json | ||
| esbuild.config.mjs | ||
| LICENCE | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
Generate Timeline
Generate Timeline is a plugin developed for the Obsidian to help users generate timelines based on folders or tags. With this plugin, users can easily view and manage the content of notes in chronological order.
中文版文档请进入此链接:https://kivgf4fnsy5.feishu.cn/drive/folder/ELWHf58RmlCOv6dBLSKcEG44nRd?from=from_copylink
Functional Overview
- Generate a timeline based on folders:
- Select a folder, the plugin will scan all the files in that folder and generate a timeline based on the time attributes in the files. The timeline will be arranged in chronological order for users to view and manage.
- Generate timeline based on tags:
- Select a tag, the plugin will scan all the content with the tag, and generate a timeline according to the time attribute in the file. The timeline will be arranged in chronological order to facilitate users to view and manage.
- Generate links based on tags or folders:
- This plug-in generates a timeline while generating an md file that links all related files in chronological order.
Installation
- Please install the
Update time on editplugin before installing this plugin. - Download the
main.js,manifest.json, andstyles.cssfiles in the release. - Create a new
obsidian-generate-timelinefolder under the\.obsidian \ pluginsfolder and copy or move allmain.js,manifest.jsonandstyles.cssfiles to theobsidian-generate-timelinefolder. - Open
Generate timelinein the obsidian installed plugins.
How to use
- Generate Timeline Based on Folder
- Open the Command Palette, click Generate Timeline: Generate Timeline from Folder, and select the folder you want to generate the timeline for. This will create both a timeline Markdown file and a timeline view.
- In the generated timeline Markdown file, click on the "More Options" menu and select Open Timeline View to bring up the timeline view at any time.
- Generate Timeline Based on Tags
- Open the Command Palette, click Generate Timeline: Generate Timeline from Tags, and select the tag you want to generate the timeline for. This will create both a timeline Markdown file and a timeline view.
- In the generated timeline Markdown file, click on the "More Options" menu and select Open Timeline View to bring up the timeline view at any time.
Contribution
We welcome contributions of any kind! If you have suggestions, questions, or would like to add new features, please submit an Issue or Pull Request on the GitHub repository.
License
This plugin is released under the MIT License. For more details, please refer to the LICENSE file.