Fertion / QuickMDCapture

An Android application that allows you to quickly create notes in MD format.
MIT License
34 stars 4 forks source link

Prepend dash to each note #2

Open AeliusSaionji opened 4 days ago

AeliusSaionji commented 4 days ago

I was able to configure QuickMDCapture to use my yyyy-MM-dd.md daily note, and each new submission is appended to a newline in that file - nice!

However, Logseq is my tool of choice for managing the collection of md notes, and QuickMDCapture would play nicer with Logseq if each newline began with a bullet like so:

- note 1
- note 2

thanks!

Fertion commented 3 days ago

Thank you for the idea. I've added it to the backlog and will implement this feature a bit later.