Skip to content

Releases: kctekn/obsidian-TagsRoutes

1.1.2

27 Sep 12:02
1.1.2
c8f9b36
Compare
Choose a tag to compare

Version 1.1.2 Bug Fix Release

  1. Color Map Source Update Issue: The color map source now correctly updates when the color is reset.
  2. Label Text Display Issue: The label text now displays correctly when toggled off.
  3. Unwanted Border Issue: An issue causing an unwanted border to appear in certain scenarios has been resolved.

The other feature is the same with version 1.1.1.

1.1.1

24 Sep 09:55
1.1.1
cdec488
Compare
Choose a tag to compare

Version 1.1.1 Release Notes

  1. Improved Orphan File Detection

    • Enhanced algorithm to identify unlinked files:
      • Files are now flagged as orphaned if they are not referenced by any other markdown file.
    • New feature: Easily select and link orphaned files within the application.
  2. Added Support for PDF Files:

    • The application now supports linking and managing PDF file types.
  3. Bug Fixes:

    • Resolved various issues related to linking files within the scene.
  4. New Quick Focus Function:

    • Right-clicking on a node in the scene now triggers a "quick focus" behavior for easier navigation.

The usage demo:

Settings of the demo:

  1. Obsidian theme: "80s Neon" - dark mode
  2. Plugin theme: default settings - dark mode
  3. Toggle global map: off
  4. Toggle label display: on

1.1.0

12 Sep 18:09
1.1.0
7dd5e91
Compare
Choose a tag to compare

Version 1.1.0 Release Notes

I'm excited to announce the release of Version 1.1.0, which includes several new features and improvements to enhance your experience:

Major Updates:

  1. Light Theme Added:

    • Introduced a new light theme with a bright background and distinct visual elements, offering an alternative to the dark theme.

  1. Node Color Synchronization with Obsidian:

    • You can now import node colors directly from Obsidian:
      1. Node colors will sync with Obsidian's graph view.
      2. You can switch between different Obsidian themes and:
        • Apply Theme Colors: Import the color scheme of the selected theme.
        • Save Slot: Save the imported color scheme into a slot for future use.
      3. The saved color schemes can be reused across different modes (light/dark) and themes, as long as the corresponding slot is loaded.

New Features:

  1. Enhanced Node Interaction:

    • Clicking on frontmatter tags within a note will now focus on the corresponding node in the scene, consistent with other clickable elements.
  2. User-Friendly Tooltip Bar:

    • A new tooltip bar has been added to guide new users on how to navigate and operate the interface. Special thanks to @RealSourceOfficial for his support in this addition.
  3. Node Label Display Toggle:

    • A new toggle in the settings allows you to turn off node label displays. This is particularly useful if there are too many labels cluttering the view or if you don't need to see note labels constantly.
  4. Improved Node Label Interaction:

    • Node labels will no longer respond to mouse clicks, making it easier to interact directly with the nodes.
  5. Settings Box Style Update:

    • The settings box style has been updated to match the current Obsidian theme, ensuring a more cohesive visual experience.

These updates significantly enhance customization options, improve user experience, and provide better integration with Obsidian's theming system. I hope you enjoy the new features and improvements!

You can check the simple usage demo here:

1.0.10

04 Sep 00:39
1.0.10
5d35f37
Compare
Choose a tag to compare

This version is a hotfix for the issue in version 1.0.9, along with some fine-tuning of the sprite text effect.
#14

It affects new users during startup because the save file hasn't been created yet.

The other feature is the same with version 1.0.9

1.0.9

03 Sep 15:53
1.0.9
7ad0a49
Compare
Choose a tag to compare

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

Usage Demo

1.0.8

30 Aug 03:03
1.0.8
f8a5ec3
Compare
Choose a tag to compare

Fixed a parsing tag issue: if the tag in frontmatter is wrote in a single line, it will meet error during plugin startup.

Please refer to #10 for detail. Thanks to @yakuzadave and @Saauan for the feedback!

1.0.7

25 Aug 03:01
7d2fe94
Compare
Choose a tag to compare

Version 1.0.7 Release Notes

1. Enhanced Tag Processing

  • Tags in the note's frontmatter are now processed identically to tags within the note content, ensuring consistent tag handling throughout.

2. Comprehensive Color Customization

  • Introduced full color customization for nodes, links, and particles via the plugin settings tab.
  • Implemented a color scheme slot system, allowing users to:
    • Save multiple color schemes to different slots.
    • Easily switch between color schemes with a simple drag on the slider.
    • Set unique color schemes for each slot, enhancing visual customization.

Watch this short demo to learn how to use these new features:

Setup Color

Switch Settings

1.0.6

10 Aug 22:22
82d8ed8
Compare
Choose a tag to compare

Version 1.0.6 Release Notes

This release brings two key improvements to enhance your user experience:

1. Focused Node View:

  • You can now toggle between a global and local view while focusing on a specific node.
  • Local view: Hides non-focused nodes, allowing you to concentrate on the selected node and its immediate connections. This declutters the scene and provides a clearer picture of the focused area.
  • Global view: Displays all nodes as usual.
  • Switch between these views easily to analyze your data from different perspectives.

2. Streamlined Interface:

  • The settings icon in the top right corner has been replaced with a more intuitive cycling button.
  • Click the button repeatedly to cycle through four different stages or functionalities. This change simplifies the interface and reduces visual clutter.

These updates aim to provide a more focused and efficient user experience. We hope you enjoy the improvements!

Watch this short demo to learn how to use these new features:

1.0.5

31 Jul 09:23
bd08e72
Compare
Choose a tag to compare

What's New on version 1.0.5

  1. Multiple Slots for Display Settings

    • You now have 5 slots to save your display settings. This allows you to quickly switch between them by dragging the slider.
      • So it likes that you have 5 themes to switch for better showing the graph in instance.
  2. Improved Query Function

    • The query function is now handled by a custom code block processor, eliminating the need for DataviewJS.
      • You can now delete the scripts/tag-report.js file and the scripts folder from your vault.
  3. Enhanced Tag Interaction

    • Clicking on a tag to focus on a node in the graph now works in edit mode as well.
  4. Other Fixes

    • Fix a ficker issue might occure, Refer here: #2 Thanks @ShaneNZ for the feecback.

1.0.4

18 Jul 03:58
d64a677
Compare
Choose a tag to compare

release 1.0.4
main improvement is:

  • save/load all display settings
  • improved the nodes highlight