Markdown Preview

OK, this may be a special type of app that I've done. It's not one of those ordinary C++ console terminals, it's creating with Electron and JavaScript.
It's easier this way because JavaScript is, like, almost as good (I mean better) than C++! You can use JS for the client (Browser/Plain), server (Node.js), desktop app (Electron) and much more!

Today I used Electron. And made a JS app for Windows x32 or Windows x64.
The app is called Markdown Preview.

Markdown Preview has a plenty of options:

  1. Markdown Preview is an app for previewing Markdown code. On the left there's an input text area, and on the right - there's the output formatted text.
  2. Do Ctrl-N to open a new window.
  3. Do F1 to open a guide for how to use Markdown.
  4. Do Ctrl-O to open a file in a new window.
  5. Do Ctrl-S to save a file with the browser (Save As).
  6. Drag and drop a file to open it in a new window (only .markdown or .md).

DOWNLOAD 7-zip SFX

Comments

Want more?