Is there any APIs around the mobile Share menu? I couldn’t find any references to it, or any event that could be used to modify it in any way. I would like to include new options to the menu through a plugin.
Thanks
I’m not sure if this is covered in the official docs, but for reference, the ReadItLater plugin also modifies the share menu. I believe the relevant code is here: obsidian-ReadItLater/src/main.ts at cf8a6d973ddd880da6d16ed99eb3782054b76dad · DominikPieper/obsidian-ReadItLater · GitHub.
1 Like
Thanks! I will tinker around with it!
Looks like it’s exactly what I’m looking for