How does Folder Notes implement context submenus? #302
-
|
@LostPaul How does FolderNotes implement the ability to right click a folder, Folder Note Commands, and have sub-menu commands? Does Obsidian SDK now support sub-context menus? |
Beta Was this translation helpful? Give feedback.
Answered by
LostPaul
Jan 12, 2026
Replies: 1 comment 3 replies
-
|
It's not part of the public API so it could change at any time. But that's how I do it obsidian-folder-notes/src/Commands.ts Line 504 in 47c6490 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
LostPaul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It's not part of the public API so it could change at any time.
But that's how I do it
obsidian-folder-notes/src/Commands.ts
Line 504 in 47c6490