Linux compatibility
This package will take a directory of markdown files and turn them into textbundles.
An option argument can be passed in, which is a directory of images (or a directory of directories of images – it works recursively).
Clone the repo and run swift build, and call the outputted binary from a directory containing Markdown files.
swift build
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
textbundleify
This package will take a directory of markdown files and turn them into textbundles.
An option argument can be passed in, which is a directory of images (or a directory of directories of images – it works recursively).
Usage
Clone the repo and run
swift build
, and call the outputted binary from a directory containing Markdown files.