Formatting often breaks the flow of writing. To make a phrase bold, add a heading, or insert a link, you select text, hunt for the right button, and then find your place again. On a phone, those small interruptions add up quickly.
Markdown takes a simpler approach: formatting lives inside the text.
Type **important** and the word becomes bold. Start a line with
# for a heading, or > for a quotation.
Loknot renders the result as you type. Enter the markup yourself or use the compact formatting toolbar — whichever feels quicker in the moment.
Markdown is simpler than it looks
At first glance, all the asterisks and hash marks can look like a language for technical people. In practice, most writers only need three or four patterns, and they become muscle memory surprisingly fast.
A quick note may not need any markup at all. An article benefits from headings and emphasis. A task list needs checkboxes. Research notes call for quotations, links, and highlights. You learn each piece when it becomes useful, not before.
Why Markdown feels at home on a phone
Imagine an article idea arrives while you are on the move. You have one hand on the phone, the world is noisy, and you want to catch the thought before it disappears. Tiny formatting controls are the last thing you need.
With Markdown, a heading begins with #, a list begins with a dash,
and an important phrase sits between two pairs of asterisks. Everything happens at the
cursor, on the keyboard you are already using.
You capture more than the words. You preserve the shape of the idea: where a new section begins, what deserves emphasis, and which points need work later.
Turn a rough idea into a structured draft
Long-form writing rarely moves neatly from the first line to the last. It starts with a subject, a handful of claims, examples, and unanswered questions. Markdown lets that material grow into a structure without leaving the editor.
# Main subjectbecomes the title of the piece.## Argumentstarts a major section.### Examplebreaks that section into useful parts.**Central point**makes the takeaway stand out.==Check this fact==leaves a visible marker for the next revision.
One note can carry the piece from outline to finished draft. The structure is not imposed in advance; it changes as your thinking does.
Everyday lists benefit too
Markdown is not reserved for articles and documentation. It works just as well for a packing list, groceries, meeting preparation, or the day's tasks.
- [ ] Buy tickets becomes a tappable checklist item. Mark it done
with one touch. Press Enter to continue task, bulleted, and numbered lists automatically;
press Enter on an empty item to leave the list.
In the same note, add headings such as Before the trip, Pack, and Buy there; put the non-negotiables in bold; and strike through an option you have ruled out.
Research notes that keep their context
When you are reading a book, article, or interview, it helps to keep the source
separate from your own response. A line beginning with > becomes a quotation.
Follow it with your interpretation, a source link, and the questions it raises.
Loknot recognizes a plain web address automatically. In preview, both regular
links and [[wiki links]] are clickable. For a cleaner label, use
[source name](url). An image referenced by URL can be added as
.
Use inline monospace for commands, file names, and short snippets such as
`npm run build`. The exact text remains visually distinct from the explanation
around it.
Markdown syntax supported by Loknot
#through######— six heading levels.**text**— bold.*text*or_text_— italic.__text__— underline.~~text~~— strikethrough.==text==— highlight.`text`— inline monospace.> text— blockquote.- itemand1. item— bulleted and numbered lists.- [ ] task— an interactive checklist.- Tables with headers and multiple columns.
[^1]— footnotes linked to their definitions.- Fenced code blocks for multi-line snippets.
[label](url)— a link.— an image referenced by URL.[[Another note]]— a link between your notes.https://…— plain URLs become links automatically.
A formatting toolbar when you do not want to type the syntax
The toolbar includes bold, italic, strikethrough, inline code, headings, and links. Select a passage and tap the control you need; Loknot adds the Markdown markup for you.
Bulleted lists, numbered lists, and task lists continue automatically after Enter. Checkboxes toggle with a tap, so a task list remains useful after you have written it.
See the formatting while you write
Some Markdown editors make you bounce between source and rendered views. In Loknot, the markup is highlighted and styled inside the editor, so you can see both what you typed and the structure it creates.
When you want the clean result without markup characters, open the tool panel and tap the eye icon. Preview shows the note as a reader would see it in a formatted export.
You get two useful views: a live editor for making the piece, and a clean page for the final read-through.
Link ideas, not just web pages
Sometimes one note grows unwieldy, or one subject naturally continues across several notes. Internal links let you split the material without losing the connections.
Type [[Summer plans]]. As soon as the double brackets appear,
Loknot suggests existing notes; tap the finished link to follow it.
The links panel shows both outgoing links and backlinks — every note that points to the one in front of you. Old context resurfaces on its own, and a collection of separate notes gradually becomes a network of ideas.
Plain text that does not lock you in
Markdown remains readable even when nothing renders it. Headings, lists, and emphasis are still recognizable as ordinary characters in an ordinary text file. That is what makes the format durable and portable.
Export a note as .md and continue in another Markdown editor, add
it to a project, or open it on a computer. Use .txt for plain text and
.html for a finished page that preserves all note formatting.
The path works both ways. Loknot opens .txt, .md, and
.markdown files, and can import folders of plain-text and Markdown notes. A
preview shows what will be created before anything changes, and existing notes are not
overwritten.
Not every note needs Markdown
A phone number, a passing thought, or an address may not need formatting at all. Loknot does not force every note into the same writing mode.
The mode is remembered per note. The same notebook can hold plain quick captures, polished Markdown articles, and a linked collection of research material.
Markdown and Screenplay mode cannot be active in the same note because they assign different meanings to the same characters. Choose the mode that fits the piece.
Long documents fit, with a few honest caveats
Loknot is not limited to short notes; an entire book can fit in one document. Past roughly a hundred thousand characters, the app changes how it renders the text so typing and scrolling stay responsive.
Syntax highlighting switches off in very long notes because coloring every keystroke would slow the editor down. The text and every Markdown character remain intact; only the live highlighting disappears.
Truly enormous notes may exceed the cloud sync limit. Loknot tells you clearly and suggests splitting the material into several linked notes.
Markdown works offline and stays with the note
Rendering Markdown does not require an internet connection. The text and markup are processed on the device and stored in Loknot's encrypted database.
There is no mandatory account, advertising, or third-party analytics. Google Drive sync is optional; without it, your Markdown notes remain on the device and fully available offline.
A five-minute start
- Open Settings → Editor and turn on Markdown.
- Create a note and begin a line with
#to make a heading. - Wrap an important phrase in
**double asterisks**. - Start a list with dashes, or make a task with
- [ ]. - Tap the eye icon to see the clean preview.
- If the draft needs to move elsewhere, export it as
.md.
Formatting that stays out of the thought
Markdown's real value is not the number of symbols it supports. It is the number of interruptions it removes between a thought and a structured page.
Capture an idea on your phone, turn it into an outline, grow it into an article, connect it to the rest of your notes, and carry it away as plain text. Loknot keeps the tools close without putting them between you and the words.
New to Markdown?
Our practical introduction explains what is inside
an .md file, how to create and open one on Android, and how to hand it to another app.
For step-by-step instructions, see Notes and the editor. For file formats and handoff options, read Share and export notes.
Updated: