MacDownApp / MacDownApp/macdown
Export via command line
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
This may sounds like a silly feature request but it may be interesting to export a markdown file using MacDown via command line. It might be useful to automatically render a lot of files.
``` shell
macdown -e file.html --css GitHub2 file.md
```
:beers:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests. Start by locating MacDown’s command-line entry point and Markdown export pipeline, then determine how the proposed `macdown -e file.html --css GitHub2 file.md` invocation should integrate with them. Done means command-line export works for the requested input and CSS options, with coverage for the resulting output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, markdown, objective-c
- Domain
- cli, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100