[Solved] Where does this menu come from?

I have this menu, when I double click a word in a note in edit-mode. Does anyone know, where it comes from?

test

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.

Make-md: GitHub - Make-md/makemd?

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” ?

1 Like

Yes, I also use make.md!

These are the settings:

Do I overlook an option?

(some minutes later…)

[Solution]

Yes I did … I have to disable this Inline Styler in MAKE.md settings to make the menu disappear.

Thanks to all helpers, also jpc from discord!

2 Likes

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