Releases: IdreesInc/Waypoint
2.1.0
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 #97
- Added basic support for titles defined in frontmatter by @tbdcit in #96
- Fix empty regex being registered by settings by @IdreesInc in #100
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
Thank you so much for your patience! I made Waypoint originally for my own use, and early on when I first released it I only had a few dozen other users. I did not realize how much it had grown since then! After discovering that the plugin now had over 30k downloads for some reason, I found that many wonderful developers had made contributions to this project. I've reviewed some of the biggest PRs and can now officially release version 2.0.0 of Waypoint!
Highlights
- Landmarks!
- They're like waypoints, but parent waypoints will link through them rather than stopping!
- Regex ignore lists!
- Ignore files or folders with regular expressions!
- Spaces!
- Indent with spaces with customizable indentation size!
- Callouts!
- Add waypoints in callouts if that's your vibe with the syntax
> %% Waypoint %%
- Add waypoints in callouts if that's your vibe with the syntax
- New command to find the parent waypoint!
What's Changed
- Allow waypoints in callouts by @coanghel in #85
- Add a new Command to Go to waypoint file by @GYukai in #84
- Add command to locate the parent waypoint by @IdreesInc in #86
- feat: ✨ Added Landmarks by @ironman820 in #60
- Add Landmarks by @IdreesInc in #87
- Support for indenting with spaces by @vburzynski in #61
- Add option to indent with spaces for those terrible few by @IdreesInc in #88
New Contributors
- @coanghel made their first contribution in #83
- @GYukai made their first contribution in #84
- @ironman820 made their first contribution in #60
- @vburzynski made their first contribution in #61
Full Changelog: 1.4.0...2.0.0
Thank you again to everyone who has contributed to this project! And if you ever want to get in touch with me or follow my socials for updates on this or other projects, click here!
1.4.0
1.3.0
- Fix markdown link generation
- Add support for folder notes that are outside of the target folder
- Hide enclosing folder note in generated waypoint by default (configurable in settings)
Full Changelog: 1.2.0...1.3.0
1.2.0
- Add setting for using markdown links instead of WikiLinks
Full Changelog: 1.1.0...1.2.0