obsidian-wordpress
obsidian-wordpress copied to clipboard
Endpoint for rest authentication + images fix
I just modified the endpoint for the verification of the authentication. It seems that the search feature is blocked by multiple plugins and hosting due to security concerns.
I also fixed the parsing of images
I tried to merge your PR, but resulted in can't compile, any fixes?
src/wp-profile-modal.ts:66:7 - error TS2322: Type 'unknown' is not assignable to type 'WordPressOAuth2Token | undefined'.
66 this.profileData.wpComOAuth2Token = token;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/wp-profile-modal.ts:69:9 - error TS2322: Type 'unknown' is not assignable to type 'WordPressOAuth2Token | undefined'.
69 this.plugin.settings.profiles[atIndex].wpComOAuth2Token = token;