Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinometric/markdown-docx
[WIP] Markdown to .docx, easy
https://github.com/alvinometric/markdown-docx
Last synced: about 1 month ago
JSON representation
[WIP] Markdown to .docx, easy
- Host: GitHub
- URL: https://github.com/alvinometric/markdown-docx
- Owner: alvinometric
- Created: 2023-08-11T15:09:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T16:45:16.000Z (over 1 year ago)
- Last Synced: 2024-10-15T20:24:08.636Z (about 1 month ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-docx
WIP
## Installation
- Install pandoc
## Development
```bash
gow run ./main.go
```## Todo
- Add progress bar for markdown download: https://github.com/charmbracelet/bubbletea/blob/master/examples/progress-animated/main.go
-