I have this menu, when I double click a word in a note in edit-mode. Does anyone know, where it comes from?
Do you have the cMenu or editing toolbar plugins installed? Those are two that come to mind that can be creating this menu for you.
Thanks for your tipp. But I don’t have cMenu installed… but the editing toolbar plugin. Even after uninstalling and a restart editing toolbar plugin, the menu remains.
I tried with Strg-Shift-I and found something:
Line 4633 is the start, line 4635 modified to 20px → frame added to find the problem.
The link-adress of the file is:
app://obsidian.md/app.css
I found a temporarily workaround. I made a css file
P:\Obsidian.obsidian_Uwe-PC-SSD\snippets\menu-hiding.css
and put in this code:
.menu {
display: none;
}
Then I activated it here:
Now the menu is hidden.
Questions: Where does it come from? What is “app://obsidian.md/app.css” ?