Heziode / obsidian-antidote

An Obsidian integration of Antidote, a powerful grammar checker
MIT License
21 stars 3 forks source link

Antidote (Connectix) open API does not support Markdown formatting #9

Closed Heziode closed 1 year ago

Heziode commented 1 year ago

Before using the open API of Connectix, this project uses the old private API. The private API supported markdown formatting into Antidote.

Currently, with the open API, it seems not working.

Does the open API support it? If yes, how can we support it?

Ping @Acibi @alaroucheDruide

Here is a diff:

With (old) private API

With (old) private API

With open API

With open API

alaroucheDruide commented 1 year ago

You should be able to set the filter to markdown when initializing the communication.

@Acibi should be showing how through a PR. Coming right up!

Heziode commented 1 year ago

@alaroucheDruide the problem is still here, even with your patch and the latest version of Antidote / Connectix version 11.3.1.1 (1103.48.87).

alaroucheDruide commented 1 year ago

Latest version should be 3.2; try to get the update from Connectix Agent's menu.

Heziode commented 1 year ago

Ok, after upgrading Connectix to 3.2 it works.