makemd icon indicating copy to clipboard operation
makemd copied to clipboard

Issue: context menu overrides Obsidian's native menu options

Open cynddl opened this issue 1 year ago • 1 comments

Setting Obsidian's “native menus” option to true changes all the context menus to native on macOS, except when using MAKE.md. Using the plugin, the sidebar context menu reverts to the non-native menu.

I see two places in the code where this may come from: https://github.com/Make-md/makemd/blob/f65e1b0ffbd3b33c22c0b88d4e831ada886e3c04/src/adapters/obsidian/ui/menu.tsx#L11 and https://github.com/Make-md/makemd/blob/f65e1b0ffbd3b33c22c0b88d4e831ada886e3c04/src/adapters/obsidian/ui/selectMenu.tsx#L42 although I am not proficient with coding Obsidian's plugins. Please let me know if there's anything I could test to help reproduce the issue?

cynddl avatar May 06 '24 18:05 cynddl

This is on the list of to-dos, I'll follow up once this has been fixed

jp-cen avatar May 14 '24 19:05 jp-cen

This has been added in the latest patch, thanks for reporting and sorry for the delay.

jp-cen avatar Jan 05 '25 18:01 jp-cen