Idml2html
Perl script convert idml to html.
Install / Use
/learn @mytory/Idml2htmlREADME
idml2html
Installation
Run sudo ./install.sh. The script link files to /usr/local/bin folder.
Use like below.
idml2html idmlfile.idml result.html
You need perl for this script.
Korean
sudo ./install.sh을 실행한다. 이 스크립트는 /usr/local/bin 폴더에 링크를 건다.
아래처럼 사용하면 된다.
idml2html idmlfile.idml result.html
이 스크립트를 실행하려면 펄이 필요하다.
Manual usage
This is script that convert InDesign idml to html.
In fact, idml is zip file. You can unzip idml file. So you can find xml files in it. This is a perl script convert the xml file to html.
- Unzip
idmlfile(unzip idml-file.idml). Storiesfolder contains the text that isxml. Run the following script.for f in Stories/* ; do idml2html.pl "$f" ; printf "\n\n------\n\n" ; done > result.html
Korean
인디자인에서 idml로 저장한 파일을 html로 변환하는 스크립트다.
사실 idml은 zip 파일이다. unzip으로 압축을 풀면 풀린다. 그럼 그 안에 xml 파일들이 들어 있는데, 이 xml 파일을 html로 변환하는 펄 스크립트다.
idml파일 압축 푼다 (unzip idml-file.idml)Stories폴더 안에xml로 본문이 들어 있다. 아래 스크립트를 실행한다.for f in Stories/* ; do idml2html.pl "$f" ; printf "\n\n------\n\n" ; done > result.html
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
