0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.78k stars 480 forks source link

[Feature request] .md as the default extension for new file/tab #1046

Open bearoxo opened 2 years ago

bearoxo commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

0x7c13 commented 2 years ago

I was planning to add this feature initially but decided to not do so because:

  1. The Markdown editing feature Notepads currently provided is very bare minimum. It does not support all markdown syntax; it does not show local image (restriction of UWP) and performance is also not ideal. That's also the reason that I am hiding the feature by default.
  2. I don't want to market the app as a Markdown editor, and I want to keep it as a plain text editor as much as possible.