You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a large number of markdown files that I want to sync with my confluence space, however, I do not want the history to be cluttered with changes every time I execute my deployment script.
Describe the solution you'd like
I thought that if I could compare the document generated by mark and the current document in confluence. I have a branch in my fork with some code but it does not work because the HTML that mark is sending is not what we get back through using the "content/{id}" endpoint with "expand" including "body,body.storage". https://github.com/danapsimer/mark/tree/update-if-changed
Describe alternatives you've considered
I have another PR that does help this use case using an "upate-if-older-than" logic. See this PR: #489
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a large number of markdown files that I want to sync with my confluence space, however, I do not want the history to be cluttered with changes every time I execute my deployment script.
Describe the solution you'd like
I thought that if I could compare the document generated by
mark
and the current document in confluence. I have a branch in my fork with some code but it does not work because the HTML thatmark
is sending is not what we get back through using the "content/{id}" endpoint with "expand" including "body,body.storage". https://github.com/danapsimer/mark/tree/update-if-changedDescribe alternatives you've considered
I have another PR that does help this use case using an "upate-if-older-than" logic. See this PR: #489
Additional context
The text was updated successfully, but these errors were encountered: