Skip to content

Releases: killshot13/mdEditor

mdEditor@v2.0.0

23 Oct 12:13

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

mdEditor@v1.1.0

28 Jun 17:01
efad525

Choose a tag to compare

Update(mdEditor): release version 1.1.0.

ChangeLog:

Feature: mdEditor will now ask if you want to install the recommended extensions. The prompt should appear when entering the workplace after install. If you already have them, don't worry, that's why nothing showed up.

BugFix: Added two separate lines in the Workspace configuration, one to support the Windows file system, and one to support Linux. The config favors Windows by default. However, all you need to switch is to cautiously copy & paste the Linux snippet exactly where the Windows snippet is, then do the opposite for the Windows one.

Update: Enforces atx styling rule (MD003) by adds this line to the .markdownlint.json to alleviate editor conflicts.

    "MD003": { "style": "atx" }

Full Changelog: v1.0.0...v1.1.0

mdEditor@v1.0.0

19 Apr 07:23
efad525

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/killshot13/mdEditor/commits/v1.0.0