From 036ea124a59a00d57df9d6fbdfd02a67376a47ca Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 3 Nov 2024 17:24:38 +0100 Subject: [PATCH] TODO --- libpurple_to_markdown/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libpurple_to_markdown/__init__.py b/libpurple_to_markdown/__init__.py index 8e65bc7..b5ec4d8 100644 --- a/libpurple_to_markdown/__init__.py +++ b/libpurple_to_markdown/__init__.py @@ -34,6 +34,10 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER It was made specifically for import into Obsidian, so it might not suite your purposes, but it shouldn't be too difficult to adjust the formatting code. + +## TODO + +- [ ] Decode MMS parts and reconstruct image attachments. """ import dataclasses