What was wasting time
The same text formatting and file conversion work kept happening by hand.
What changed
I built a small local tool that turns Markdown drafts into ready-to-use files.
Result
A repeated formatting task became faster and easier to repeat.
How it works
- Load the draft.
- Clean the content.
- Convert it.
- Save the file.
Tools, explained
- A technical part of the build that supported the business outcome.
- Markdown is plain text that is easy to search, edit, and reuse.
- A technical part of the build that supported the business outcome.