Is there any way to hide the “toggle editing/reading view” button in the "Page Header"?
(If not, this could be a feature request!)
Yes, I am interested on this. This would difficult to edit the notes if you want to work on a read-only similar mode (for sharing a vault' contents to others, for example).
I really hope this happen. This toggle is the only useless thing left in my setup right now. (Even if I used reading mode, there is a command and a shortcut for that.)
agreed.
options to toggle builtin buttons in obsidian will provide a lot of custom functionality
This CSS snippet works to remove the toggle:
.clickable-icon[aria-label*="Current view:"] { display: none; }
@charle36 lol almost forgot that obsidian is literally a browser and u can just delete things using CSS XD
on another note, any idea of how to get the new note button to trigger a unique note? will a js snippet work?
Unique note?
its a builtin core plugin to insert a note with the title as the current timestamp and body based on template
Thw plugin add a side bar button to create a note with a timestamp. If you don't like that button, you can create your own (sidebar with Commander, inline with Meta Bind).
Already using commander for a custom button, thing is I end up accidentally opening a new note using the "new note" button.
Just wanted to know if can remap this button to create a quick note instead