← Back to all updates

Right-Click Tag Folder Sorting by Note Count Implemented

Commit: 53e7e79

Tag folders can now be sorted by the number of notes via right-click context menu.

Changes

  • Integrated right-click context menu for tag folders with a new sorting option based on note count.
  • Utilized SwiftUI’s context menu modifiers to enhance user interaction for tag management.
  • Implemented sorting logic in the tag folder view model to calculate note counts dynamically.