Loknot is a note-taking app for Android with full
Markdown support. Markdown is a way to format text with ordinary
characters: type **important** and the word turns bold. No formatting
toolbars, no dropdown menus, no extra taps.
Formatting shows up as you type — there's no separate preview mode to switch into. And when you want to see the clean result, the editor toolbar has a preview button with an eye icon.
What Markdown Loknot understands
#…######— headings, six levels**text**— bold,*text*— italic__text__— underline,~~text~~— strikethrough==text==— highlight`text`— monospace, like code> text— blockquote- itemand1. item— lists[label](link)— links
More than formatting
Markdown in Loknot ties into the rest of the notebook:
- Checklists —
- [ ]items become tick boxes you complete with a single tap. - Internal links —
[[Another note]]connects notes to each other, with backlinks. - Export — a note exports to
.md, as well as.txtand.html.
Works offline, notes stay encrypted
Markdown works with no internet — like the rest of the app. Notes are stored on the device only, and the database and backups are encrypted. No account, no ads, no data sharing. Loknot is free.
How the editor works, in full, is in the guide.