The Waypoint plugin enhances your Obsidian experience by automatically creating and maintaining dynamic tables of contents for your folder notes. With real-time updates, it ensures every file and subfolder is seamlessly linked without manual effort. This plugin integrates folder structures into the graph view, making navigation more intuitive while offering fine control over which folders are treated as categories. It's perfect for users who prefer folders over tags for organization, eliminating repetitive tasks and simplifying note management. By embedding links directly into your markdown files, Waypoint ensures your content remains portable and accessible even outside Obsidian.
This release includes bug fixes for the issue where wikilinks weren't being generated and empty ignore lists ignored everything. It also adds support for custom file titles using the "title" frontmatter property. Special thanks to @vburzynski and @tbdcit for their PRs!
What's Changed
- Bug Fix - use wikilinks for folder note entries when option is enabled by @vburzynski in https://github.com/IdreesInc/Waypoint/pull/97
- Added basic support for titles defined in frontmatter by @tbdcit in https://github.com/IdreesInc/Waypoint/pull/96
- Fix empty regex being registered by settings by @IdreesInc in https://github.com/IdreesInc/Waypoint/pull/100
New Contributors
- @tbdcit made their first contribution in https://github.com/IdreesInc/Waypoint/pull/96
Full Changelog: https://github.com/IdreesInc/Waypoint/compare/2.0.0…2.1.0