Hi Logseq community!
I wanted to share a tool I’ve created that might be useful for those of us who work with both Logseq and regular markdown files: MdXLogseqTODOSync.
What it does:
- Synchronizes TODO items between Logseq and regular markdown files
- Preserves formatting and hierarchical structure
- Allows filtering based on patterns and bullet point levels
- Handles Logseq block properties
Use case example:
You maintain your personal TODOs in Logseq but need to share progress with teammates in a regular markdown file (like GitHub). Instead of manual copy-paste, this tool automatically syncs the items while respecting the formatting of both systems.
Quick start:
# Install via pip
pip install MdXLogseqTODOSync
# Basic usage
mdxlogseqtodosync input.md output.md
The tool is open source and available on GitHub [link]. I’d love to hear your feedback and suggestions for improvements!
For more details on configuration options and advanced usage, check out the GitHub README at GitHub - thiswillbeyourgithub/MdXLogseqTODOSync: Script to always sync a Logseq TODO list with a markdown file
Happy organizing!