Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Markdown Note Organizer

Open Daksh-Aggarwal opened this issue 2 months ago • 1 comments

Description: Create a Python desktop or CLI tool that organizes, tags, and searches local Markdown (.md) notes. The user can add, edit, tag, and search notes easily, making it perfect for programmers, students, or researchers who keep technical notes in Markdown.

Core Features:

  • Add/Edit markdown notes from the interface
  • Tag notes with custom labels
  • Search notes by keyword or tag
  • Optionally preview/render Markdown within the tool
  • Export selected notes to PDF or HTML

Tech Stack:

  • Python
  • tkinter (for GUI) or argparse (for CLI)
  • markdown or mistune (for Markdown rendering)
  • os, glob (for file management)
  • pdfkit/wkhtmltopdf (for PDF export)

Daksh-Aggarwal avatar Oct 26 '25 11:10 Daksh-Aggarwal