wbrawner / SimpleMarkdown

SimpleMarkdown is an Android app for editing Markdown!
https://play.google.com/store/apps/details?id=com.wbrawner.simplemarkdown
Apache License 2.0
140 stars 18 forks source link

Feature Requests… #82

Open 25ThirtySix opened 1 year ago

25ThirtySix commented 1 year ago

I've just got a Nokia T10 (8" Android tablet) which will be used mainly for reading Kindle books and Readly magazines.

I will write the occasional notes using Markdown.

I am primarily an Apple device user and am very new to Android. I looked for a good Markdown editor and SimpleMarkdown looks very good.

However, I have a few "feature" requests:

  1. Would it be possible to change the editor's behaviour so that it does not require two spaces to force a carriage return/new line. Most Markdown editors have implemented this feature.
  2. Would it be possible to add "highlighting" format using the ==selected text== syntax.

Regards, Peter

wbrawner commented 1 year ago

These seem like feature requests for the underlying markdown engine, which SimpleMarkdowm leverages https://github.com/hoedown/hoedown for. I have wanted to replace this engine for some time, for various reasons, though it's a daunting task that I haven't yet had the time to undertake. I'll keep this request around for now but it's unlikely I'll have much time in the near future to tackle it