-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Add "ignore note" option in Hierarchy notes #207
Comments
I don't fully understand... |
My bad. This is not my first language and it shows. I'm using templates to render new notes, and these templates are being listed in the matrix view as well. I can't find a way of hiding trem without modifying the template, which requires to later manually modify every new note. |
I've added a fix for this, but it may not be what you meant. |
Oh my, my bad. There is no bug! I'll try to explain myself.
There is currently no way to prevent breadcrumbs from listing notes.
Because of this, templates with the yaml properly defined are listed among
rendered notes.
To solve this, we can't write anything on templates, because any note
rendered with them would inherit the unlisting.
I proposed using Hierarchy notes for this, as it fits to have written down
which files to ignore next to which files to index, but that's all. I was
asking for a method to unlist notes, sorry for all this confusion :/
El mar., 14 dic. 2021 6:50, SkepticMystic ***@***.***>
escribió:
… I've added a fix for this, but it may not be what you meant.
Can you send an example of a note where this happens?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR6XMLMT5O3U6S37YQA4UKDUQ3LJ3ANCNFSM5JSBR23A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@veradrawer hahaha ok, I think I understand better... |
Sure, daily notes are a prime example: Which are rendered with:
This also happens, for example, with Literary notes: Rendered from:
|
@veradrawer I've been thinking about this, and to tell Breadcrumbs to ignore a field, I see the following options:
So, the way I see it, no matter what, you're gonna have to add an ignore character somewhere. So my suggestion is to add a backslash before the field key, making Breadcrumbs think it's a different field entirely |
I believe #306 closes this |
With the addition of Hierarchy notes I'm missing the chance of specifying files ot be ignored. Case in point: templates.
I'd love to be able to hide these, as any modification withing the template would affect any rendered file, the hierarchy notes are perfect for this.
The text was updated successfully, but these errors were encountered: