Conversion: add CodiMD archival plugin#214
Open
pferreir wants to merge 3 commits into
Open
Conversation
c97c99d to
00192a5
Compare
ThiefMaster
reviewed
Oct 20, 2025
347a17b to
a5d0329
Compare
a5d0329 to
54ceb28
Compare
pferreir
commented
Oct 22, 2025
|
|
||
|
|
||
| # XXX: TBD during review | ||
| # this could probably be moved to the core, since the prometheus plugin also uses something similar? |
Member
Author
There was a problem hiding this comment.
@ThiefMaster BTW what do you think about this?
Member
There was a problem hiding this comment.
similar or same? w/o having checked details I'd not be surprised if this, prometheus and livesync are slightly different...
so for now i'd keep it in plugins but maybe consider looking into having this as a util in the core at a later point?
Member
There was a problem hiding this comment.
not exactly identical, yours also returns the alias tables ;)
but yeah, otherwise they are identical, let's add it to the core then
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also adds a simple CLI to check on the documents which have been converted, as well as 'source' annotations for attachments generated from Google Docs and Cloud Convert.
Please note the
# XXX: TBD during reviewincodimd.py.Closes #197