mjsumpter / obsidian-tag-page

An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
MIT License
18 stars 3 forks source link

Enhancement: Update tagSearch.ts to allow full link name #26

Closed duckfarts closed 2 months ago

duckfarts commented 4 months ago

Enhancement based on *Suggestion: Add setting to show page names instead of #21**

mjsumpter commented 2 months ago

@duckfarts this change is okay with me as long as we make it a toggle-able setting with the current behavior as the default, and your change as an available option

mjsumpter commented 2 months ago

@duckfarts I've started a new branch called full-link-setting to continue your work here. I'm going to merge your work into that branch, and then turn it into a configurable setting.

If you have any issues with this approach let me know and I'll pull your changes out.