Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Sep 3, 2024
1 parent d00ce16 commit 7ad0a49
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ This is a plugin for obsidian, to visualize files and tags as nodes in 3D graphi

Wiki: [Organize Tags by Timestamp Using the Obsidian Plugin: "Tags Routes"](https://github.com/kctekn/obsidian-TagsRoutes/wiki/Organize-Tags-by-Timestamp-Using-the-Obsidian-Plugin:-%22Tags-Routes%22)

## Version 1.0.9 Release Notes:

1. **Support for Named Color Input**: Added support for named color input, making it easier to select the perfect color.
2. **Frontmatter Tags as Individual Tags**: Tags in the frontmatter are now treated as individual tags, separate from the tags in the note content.
3. **File List Report Generation**: You can now generate a report of files associated with a tag by clicking on a frontmatter tag.
4. **Colorful Node Name Display**: Node names now display in color by default, not just when hovered over.
5. **Other Improvements**:
1. Updated the plugin icon.
2. Added a new general settings option to toggle whether the graph opens in the current tab.
3. Introduced a reset color button in the color settings section.

Many updates is according to https://github.com/kctekn/obsidian-TagsRoutes/discussions/9, thanks to @jeceey for the creative suggestions.



**Feature**

<img width="50%" src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v109-update.gif">

**Usage Demo**

<img width="50%" src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/setup-color-v109.gif">


## Version 1.0.8 - Release Notes
Fixed a parsing tag issue: if the tag in frontmatter is wrote in a single line, it will meet error during plugin startup.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tags-routes",
"name": "Tags Routes",
"version": "1.0.8",
"version": "1.0.9",
"minAppVersion": "0.15.0",
"description": "A powerful tool for visualizing 3D graphs and managing orphan files, offering a dynamic and colorful 3D graph view for enhanced user experience.",
"author": "Ken",
Expand Down

0 comments on commit 7ad0a49

Please sign in to comment.