How to share a note without losing its formatting

A message, a Markdown file, and an HTML page preserve different things.

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:

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

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 jobBest choiceWhy
Send a short note in a chatShareThe text lands directly in the destination.
Hand over an article for editing.mdThe structure stays in a portable text format.
Preserve the finished appearance.htmlAny browser can display the formatted document.
Send the words with no markup.txtMaximum compatibility and no formatting punctuation.
Preserve the entire Loknot libraryBackupIt 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: