converter

Convert Markdown files into Korean HWPX documents.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/ByungJu-Lim/obsidian-- --skill converter-byungju-lim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: converter
Source: https://github.com/ByungJu-Lim/obsidian--/tree/main/0-Projects/honeypot-main/honeypot-main/plugins/hwpx-converter/skills/converter
Command: npx skills add https://github.com/ByungJu-Lim/obsidian-- --skill converter-byungju-lim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Markdown 파일을 한글 문서(HWPX)로 변환하는 수고를 줄이고, 문서 포맷 간 호환성을 개선합니다.

Core Features & Use Cases

  • Markdown to HWPX 변환: 로컬에서 .md 파일 또는 폴더를 HWPX로 변환합니다.
  • 입력 경로 유연성: 단일 파일 또는 폴더 배치를 지원합니다.
  • Use Case: 대규모 문서 저장소를 HWPX로 일괄 변환하여 공유 가능성을 높입니다.

Quick Start

Convert Markdown files to Korean HWPX format using the converter.

Frequently Asked Questions about converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown files to Korean HWPX documents?

Converting Markdown files to HWPX documents is done by processing single files or batch processing folders, generating seamless .hwpx outputs from Markdown sources using Pandoc and pypandoc-hwpx.

Do I need Pandoc and pypandoc-hwpx to convert Markdown to HWPX?

Yes, converting Markdown to HWPX requires Pandoc and pypandoc-hwpx, though the converter supports automatic dependency setup via hwpx-setup when available to streamline the environment preparation.

Can I batch convert a folder of Markdown files to HWPX?

Yes, you can batch convert a folder of Markdown files to HWPX, as the converter supports folder batch processing for seamless generation of .hwpx outputs from multiple Markdown sources simultaneously.

What is the best way to automate Markdown to HWPX conversion for large document repositories?

The best way to automate Markdown to HWPX conversion for large repositories is using folder batch processing, which seamlessly generates .hwpx outputs from Markdown sources to improve document sharing.

Does the Markdown to HWPX converter validate input file paths?

Yes, the Markdown to HWPX converter validates input paths before processing, ensuring that single-file conversions or folder batch processing execute reliably without file resolution errors.