HXMD — Markdown Log Manager

Wopisanje

HXMD — Markdown Log Manager collects phone call notes, emails, meeting logs, and memos in the WordPress admin, then exports them as structured Markdown optimized for AI agents.

Features

  • No AI API required. Copy the MD output and paste it into any AI tool you choose.
  • Universal Markdown output compatible with NotebookLM, Claude, ChatGPT, and more.
  • Customizable log types (phone, email, meeting, memo — and your own).
  • List view with sort, filter, and keyword search.
  • Bulk MD copy for multiple logs (ideal for NotebookLM ingestion).
  • Simple UI powered by Alpine.js.
  • Part of the HX Series (HXFE, HXSE, HXRV).

MD Export Example

[LOG-003] Phone / 2026-07-09

- Contact: Yamada-san
- Priority: High
- Status: Open
- Subject: Contact form not submitting
- Detail: Confirmed on iPhone. Requested fix by next week.
- Instruction: Fix mobile form submission bug

WAHX Stack

HXMD is part of the WAHX Stack (WordPress + Alpine.js + htmx + HX Series). HXMD itself uses Alpine.js only — htmx is not needed for its admin UI.

Instalacija

  1. Upload the plugin to /wp-content/plugins/hxmd-markdown-log-manager/
  2. Activate the plugin in the WordPress admin
  3. Open „HXMD“ in the admin menu to start logging

HSP

Do I need an AI API key?

No. HXMD does not include any AI. Copy the exported Markdown and paste it into any AI tool you prefer.

Can HXMD integrate with HXFE (HX Form Engine)?

Yes. With HXFE v1.4.5+, enable auto-capture in HXMD > Settings. Form submissions are automatically saved as HXMD logs.

Can I add custom log types?

Yes. Go to HXMD > Settings to add, edit, or delete custom types. You can also use the hxmd_log_types PHP filter.

Pohódnoćenja

Za tutón tykač pohódnoćenja njejsu.

Sobuskutkowarjo a wuwiwarjo

„HXMD — Markdown Log Manager“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.

Sobuskutkowarjo

Protokol změnow

1.4.0

  • Removed: bundled htmx — HXMD’s admin UI is Alpine.js + fetch() only and never used htmx attributes. Removing the unused library reduces the plugin size and load. No functional change

1.3.0

  • Added: Bulk delete — select multiple logs and delete them at once (confirmation dialog, nonce-protected)

1.2.1

  • Fixed: Post Export page failed to load („Cannot load hxmd-post-export“) when opened from the row action — the reserved post_type query parameter broke WP admin menu resolution. Replaced with plugin-specific parameter names

1.2.0

  • Added: Post Export — select posts/pages and copy them as structured Markdown (title, URL, dates, categories, tags + full body converted from HTML to MD). Ideal for NotebookLM ingestion or AI-assisted rewriting
  • Added: Server-side HTML-to-Markdown converter (headings, bold, strikethrough, italic, nested lists, tables, links, images, blockquotes, code blocks)

1.1.0

  • Added: HXRV integration — automatically capture visual review pin comments as logs (requires HXRV v1.0.1+)
  • Added: HXRV integration settings (enable/disable, log type) and HXRV source badge in log list

1.0.0

  • Initial release
  • Log management with types, categories, priorities, statuses, start/due dates
  • Sortable, filterable log list with overdue highlighting
  • MD export (single & bulk copy) optimized for AI agents
  • MD toolbar: bold, strikethrough, bullet/numbered lists
  • Smart paste: Excel/Sheets tables and Google Docs rich text convert to Markdown
  • Related URLs field for Backlog/GitHub issue linking
  • HXFE integration: auto-capture form submissions (requires HXFE v1.4.5+)
  • DB schema auto-upgrade routine