Hide note title?

Things I have tried

What I’m trying to do

I’m using Minimal Theme along with Focus Mode and Hider, and I’ve almost got my ideal viewing mode (but not quite). I’ve searched but I can’t find any way to hide the persistent “note title”.
If this were possible it would be just like Typora, where you can hide EVERYTHING, even the title of the note.
Am I missing something, or is it just not an available option?

1 Like

Try this css snippet:

.view-header-title {
  display: none;
}

I’m not sure if there is any incompatibility with Focus Mode plugin…

Thanks for that, but it doesn’t work. Maybe there is an incompatibility…

Hmm… Try this:

.view-header-title {
  display: none !important;
}

That doesn’t work either. I also tried with safe mode on.
Actually it did seem to work briefly in an unusual situation I can’t reproduce. After going back and forth to settings I ended up in a situation where the Focus Mode plugin was on, the left sidebar was open (which is not supposed to happen when Focus Mode is on) AND the title bar was now gone.
However, as soon as I toggled Focus Mode the title bar came back.
I was not able to reproduce the no-title bar situation again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.