Open connradolisboa opened 5 months ago
Hi there, I'm glad to see there is interest in this project 😄 Regarding your suggestion, this should already be occurring. The list supposed to update whenever you do one of the following:
I will have to go back into the plugin files and start refining the plugin. Thanks for showing interest in this project 😄
I don't know why there isn't more people talking about this. This is the go-to tag page plugin! Have you tried submitting for community plugins store? I think that if you put "tag pages" in the keyword or title of the plugin it's going to increase a lot the downloads
Okay, I'll see what happens when I switch between notes
If you don't mind I can create other issues with suggestions to improve even more the plugin! I almost got back to logseq because of the lack of tag pages XD
Here's the template I use to create tag notes with your plugin. It integrates with thew Breadcrumbs plugin and the tag wrangler tag pages
---
id:
date:
modified:
cssclasses: [tag-page, hide-links, hide-property]
tags: [tag]
status: New
credibility:
above:
same:
down:
next:
prev:
aliases: ["#<%* let myAnswer = await tp.system.prompt("Tag name without #") -%><% myAnswer %>"]
tag-page: ["#<% myAnswer %>/*"]
BC-tag-note: "#<% myAnswer %>"
source:
url:
cover:
---
# @ <% myAnswer %>
<% tp.file.cursor(0) %>
<%* app.commands.executeCommandById('tag-flow:open-tag-flow') %>
If you don't mind I can create other issues with suggestions to improve even more the plugin! I almost got back to logseq because of the lack of tag pages XD
For sure! I would love that. I'm thinking about ways I could improve it too, a few things came to mind:
Here's the template I use to create tag notes with your plugin. It integrates with thew Breadcrumbs plugin and the tag wrangler tag pages
--- id: date: modified: cssclasses: [tag-page, hide-links, hide-property] tags: [tag] status: New credibility: above: same: down: next: prev: aliases: ["#<%* let myAnswer = await tp.system.prompt("Tag name without #") -%><% myAnswer %>"] tag-page: ["#<% myAnswer %>/*"] BC-tag-note: "#<% myAnswer %>" source: url: cover: --- # @ <% myAnswer %> <% tp.file.cursor(0) %> <%* app.commands.executeCommandById('tag-flow:open-tag-flow') %>
I've never used both plugins (Breadcrumbs plugin and the tag wrangler tag pages), can you explain what do you get out of this workflow? I might figure out a way to integrate it into the plugin
I've never used both plugins (Breadcrumbs plugin and the tag wrangler tag pages), can you explain what do you get out of this workflow? I might figure out a way to integrate it into the plugin
The only feature the tag wrangler provides relating to tag pages is the ability to open them through the context menu inside the tag panel. For that to happen the page needs to have the tag in the aliases of the page (eg.: Aliases: [ "#Writing" ]).
You can integrate with the plugin by simply allowing to use a selected template for your tag pages.
Another way to integrate with tag wrangler is by using the code the dev provides to add an extra button to create a tag page using your plugin and the selected tag (skipping the part where you need to type the tag). Here's the issue link (view the full issue for context).
Then, to integrate with the breadcrumbs plugin I only had to add BC-tag-note: "#Writing" to the template. This way the plugin recognizes the file as a tag note and every note tagged with #Writing is considered a child note. There not much more to do since you only need to have a template for it.
I've added a new feature that lets you create a list using the title of the file. I am working towards integrating this with Tempalter or another system to make templating using Tag Flow flow (pun definitely intended) a bit smoother.
It would be nice if we could arrange a quick chat so you could show me your setup. I'm still struggling to understand it, and I want to make sure I understand it completely.
My Discord is: Tai Alt (245226570439065601). Feel free to add me, and we can hopefully find the time for that 😄
I'll be happy to show you my setup! I'll just have to re-arrange it so I can not worry about showing personal info. This week I'm quite busy, I think this friday or sat I can do it. Or I can record a loom video too. I'll add you on discord so we can arrange this better.
I've added a new feature that lets you create a list using the title of the file.
Nice. I'll check it out as soon as possible.
I couldn't find your account here's my discord username @riding_waves
Added you 😄
Man this is exactly what I needed for creating tag pages inside obsidian! I just have one question. How does the auto linking to tagged mentions work? Do I have to open the file? Is there a command for that?
Two things that would be very helpful.
Background auto linking or on command: The plugin auto links every missing tagged notes without needing to open it. A more simple solution could be having a command to "Link Missing Fields Inside All TagFlow Notes"
Thanks again! Looking forward to the possibilities of using this plugin.