hunyadi / md2conf

Publish Markdown files to Confluence wiki
MIT License
56 stars 31 forks source link

Fix/use utf8 and ignore empty comments #42

Closed zkygr closed 3 months ago

zkygr commented 3 months ago

Hello, i had 2 issues:

1) Emojis and umlaute were presented wrong in Confluence. 2) I could not update Confluence pages with attachements, when the attachments had empty comments.

zkygr commented 3 months ago

Hello and thank you for merging this pr and the project in general :) Are you planing to release a new version soon? I would like to use this project at my work and install it accordingly through pypi.

Have a nice sunday

hunyadi commented 3 months ago

The repository has another pull request open related to Mermaid diagrams, which I would also want to include in the upcoming version.

Until a new version is released, however, you can have pip install the package directly from the source repository:

pip install git+https://github.com/hunyadi/md2conf.git

We use this approach in several of our projects such that we don't have to wait for package releases. If you need to pin to a specific commit, you can add the commit hash at the end.

zkygr commented 3 months ago

Thanks for the suggestion, but I don't think it will work because our internet access is restricted, and we can only access PyPI through a proxy, so we can't clone repositories directly. No worries though, I'll keep using my modified version for a bit longer.

hunyadi commented 3 months ago

I see. I shall wait a few days on the other (open) pull request and if I don't get feedback, I will issue a version 0.1.13.