A short note survives copy and paste without much drama. A longer document is another matter. Headings collapse into paragraphs, numbering wanders, links lose their labels, and tables become a row of loose text. The notes app is not always at fault — the sender and the destination may simply speak different formatting languages.
First decide what the other person needs
“Send the whole note” can describe three different outcomes:
- Read it now: the words should appear directly in a message or email.
- Keep editing: the recipient needs a standalone file with a clear structure.
- See the finished layout: headings, lists, tables, and links should look as intended.
No single format is equally good at all three. Choose the next step, not merely the most familiar button.
Option 1: send the text through Android's Share menu
Share hands the note to Android's standard share sheet. From there it can go to a messenger, email client, task manager, or another editor. This is the quickest route for a list, a meeting plan, brief instructions, or writing that needs to appear immediately in a conversation.
The receiving app decides which formatting survives. One messenger may preserve links and line breaks; another may accept plain text only. Tables, footnotes, and code blocks are especially easy to flatten.
Use direct sharing when
- the words matter more than the exact appearance;
- the text belongs in the body of a message or email;
- the note has no complex tables or deeply nested structure;
- you can inspect the result before finally sending it.
Option 2: send a Markdown file
Markdown keeps structure in plain text. A heading starts with a hash, emphasis uses asterisks, and
a link contains both its label and address. A .md file is the useful choice when the
recipient will continue in another Markdown editor, Obsidian, a publishing system, or a repository.
If the file is opened in a basic text editor, the recipient will see the punctuation. Nothing is broken; those characters are the source. A Markdown-aware app turns them into headings, lists, and emphasis.
Option 3: export the note as HTML
HTML is best when the other person needs to read a finished document. A browser displays headings, bold text, links, tables, footnotes, and code blocks. The recipient does not need your notes app or any knowledge of Markdown.
HTML can be edited, but it is less comfortable as a working draft. For instructions, class notes, reference material, or a final archive, it is often the clearest handoff.
| The job | Best choice | Why |
|---|---|---|
| Send a short note in a chat | Share | The text lands directly in the destination. |
| Hand over an article for editing | .md | The structure stays in a portable text format. |
| Preserve the finished appearance | .html | Any browser can display the formatted document. |
| Send the words with no markup | .txt | Maximum compatibility and no formatting punctuation. |
| Preserve the entire Loknot library | Backup | It stores recovery data, not just one readable document. |
How to share a complete note from Loknot
Check the structure in Preview
For a Markdown note, make sure the headings, lists, links, and tables appear the way you expect.
Choose the purpose of the handoff
Use Share for text that belongs inside another app. Use Export when you need a file of its own.
Keep Markdown for further editing
Export .md when the recipient uses a Markdown editor or will publish the source.
Choose HTML for finished reading
An HTML file preserves the rendered structure and opens in a standard browser on a phone or computer.
Test the file from the recipient's side
Open it in a different app or send it to yourself first. Lost line breaks and unsupported elements become obvious quickly.
Only then pick the recipient
Double-check the chat, address, or folder, especially when the note contains personal information.
Why bold text sometimes disappears anyway
Formatting can fall away at any boundary. An email client accepts HTML while a messenger accepts only text. One editor understands standard Markdown but not extended tables. A social network strips certain links. The sending app cannot force a destination to support a format it does not have.
For an important document, send a file instead of trusting the message field. Better still, include
two versions: .md for editing and .html for a quick, faithful preview.
Privacy after the note leaves the app
Inside Loknot, the note lives in an encrypted database. A .txt, .md, or
.html export is deliberately readable for compatibility. Once you tap Share, the copy
is handled by the messenger, mail provider, or cloud service you chose.
Sharing is a deliberate step out of the protected space. Check the recipient, and do not send sensitive material through a service you do not trust.
For the complete format list, see Sharing and export. The location of each command is covered in the Share to Loknot guide.
Common questions
How do I send a note with bold text and headings intact?
Export HTML for a finished reading copy. For continued editing, send a Markdown file and open it in an app that supports Markdown.
Why does formatting disappear when I paste into a messenger?
Message fields often accept plain text or only a small formatting subset. The receiving app decides what it supports.
Can I send several notes at once?
Loknot can share or export a selection of notes together. Use Share for text going into another app, or Export when you need standalone files.
Updated: