phd20 / obsidian-discord-share

This plugin allows you to share your Obsidian Vault content to Discord using discord.js.
MIT License
28 stars 3 forks source link

Share Current Note to Discord (Content) #34

Closed phd20 closed 3 months ago

phd20 commented 3 months ago

This adds the Share Current Note to Discord (Content) command. The command will share an embed to Discord with the title as the note's title and the description as the content body of the note. A few things to keep in mind:

This PR also made some changes to esbuild to upgrade them to more modern practices.

phd20 commented 3 months ago

Initial testing looks good. Will release after a bit of regression testing.

phd20 commented 3 months ago

Regression testing revealed that the ShareAttachment command is broken on this branch. I'm assuming it's related to some of the esbuild changes becuase nothing else should've affected that workflow. Will continue to investigate.