KongMD-Steam / Markdown-to-Steam-Formatter

Converts Markdown formatting to Steam formatting
MIT License
12 stars 1 forks source link
formatter markdown steam

Markdown to Steam Formatter

Markdown to Steam Formatter is a group of utilities you can use to convert Markdown formatting to the equivalent Steam formatting.

Using the Notepad++ Macro (Windows only)

  1. Download and install Notepad++. The macro should work with any of the versions available.
  2. Click the green 'Clone or Download' button in Github and download a .zip of this repository.
  3. Copy NPP_Macro\shortcuts.xml from the .zip file to your %APPDATA%\Notepad++ directory and overwrite the file there.
  4. Open Notepad++, and paste in the Markdown text you want to convert. Use 'formatting_sample.md' from the .zip file, if you want.
  5. Click the Macro menu and select 'MarkdownToSteam' from the list

NOTE: If you want to preserve your existing macros, open NPP_Macro\shortcuts.xml in a text editor, copy the entire <Macro name="MarkdownToSteam"> XML element, and paste it inside the <Macros> element in your shortcuts.xml file.

Notes on Behavior

VSCode plugin (Cross-Platform)

This is on the roadmap!

Contributing

See a RegEx pattern that needs improvement? Send in a Pull Request with some example text to match, and I'll probably merge it.

Credits