-
Notifications
You must be signed in to change notification settings - Fork 30
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
ignore notes that contain specific tag/s #59
Comments
Yeah we should add something like this. Both filecontent ignores and metatags sound useful |
I found a workaround: puting the filename heading in the comment. Both the markdown comment and HTML comment works. Example:
or
Now the filename is synced with the heading in the comment, where the real title is not affected. |
Why not just ignore the file from this plugin if you don't want the heading to be synced? Like, why have it sync to a heading in comments? |
Some edge cases to ignore the plugin in files which has no particular path pattern. For example, I often extract a chapter from a main file but want to keep the non-h1 chapter title. I don't need the title to be synced in the comment, it's just a trick to kind-of ignore the plugin in specific files. |
I would like to ignore not just a tag but an entire folder. Unfortunately, the extension doesn't have settings for that. I don't like my daily notes having a title, or tags, or anything except my text. Would like to keep them as simple as possible. |
Hello,
thanks for this plugin, it is fantastic!
#dailynotes
.# H1
and the Filename Heading Sync inappropriately adds an# H1
. These files usually have a tag that distinguishes them from other types of notes.filename-heading-sync: false
, as seen in [the embedded note titles plugin](https://github.com/mgmeyers/obsidian-embedded-note-titles/issues/14#issuecomment-992911568]The ignore specific tags is preferred, because it uses tag metadata which already exists within the note.
thanks for considering or directing me to an already existing solution. 👍
The text was updated successfully, but these errors were encountered: