Features to Be Implemented ========================== Auto Translate Connect to API (AI) to translate text, mark as autotranslated (or fuzzy?) - add Google Translation API - add ChatGPT translation API Auto-Translate when adding message or when translating? Add flag to select autotranslated text Tag: Integrate tags Allow taging everything? User Address Book: Add address book for any user allow to select stored address for any purpose. VFS Figures: - Utilize figure-tag on output (Wxml, modifier and such). - Implement a nice default representation for it - Caption support and display nicly - Caption support for image viewer VFS Tagging Support to tag anything VFS Image manipulation: crop Visual grop tool with presets like square, 16:9, circle (?) VFS Video: - add subtitle, caption and chapter support - enhance WBVFS_Mime::execute() to import MetaData File - Convert SRT to WebVTT - store WebVTT in VFS origin data - video player needs to support track-tags Contact_Manager: migrate to base system Blog: manage categories Remove dump from GIT ==================== Handle with care, see man git-filter-branch git filter-branch --force --index-filter "git rm --cached --ignore-unmatch doc/dump.sql" --prune-empty --tag-name-filter cat -- --all git push origin --force --all git push origin --force --tags # clean up local git for-each-ref --format="delete %(refname)" refs/original | git update-ref --stdin git reflog expire --expire=now --all git gc --prune=now