Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
395 stars 30 forks source link

Markdown amends text in multiple locations + other small issues with it #45

Closed wadeack closed 5 months ago

wadeack commented 5 months ago

Steps to reproduce:

  1. create a note with some repeating lines
  2. place cursor at the start of one of the lines from step 1
  3. click on markdown

Expected result: Markdown only applied to current line

Actual result: Markdown is applied to every matching line

Other small issues:

  1. Applying a markdown within the note (not at the end) adds markdown element to the bottom
  2. Checkbox is inconsistent with other types as it does not require square brackets to be at the start of the line