While mouser plays games, I learned how to write a parser.
Application Name | ws2markdown |
Version | 0.2.0 |
Short Description | Converts .ws into .md (= WordStar into Markdown). |
Supported OSes | |
Download Link | See "Installation" |
Version History | - 0.2.0: A few quality improvements for a better first start experience.
- 0.1.0: First version. Could actually work. (Tried with ws2markdown's README.)
|
Author | |
DescriptionThis is a small utility that converts WordStar (
.ws) into Markdown (
.md) files. I wrote it because the WordPress input field sucks, so now I can write my blog posts in
a real text processing software, then convert them into Markdown and upload them with one of the gazillion Markdown-to-WordPress converters. There is no good Markdown editor either, I'm afraid.
FeaturesCan convert (basic) WordStar files into Markdown.
Planned FeaturesA couple of (non-Markdown-compliant) dot commands are not supported (= detected as dot commands) yet. Maybe I'll push an update. Or I'll just wait for contributions.
Screenshots
NANY 2024 - WordStar to Markdown converterUsageInstallation% cargo install ws2markdown
Using the ApplicationUsage: ws2markdown [inputfile.ws] [outputfile.md]
If inputfile = empty, a file picker will appear.
If outputfile = empty, the output will be printed to stdout.
Uninstallation% cargo uninstall ws2markdown
TipsYes, please.
Known IssuesComplex WordStar documents might still spawn dot commands in your text. See "Planned Features" for the reason.