Word used to have the ability to post directly to Wordpress. Not sure if this works with the newest 365 versions.<p><a href="https://www.makeuseof.com/post-wordpress-using-microsoft-word/" rel="nofollow noreferrer">https://www.makeuseof.com/post-wordpress-using-microsoft-wor...</a><p><a href="https://support.microsoft.com/en-us/office/help-with-blogging-in-word-3ad4ad8d-06a3-441d-99cd-c65e13a3433d" rel="nofollow noreferrer">https://support.microsoft.com/en-us/office/help-with-bloggin...</a>
For those interested in using Google Docs, as opposed to Word, I have developed Cloudpress [1] to allow exporting from Google Docs to various Content Management Systems. This includes headless CMSs like Contentful, so you can use it with Jamstack as well.<p>Cloudpress also supports exporting from Notion and also has an API and Zapier integration so you can automate your entire publishing flow.<p>[1] <a href="https://www.usecloudpress.com/" rel="nofollow noreferrer">https://www.usecloudpress.com/</a>
Somewhat off-topic, it'd be cool if an operating system could offer different "input methods" for input fields (not just on websites). On phones one can have different graphical keyboards, e.g. for emojis, or to insert GIFs, or hand-gesture. On the desktop it's just the physical keyboard, but imagine being able to add a layer between the keyboard and textarea. You're on github and want to quickly edit code? Tell the OS to launch IntelliJ and store the output of IntelliJ in the textarea (although, I guess expecting IntelliJ to offer advanced code completion without checking out the git project would be too much of a headache...). Don't like WordPress' editor? Launch Word and have its output entered directly as a WordPress "article" (although that involves a step where "Magic happens", which this article shows would need a bit of coding...)<p>Of course the above might be unnecessary complication where copy-paste works fine. Already rich text editors on e.g. Facebook's website are magical, one can just copy image data and paste it and it would attach the image to your FB post/message, geez, we didn't have that in the 90s!