(3) Request "MarkDown preview" function

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 4
Joined: Thu Apr 18, 2019 9:08 am

(3) Request "MarkDown preview" function

Post by youngor »

AkelPad is also the best tool to write makedown document but it cannot preview and need to shift or copy to other apps. It is not convenient. Please consider adding this. Thanks again and again!

Offline
Posts: 1161
Joined: Sun Oct 20, 2013 11:44 am

Post by Skif_off »

You can try to use this.

- Move folder "MarkdownPreview" to "[AkelPad]\AkelFiles\Tools";
- Move "MarkdownPreview.js" to "[AkelPad]\AkelFiles\Plugs\Scripts";
- Restart AkelPad;
- Add button or hotkey with command

Code: Select all

Call("Scripts::Main", 1, "MarkdownPreview.js", `-file="%f"`)
Some detailes here, use Google Translate.
Post Reply