Why we built it
Sometimes you need to write something down and share it. Not a full document, not a blog post — just a note. A quick summary after a meeting, a code snippet for a colleague, a checklist for a project, or a set of instructions that someone needs to read once and forget. The tools that exist for this are either too heavy or too limited. Full-featured editors are overkill. Pasting into a chat message loses formatting. Sending a text file by email feels wrong in 2025.
About New Notes is a minimalist Markdown editor built for exactly this kind of content. You write in Markdown, see a live preview as you type, and share the result with a single link. No accounts required for guests, no complicated sharing settings, no formatting headaches. Write it, share it, done.
What About New Notes can do
The feature set is intentionally focused. Notes is not trying to replace your knowledge base or your document editor. It covers the gap between "I need to write something down" and "I need someone else to read it" — and it does that without unnecessary complexity.
- 📝 Markdown editor - write with simple syntax that produces clean, formatted output
- 👁️ Live preview - see the rendered result as you type, side by side with the source
- 🔗 One-click sharing - generate a public link and share it instantly
- ⏰ Auto expiration - set notes to disappear after a specific time
- 🔒 Password protection - restrict access to sensitive notes (Pro)
- 💾 Export - download as Markdown, HTML, or PDF
Who it is for
- Developers - share code snippets, configuration examples, or debugging notes with teammates. Markdown handles code blocks natively, so the formatting is always correct.
- Team leads and project managers - write meeting summaries, decision logs, or task lists and share them with one link. Everyone sees the same formatted version.
- Support and operations teams - create reusable checklists, step-by-step instructions, and troubleshooting guides. Share them with clients or colleagues without setting up a help desk article.
- Students and researchers - take structured notes, organize study material, and share outlines with study groups. Markdown is clean enough to read in source form and renders beautifully in preview.
- Anyone who shares text regularly - if you find yourself pasting formatted text into chat messages and watching the formatting break, Notes solves that problem.
Why Markdown
Markdown is a lightweight markup language that reads naturally even in its raw form. You do not need a special editor to understand it — a heading starts with #, bold text is wrapped in **asterisks**, and lists use dashes or numbers. It takes about five minutes to learn the basics, and the result is always clean, portable, and predictable.
The advantage of Markdown over a rich text editor is consistency. There is no invisible formatting, no hidden styles, no "why does this paragraph look different" moments. What you see in the source is what you get in the output. This makes it particularly well suited for technical content, where code blocks, inline code, and structured lists appear frequently.
# Meeting notes — March 5
## Decisions
- **Launch date** confirmed for March 20
- API versioning: use URL prefix (`/v2/`)
## Action items
1. Update deployment script — @tom
2. Prepare release notes — @anna
3. Notify beta testers — @mark
> Next sync: Thursday 10:00
This renders as a clean, formatted document that anyone can read — no styling decisions, no formatting toolbar, no fiddling with layouts.
Sharing made simple
Sharing is the core workflow in Notes. The process is deliberately straightforward:
- Write your note
- Click Share
- Choose an expiration (or leave it open)
- Optionally set a password
- The link is copied to your clipboard
The recipient opens the link and sees the rendered note — no account needed, no login required. They see the same clean, formatted version you see in the preview. That is the entire process.
This works well for content that does not need a permanent home. Meeting notes that are relevant for a week. Deployment instructions for a specific release. A checklist for a one-time process. Quick references that serve their purpose and then expire.
Expiration and access control
Not every note should live forever. Temporary instructions, time-sensitive information, and one-time references have a natural lifespan. Auto expiration lets you set a date after which the note and its link become inaccessible. You do not need to remember to delete it manually — it disappears on schedule.
For sensitive content, password protection adds a layer of access control. The recipient needs both the link and the password to view the note. This is useful for sharing credentials, internal procedures, or any content that should not be visible to anyone who happens to find the link.
The combination of expiration and password protection covers most practical sharing scenarios — from "read this once and it's gone" to "only people with the password can access this until Friday."
Export options
Sometimes a shared link is not enough. You need the content in a file — for documentation, for archival, or for use in a context where a link is not practical. Notes supports export in three formats:
- Markdown - the raw source, portable to any Markdown-compatible tool or platform
- HTML - rendered output ready for embedding in a website, email, or CMS
- PDF - a fixed-layout document for printing, archiving, or sending as an attachment
Practical use cases
Meeting notes and decision logs - write a summary during or after a meeting. Share the link in the team channel. Everyone has the same reference, formatted consistently, accessible without logging into anything.
Code snippets and config examples - share a piece of code with proper syntax formatting. Markdown code blocks preserve indentation and mono-spaced rendering, which is exactly what technical content needs.
Onboarding checklists - create step-by-step instructions for new team members. Share with a link that expires after the onboarding period. Update the note as the process evolves.
Client-facing instructions - send a client a clean, readable document with setup steps, configuration details, or usage guidelines. No attachments, no formatting issues — just a link to a well-formatted page.
Personal knowledge base - collect quick references, command cheat sheets, and frequently used templates. Keep them in your Notes dashboard and access them from any device.
Plans overview
- Free - core note editing, live preview, and basic sharing. Enough for occasional use and quick notes.
- Starter - expanded note capacity, longer expiration options, and additional sharing controls. For regular use and small teams.
- Pro - password protection, AI enhancements, full export options, and higher limits. For professionals and teams that share notes frequently.
You can start using Notes without an account — the editor works as a guest. Register for free to save your notes and access them later. Upgrade when the free limits are not enough for your workflow.
FAQ
Do I need an account to start?
No. You can try the editor as a guest. Register for free to save notes and access them across sessions.
Can I share notes without the recipient needing an account?
Yes. Shared notes are accessible via a public link. Recipients do not need to log in or create an account.
Can I control who sees sensitive notes?
Yes. Pro includes password protection for shared notes. You can also set expiration dates so notes become inaccessible after a specific time.
What is Markdown?
Markdown is a simple text formatting syntax. Headings start with #, bold uses **asterisks**, lists use dashes. It takes minutes to learn and produces clean, portable output.
Can I export my notes?
Yes. Export as Markdown (raw source), HTML (rendered), or PDF (for printing and archiving).
Questions or ideas? Open About New Notes and start writing.