There’s an icon in the top-right of a note that switches between editor and reader mode. Confusingly it shows a pencil in ‘reader view’, and an open book in ‘editor view’ - which feels the wrong way around. I’m aware the developers envisaged it as a button, but my eyes see it as a status (and toggle) so it feels reversed.
I’ve tried the ‘Icon Swapper’ and ‘Iconic’ plugins but neither of them seem to allow this icon to be changed.
From the inspector I see that the icons are labelled class="svg-icon lucide-book-open" and class="svg-icon lucide-edit-3", but I don’t have enough knowledge of CSS to know if these can be altered… Is there a way to swap the icons using a CSS snippet?
In theory you should be able to hide that icon, or resize it away to oblivion, and then use ::after or ::before to add an image/icon like described in this post: