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
15 stars 4 forks source link

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

Open duckfarts opened 2 months ago

duckfarts commented 2 months ago

Currently, tag pages create links using [[PAGE NAME|*]] so you just see a * for the link.

Is is possible to add a setting so it just shows the page name? [[PAGE NAME]] Otherwise, you just get a long list of identical tags with *s next to them, and you can't tell which one you might want to go to.

mjsumpter commented 2 months ago

Hey definitely, this should be an easy addition, I'll work on adding that setting.

duckfarts commented 2 months ago

Added this to a pull request, though that also got combined with a bugfix and other enhancement because uhh I wasn't sure how to separate them exactly.

lsmpascal commented 1 week ago

Hi. Great plugin. This setting has been added or not ? Thanks.

lsmpascal commented 1 week ago

Can't wait. I fixed this by deleting the |* on lines 159, 169 and 176 in myVault/.obsidian/plugins/tag-page-md/main.js