MacDownApp/macdown

File extensions should not be changed on save

开放

#600 创建于 2016年4月7日

 (9 条评论) (0 个反应) (0 位负责人)Objective-C (930 个派生)batch import
awaiting feedbackhelp wanted

仓库指标

星标
 (7,686 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

MacDown should not change the file extension of a file when it is saved. This is very frustrating when working with files that have an 'outer' extension as well as the normal .md extension.

To reproduce:

  1. Open a file that has an extension that is not .md (i.e. my_file.md.erb)
  2. Save the file
  3. Observe the file extension changing

A possible solution is to provide an option to disable this, or to only change the file extension if there is no .md anywhere in the title, so that it will not affect .erb files.

贡献者指南