mgmeyers / obsidian-embedded-note-titles

GNU General Public License v3.0
58 stars 5 forks source link

Setting to hide Title not working #19

Closed edward-peters closed 2 years ago

edward-peters commented 2 years ago

Thank you for this terrific plugin, just what I need! I have latest Insider Build 0.13.9 but when I turn on the setting to Hide Title when Level 1 Heading is present, that heading is not hidden. See screenshot in Minimal theme

Screenshot 2021-12-14 at 17 02 14

.

mgmeyers commented 2 years ago

@edward-peters Would you be willing to send me this file? This feature seems to be working ok for me, but I wonder if there's some edge case I'm missing

edward-peters commented 2 years ago

@mgmeyers yes absolutely. By ‘file’ do you mean the one markdown note file?

mgmeyers commented 2 years ago

@edward-peters Yes exactly.

edward-peters commented 2 years ago

Fugue.md Sorry for the delay, here it is.

mgmeyers commented 2 years ago

Hmm, strange @edward-peters , the title seems to be correctly hidden for me:

Screen Shot 2021-12-16 at 12 51 04 PM Screen Shot 2021-12-16 at 12 54 45 PM

Here are my settings:

Screen Shot 2021-12-16 at 12 53 13 PM

This this issue occur both in edit and preview modes?

edward-peters commented 2 years ago

Thanks so much @mgmeyers. The issue was that I did not have any value in the first setting field. When I added 'title' there like you have it, it worked. I assumed the settings were independent from each other (I don't use front matter). Perhaps you could add a line of description explaining that the first setting must not be empty if one wants the second to work?