|feature
As of v0.11.0, Nokta Notes supports Markdown editing!
Markdown was something I wanted to add from the very start, but I'm glad I parked it until now. Focusing on the basics of the editor first (things like the toolbar, search and replace, scroll handling) made implementing it much easier.
Designer notes:
- I added a button in the bottom left corner to switch between plain text and rich text editing. Random buttons feel like clutter to me, but this was the most consistent approach.
- Search and replace only works in the plain text editor. I think this makes the most sense because it lets you replace formatting as well as text. For example, you can check all boxes in a Markdown checklist by replacing - [ ] with - [x].