Help center

Find answers to the most commonly asked questions.

Privacy & Longevity

Who can read my private notes?
Only you can read your private notes. Standard Notes uses end-to-end encryption — your notes are encrypted on your device before being sent to our servers. We do not have the keys to decrypt your data.
Has Standard Notes completed a third-party security audit?
Yes. Standard Notes has completed multiple independent security audits by Trail of Bits and Cure53, covering the encryption protocol and client applications. Reports are publicly available.
How does Standard Notes secure my notes?
Standard Notes uses end-to-end encryption with XChaCha20-Poly1305 for data encryption and Argon2id for key derivation. Keys are derived from your password on your device and never leave it.
How does Standard Notes encrypt data on my device?
When you create or edit a note, it's encrypted locally using keys derived from your password via Argon2id. The encrypted data syncs to the server. On other devices, data is downloaded and decrypted locally.
What country is Standard Notes located in?
Standard Notes is based in the United States with infrastructure on AWS. We align our data practices with GDPR requirements for all users worldwide.
What happens to my data if Standard Notes disappears?
Your data is always available locally. You can export notes anytime as plaintext or encrypted backups. Our open-source codebase ensures the community can maintain the software independently.
What services does Standard Notes use for daily operation?
AWS for hosting, Cloudflare for CDN/DDoS protection, Stripe and PayPal for payments, Coinbase Commerce for crypto, GitHub for code, and ProtonMail for email.
Is the Standard Notes source code public?
Yes, Standard Notes is fully open source. All code — desktop, web, mobile, and server — is available on GitHub at github.com/standardnotes/app.
What information does Standard Notes collect about me?
Minimal info: email for auth, sync metadata (timestamps), and payment info via third-party providers. We don't track usage or read notes. All content is encrypted.
Can I store passwords in Standard Notes?
Yes. All data is end-to-end encrypted, making Standard Notes excellent for storing passwords, API keys, recovery codes, and other sensitive credentials.
What is private username mode?
Private username mode lets you sign up without a real email, using a random identifier instead. This adds anonymity but means you cannot recover your account if you forget your password.

General

I've forgotten my password. What should I do?
Due to zero-knowledge encryption, we cannot reset your password or recover your data. Your encryption keys derive from your password and we don't store them. Keep your password safe.
How can I change my account email?
Go to Settings → Account → Change Email in the app. You'll need to verify the new email address.
How do I delete my account?
Go to Settings → Account → Delete Account. This permanently deletes your account and all data from our servers. This action is irreversible.
How do I change my account password?
Go to Settings → Account → Change Password. Enter current and new password. This re-encrypts all data with new keys. Keep a stable internet connection during the process.
Why can I not sign in, even though my email and password are correct?
Try checking caps lock, clearing the app cache, or reinstalling. If you changed your password on another device, use the new password. Contact support if issues persist.
Why am I asked for 2FA, even though I don't have it enabled?
This can happen if 2FA was enabled from another device or session. Check all your devices. If you truly didn't enable it, contact support for assistance.
Is Standard Notes a good Evernote alternative?
Yes — especially for privacy. While Evernote has more features like web clipping, Standard Notes provides end-to-end encryption that Evernote lacks. It supports Markdown, rich text, code editing, tasks, and file attachments.
How do I attach encrypted files to my notes?
With a paid plan, click the attachment icon in the editor toolbar. Files are encrypted end-to-end before upload. Supports images, documents, PDFs, and more.
Can I collaborate with others on a note?
Standard Notes focuses on private note-taking. Due to end-to-end encryption, real-time collaboration isn't supported. You can share individual notes via shareable links (creates unencrypted copy).
Can I use Standard Notes totally offline?
Yes. All notes are stored locally on your device. Create, edit, and read notes without internet. Changes sync automatically when you reconnect.
How can I import my notes from Evernote?
Export Evernote notes as .enex files, then go to Settings → Backups → Import in Standard Notes. Your notes and formatting will be preserved where possible.
How can I import my notes from Simplenote?
Export Simplenote data as JSON from Simplenote settings, then import via Settings → Backups → Import in Standard Notes.
How can I import my notes from Apple Notes?
Apple Notes doesn't offer direct export. Copy-paste manually or use a third-party tool to export to a compatible format, then import into Standard Notes.
How can I import my notes from Google Keep?
Use Google Takeout to export Keep notes (HTML format), then import via Settings → Backups → Import.
How can I import notes from a bunch of text files?
Standard Notes can import plaintext and JSON files. Place your text files in a folder, then use the import feature in Settings → Backups → Import.
How can I contribute to Standard Notes?
You can contribute by submitting pull requests on GitHub (github.com/standardnotes/app), reporting bugs, improving documentation, or helping with translations. Check the CONTRIBUTING.md file in the repo for guidelines.
How can I donate to Standard Notes?
The best way to support Standard Notes is by subscribing to a paid plan. This funds ongoing development and helps keep the project sustainable. Visit the pricing page for plan options.

Usage

What are note types and editors?
Standard Notes supports multiple editor types including plain text, Markdown, rich text (Super editor), code editor, spreadsheet, and more. Switch editors per-note from the editor menu.
How do I create and import backups of my Standard Notes data?
Go to Settings → Backups to export encrypted or decrypted backups as JSON. Store safely. Restore via Settings → Backups → Import.
How do I delete a note?
Right-click a note (or use the note menu) and select 'Move to Trash'. To permanently delete, go to Trash and delete from there.
How do I delete a tag?
Right-click a tag in the sidebar and select 'Delete'. Notes under that tag won't be deleted, only the tag itself.
How do I share a private note?
Open the note you want to share, click the note options menu (three dots), and select 'Share'. This creates a shareable link with an unencrypted copy. The original note remains encrypted in your account.
How do I use Markdown in my notes?
Select the Markdown editor as your note type. Full syntax support including headers, bold, italic, links, code blocks, lists, and tables with edit/preview modes.
How do I clear duplicates?
Duplicate notes can appear after sync conflicts. To remove them, compare the duplicated notes, keep the most recent version, and delete the others via right-click → Move to Trash.
How do I enable spellcheck?
Toggle spellcheck in the editor options menu. Note: enabling spellcheck may use your OS spellcheck service.
How do I print a note?
Use your browser's or OS print function (Ctrl+P / Cmd+P). In the desktop app, use File → Print or the keyboard shortcut.
How do I make an editor my default editor?
Go to the editor selection menu, right-click the editor you want as default, and select 'Set as Default'. All new notes will use this editor type automatically.
How do I search inside a note?
Use Ctrl+F (Windows/Linux) or Cmd+F (Mac) to open the in-note search bar. Type your search term to highlight matches within the current note.
How do I add images to my notes?
With a paid plan, use the attachment feature to add images. In the Super editor, you can also paste or drag-and-drop images directly into notes.
How do I uninstall Standard Notes?
Windows: Use Settings → Apps → Standard Notes → Uninstall. Mac: Drag from Applications to Trash. Linux: Delete the AppImage file.
How do I view a list of untagged notes (and create other dynamic filters)?
Use Smart Views to create dynamic filters. Go to the sidebar, click the '+' next to Views, and create a new Smart View with the condition 'not tagged'. You can create views for various criteria.
How do I link multiple notes together to create a sort of personal wiki?
In the Super editor, type '@' to search for and link to other notes. This creates bidirectional links, allowing you to build a connected knowledge base or personal wiki.
What does it mean to lock or protect a note?
Protecting a note requires your password or biometric authentication to view it, adding an extra layer of security. Locked notes cannot be edited until unlocked. Right-click a note and select 'Protect' to enable.
How can I optimize the performance of Standard Notes?
Clear unused tags, archive old notes, disable unused editors, and reduce the number of notes loaded at once. On mobile, ensure you have enough storage. Regular backups and clean installs can also help.
Can I sign into multiple accounts at the same time?
Not within a single app instance. However, you can use the web app for one account and the desktop app for another. On desktop, you can also run separate instances with different profiles.
Can I create a link to another note?
Yes. In the Super editor, type '@' followed by the note title to insert a link. Clicking the link opens the referenced note directly. This feature requires the Super editor (paid plan).
How do I install third party plugins?
Go to Settings → General → Advanced → Install Plugin. Paste the plugin URL and click Install. Plugins extend Standard Notes with custom editors, themes, and features. Only install plugins from trusted sources.

Subscription Account

How do I manage/modify my subscription?
Go to Settings → Subscription to view, upgrade, downgrade, or cancel your plan.
What happens to my data when my subscription expires?
Notes remain accessible and encrypted. You lose premium features (extended editors, file attachments, version history). Data is never deleted when a subscription expires.
How do I add more time to my subscription?
Your subscription renews automatically. To extend, simply keep your payment method active. For gift subscriptions or manual extensions, contact [email protected].
My subscription features appear as expired, even though my subscription is still valid.
Try signing out and back in to refresh your session. If the issue persists, go to Settings → Subscription and click 'Refresh'. You can also clear the app cache or contact support.
What is the refund policy on Standard Notes?
Standard Notes offers a 30-day money-back guarantee. If you're not satisfied within the first 30 days, contact [email protected] for a full refund.
What is Standard Notes' sale policy?
Standard Notes does not rely on frequent sales or discounts. The listed price reflects the true cost of development and infrastructure. Occasional promotions may be offered during special events.
How can I get an invoice for my purchase?
Contact [email protected] with your account email and request an invoice. You can also find payment receipts in your Stripe or PayPal account used for payment.
Is there a free trial available?
The Free plan is essentially unlimited — full encryption, unlimited notes and devices, no time limit. Upgrade anytime for premium features.
Does Standard Notes offer a student discount?
Occasionally available. Contact [email protected] with your student email to inquire.
Does Standard Notes offer a lifetime subscription?
Standard Notes has occasionally offered lifetime plans during special promotions. Check the pricing page or blog for current availability.
What if I can't afford the price of a paid plan?
The Free plan offers unlimited notes, full encryption, and multi-device sync. It covers the core experience. If you need premium features but can't afford them, contact support — accommodations may be available.
What is Premium Support?
Premium Support is available with the Professional plan. It provides priority email support with faster response times and direct assistance from the development team.
How can I share my subscription with another account?
Go to Settings → Subscription → Sharing. Enter the email of the account you want to share with. The recipient gains access to your plan's premium features on their account.

Two-factor Authentication

How do I enable two-factor authentication for my account?
Go to Settings → Security → Two-Factor Authentication. Use an authenticator app (Google Authenticator, Authy), scan the QR code, and save your secret key safely.
Where should I store my two-factor authentication secret key?
Store it in a separate secure location — not in Standard Notes itself. Print it out, write it down, or store in a separate password manager.
What happens if I lose my 2FA device and my secret key?
Without your 2FA device and secret key, account access cannot be recovered. This is why storing your secret key safely is critical.

Note History & Backups

How do I enable note version history?
Note history is available on paid plans. Go to the note options menu and select 'Note History' or 'Version History' to browse and restore previous versions of any note.
How do I enable Dropbox, Google Drive, or OneDrive backups?
Go to Settings → Backups → Cloud Backups. Connect your Dropbox, Google Drive, or OneDrive account. Daily encrypted backups will be saved automatically to your cloud storage.
How do I enable daily email backups?
Go to Settings → Backups → Email Backups. Enable the feature and your encrypted backup file will be emailed to you daily. This requires a paid subscription.

Self-hosting

Can I self-host Standard Notes?
Yes. Server code is open source on GitHub. Deploy with Docker. See the self-hosting documentation in the repository.
Can I subscribe to a paid plan with a self-hosted server?
Paid plan subscriptions are tied to the official Standard Notes sync server. Self-hosted servers don't require a subscription — all features are available by default when self-hosting.

Listed

Creating a Blog From Your Notes with Listed and Standard Notes
Listed (listed.to) is a free blogging platform built by Standard Notes. Write posts in Standard Notes, then publish directly to your Listed blog — all from within the app.
How do I register for a Listed blog?
Open Standard Notes, go to Settings → Listed, and click 'Create Account'. Follow the prompts to set up your blog URL and display name.
How do I publish articles to Listed?
Write a note in Standard Notes, then open the note options menu and select 'Publish to Blog'. The note becomes a public article on your Listed blog.
How do I manage my blog settings?
Visit your Listed dashboard at listed.to/settings. You can change your blog name, custom domain, bio, and other settings from there.
How do I email my subscribers about new articles and updates?
When publishing a new article in Listed, check the 'Email subscribers' option to notify your readers. Subscribers who signed up via your blog will receive the notification.
What is my Listed guestbook?
Your Listed guestbook is a page where visitors can leave public messages on your blog. It's enabled by default and can be managed from your Listed dashboard.
How do I change the colors, fonts, and general layout of my Listed blog?
Go to your Listed dashboard → Settings → Custom CSS. Add your own CSS rules to customize fonts, colors, layout, and other visual elements of your blog.
How do I specify a custom date for a post, or set the canonical URL?
Add metadata to the top of your note using a special syntax. For custom date: add '---' at the top followed by 'created_at: YYYY-MM-DD'. For canonical URL: add 'canonical: https://your-url'.
How do I hide a story from my main feed?
Open the article options on your Listed dashboard and toggle the 'Hidden' option. The article will still be accessible via direct link but won't appear in your main blog feed.
How do I add separate pages to my blog?
Create a note in Standard Notes and publish it to Listed. Then, in your Listed dashboard, mark it as a 'Page' instead of a 'Post'. Pages appear in your blog navigation instead of the feed.
Privacy & Longevity
Arrow Icon
Who can read my private notes?
Only you can read your private notes. Standard Notes uses end-to-end encryption — your notes are encrypted on your device before being sent to our servers. We do not have the keys to decrypt your data.
Has Standard Notes completed a third-party security audit?
Yes. Standard Notes has completed multiple independent security audits by Trail of Bits and Cure53, covering the encryption protocol and client applications. Reports are publicly available.
How does Standard Notes secure my notes?
Standard Notes uses end-to-end encryption with XChaCha20-Poly1305 for data encryption and Argon2id for key derivation. Keys are derived from your password on your device and never leave it.
How does Standard Notes encrypt data on my device?
When you create or edit a note, it's encrypted locally using keys derived from your password via Argon2id. The encrypted data syncs to the server. On other devices, data is downloaded and decrypted locally.
What country is Standard Notes located in?
Standard Notes is based in the United States with infrastructure on AWS. We align our data practices with GDPR requirements for all users worldwide.
What happens to my data if Standard Notes disappears?
Your data is always available locally. You can export notes anytime as plaintext or encrypted backups. Our open-source codebase ensures the community can maintain the software independently.
What services does Standard Notes use for daily operation?
AWS for hosting, Cloudflare for CDN/DDoS protection, Stripe and PayPal for payments, Coinbase Commerce for crypto, GitHub for code, and ProtonMail for email.
Is the Standard Notes source code public?
Yes, Standard Notes is fully open source. All code — desktop, web, mobile, and server — is available on GitHub at github.com/standardnotes/app.
What information does Standard Notes collect about me?
Minimal info: email for auth, sync metadata (timestamps), and payment info via third-party providers. We don't track usage or read notes. All content is encrypted.
Can I store passwords in Standard Notes?
Yes. All data is end-to-end encrypted, making Standard Notes excellent for storing passwords, API keys, recovery codes, and other sensitive credentials.
What is private username mode?
Private username mode lets you sign up without a real email, using a random identifier instead. This adds anonymity but means you cannot recover your account if you forget your password.
General
Arrow Icon
I've forgotten my password. What should I do?
Due to zero-knowledge encryption, we cannot reset your password or recover your data. Your encryption keys derive from your password and we don't store them. Keep your password safe.
How can I change my account email?
Go to Settings → Account → Change Email in the app. You'll need to verify the new email address.
How do I delete my account?
Go to Settings → Account → Delete Account. This permanently deletes your account and all data from our servers. This action is irreversible.
How do I change my account password?
Go to Settings → Account → Change Password. Enter current and new password. This re-encrypts all data with new keys. Keep a stable internet connection during the process.
Why can I not sign in, even though my email and password are correct?
Try checking caps lock, clearing the app cache, or reinstalling. If you changed your password on another device, use the new password. Contact support if issues persist.
Why am I asked for 2FA, even though I don't have it enabled?
This can happen if 2FA was enabled from another device or session. Check all your devices. If you truly didn't enable it, contact support for assistance.
Is Standard Notes a good Evernote alternative?
Yes — especially for privacy. While Evernote has more features like web clipping, Standard Notes provides end-to-end encryption that Evernote lacks. It supports Markdown, rich text, code editing, tasks, and file attachments.
How do I attach encrypted files to my notes?
With a paid plan, click the attachment icon in the editor toolbar. Files are encrypted end-to-end before upload. Supports images, documents, PDFs, and more.
Can I collaborate with others on a note?
Standard Notes focuses on private note-taking. Due to end-to-end encryption, real-time collaboration isn't supported. You can share individual notes via shareable links (creates unencrypted copy).
Can I use Standard Notes totally offline?
Yes. All notes are stored locally on your device. Create, edit, and read notes without internet. Changes sync automatically when you reconnect.
How can I import my notes from Evernote?
Export Evernote notes as .enex files, then go to Settings → Backups → Import in Standard Notes. Your notes and formatting will be preserved where possible.
How can I import my notes from Simplenote?
Export Simplenote data as JSON from Simplenote settings, then import via Settings → Backups → Import in Standard Notes.
How can I import my notes from Apple Notes?
Apple Notes doesn't offer direct export. Copy-paste manually or use a third-party tool to export to a compatible format, then import into Standard Notes.
How can I import my notes from Google Keep?
Use Google Takeout to export Keep notes (HTML format), then import via Settings → Backups → Import.
How can I import notes from a bunch of text files?
Standard Notes can import plaintext and JSON files. Place your text files in a folder, then use the import feature in Settings → Backups → Import.
How can I contribute to Standard Notes?
You can contribute by submitting pull requests on GitHub (github.com/standardnotes/app), reporting bugs, improving documentation, or helping with translations. Check the CONTRIBUTING.md file in the repo for guidelines.
How can I donate to Standard Notes?
The best way to support Standard Notes is by subscribing to a paid plan. This funds ongoing development and helps keep the project sustainable. Visit the pricing page for plan options.
Usage
Arrow Icon
What are note types and editors?
Standard Notes supports multiple editor types including plain text, Markdown, rich text (Super editor), code editor, spreadsheet, and more. Switch editors per-note from the editor menu.
How do I create and import backups of my Standard Notes data?
Go to Settings → Backups to export encrypted or decrypted backups as JSON. Store safely. Restore via Settings → Backups → Import.
How do I delete a note?
Right-click a note (or use the note menu) and select 'Move to Trash'. To permanently delete, go to Trash and delete from there.
How do I delete a tag?
Right-click a tag in the sidebar and select 'Delete'. Notes under that tag won't be deleted, only the tag itself.
How do I share a private note?
Open the note you want to share, click the note options menu (three dots), and select 'Share'. This creates a shareable link with an unencrypted copy. The original note remains encrypted in your account.
How do I use Markdown in my notes?
Select the Markdown editor as your note type. Full syntax support including headers, bold, italic, links, code blocks, lists, and tables with edit/preview modes.
How do I clear duplicates?
Duplicate notes can appear after sync conflicts. To remove them, compare the duplicated notes, keep the most recent version, and delete the others via right-click → Move to Trash.
How do I enable spellcheck?
Toggle spellcheck in the editor options menu. Note: enabling spellcheck may use your OS spellcheck service.
How do I print a note?
Use your browser's or OS print function (Ctrl+P / Cmd+P). In the desktop app, use File → Print or the keyboard shortcut.
How do I make an editor my default editor?
Go to the editor selection menu, right-click the editor you want as default, and select 'Set as Default'. All new notes will use this editor type automatically.
How do I search inside a note?
Use Ctrl+F (Windows/Linux) or Cmd+F (Mac) to open the in-note search bar. Type your search term to highlight matches within the current note.
How do I add images to my notes?
With a paid plan, use the attachment feature to add images. In the Super editor, you can also paste or drag-and-drop images directly into notes.
How do I uninstall Standard Notes?
Windows: Use Settings → Apps → Standard Notes → Uninstall. Mac: Drag from Applications to Trash. Linux: Delete the AppImage file.
How do I view a list of untagged notes (and create other dynamic filters)?
Use Smart Views to create dynamic filters. Go to the sidebar, click the '+' next to Views, and create a new Smart View with the condition 'not tagged'. You can create views for various criteria.
How do I link multiple notes together to create a sort of personal wiki?
In the Super editor, type '@' to search for and link to other notes. This creates bidirectional links, allowing you to build a connected knowledge base or personal wiki.
What does it mean to lock or protect a note?
Protecting a note requires your password or biometric authentication to view it, adding an extra layer of security. Locked notes cannot be edited until unlocked. Right-click a note and select 'Protect' to enable.
How can I optimize the performance of Standard Notes?
Clear unused tags, archive old notes, disable unused editors, and reduce the number of notes loaded at once. On mobile, ensure you have enough storage. Regular backups and clean installs can also help.
Can I sign into multiple accounts at the same time?
Not within a single app instance. However, you can use the web app for one account and the desktop app for another. On desktop, you can also run separate instances with different profiles.
Can I create a link to another note?
Yes. In the Super editor, type '@' followed by the note title to insert a link. Clicking the link opens the referenced note directly. This feature requires the Super editor (paid plan).
How do I install third party plugins?
Go to Settings → General → Advanced → Install Plugin. Paste the plugin URL and click Install. Plugins extend Standard Notes with custom editors, themes, and features. Only install plugins from trusted sources.
Subscription Account
Arrow Icon
How do I manage/modify my subscription?
Go to Settings → Subscription to view, upgrade, downgrade, or cancel your plan.
What happens to my data when my subscription expires?
Notes remain accessible and encrypted. You lose premium features (extended editors, file attachments, version history). Data is never deleted when a subscription expires.
How do I add more time to my subscription?
Your subscription renews automatically. To extend, simply keep your payment method active. For gift subscriptions or manual extensions, contact [email protected].
My subscription features appear as expired, even though my subscription is still valid.
Try signing out and back in to refresh your session. If the issue persists, go to Settings → Subscription and click 'Refresh'. You can also clear the app cache or contact support.
What is the refund policy on Standard Notes?
Standard Notes offers a 30-day money-back guarantee. If you're not satisfied within the first 30 days, contact [email protected] for a full refund.
What is Standard Notes' sale policy?
Standard Notes does not rely on frequent sales or discounts. The listed price reflects the true cost of development and infrastructure. Occasional promotions may be offered during special events.
How can I get an invoice for my purchase?
Contact [email protected] with your account email and request an invoice. You can also find payment receipts in your Stripe or PayPal account used for payment.
Is there a free trial available?
The Free plan is essentially unlimited — full encryption, unlimited notes and devices, no time limit. Upgrade anytime for premium features.
Does Standard Notes offer a student discount?
Occasionally available. Contact [email protected] with your student email to inquire.
Does Standard Notes offer a lifetime subscription?
Standard Notes has occasionally offered lifetime plans during special promotions. Check the pricing page or blog for current availability.
What if I can't afford the price of a paid plan?
The Free plan offers unlimited notes, full encryption, and multi-device sync. It covers the core experience. If you need premium features but can't afford them, contact support — accommodations may be available.
What is Premium Support?
Premium Support is available with the Professional plan. It provides priority email support with faster response times and direct assistance from the development team.
How can I share my subscription with another account?
Go to Settings → Subscription → Sharing. Enter the email of the account you want to share with. The recipient gains access to your plan's premium features on their account.
Two-factor Authentication
Arrow Icon
How do I enable two-factor authentication for my account?
Go to Settings → Security → Two-Factor Authentication. Use an authenticator app (Google Authenticator, Authy), scan the QR code, and save your secret key safely.
Where should I store my two-factor authentication secret key?
Store it in a separate secure location — not in Standard Notes itself. Print it out, write it down, or store in a separate password manager.
What happens if I lose my 2FA device and my secret key?
Without your 2FA device and secret key, account access cannot be recovered. This is why storing your secret key safely is critical.
Note History & Backups
Arrow Icon
How do I enable note version history?
Note history is available on paid plans. Go to the note options menu and select 'Note History' or 'Version History' to browse and restore previous versions of any note.
How do I enable Dropbox, Google Drive, or OneDrive backups?
Go to Settings → Backups → Cloud Backups. Connect your Dropbox, Google Drive, or OneDrive account. Daily encrypted backups will be saved automatically to your cloud storage.
How do I enable daily email backups?
Go to Settings → Backups → Email Backups. Enable the feature and your encrypted backup file will be emailed to you daily. This requires a paid subscription.
Self-hosting
Arrow Icon
Can I self-host Standard Notes?
Yes. Server code is open source on GitHub. Deploy with Docker. See the self-hosting documentation in the repository.
Can I subscribe to a paid plan with a self-hosted server?
Paid plan subscriptions are tied to the official Standard Notes sync server. Self-hosted servers don't require a subscription — all features are available by default when self-hosting.
Listed
Arrow Icon
Creating a Blog From Your Notes with Listed and Standard Notes
Listed (listed.to) is a free blogging platform built by Standard Notes. Write posts in Standard Notes, then publish directly to your Listed blog — all from within the app.
How do I register for a Listed blog?
Open Standard Notes, go to Settings → Listed, and click 'Create Account'. Follow the prompts to set up your blog URL and display name.
How do I publish articles to Listed?
Write a note in Standard Notes, then open the note options menu and select 'Publish to Blog'. The note becomes a public article on your Listed blog.
How do I manage my blog settings?
Visit your Listed dashboard at listed.to/settings. You can change your blog name, custom domain, bio, and other settings from there.
How do I email my subscribers about new articles and updates?
When publishing a new article in Listed, check the 'Email subscribers' option to notify your readers. Subscribers who signed up via your blog will receive the notification.
What is my Listed guestbook?
Your Listed guestbook is a page where visitors can leave public messages on your blog. It's enabled by default and can be managed from your Listed dashboard.
How do I change the colors, fonts, and general layout of my Listed blog?
Go to your Listed dashboard → Settings → Custom CSS. Add your own CSS rules to customize fonts, colors, layout, and other visual elements of your blog.
How do I specify a custom date for a post, or set the canonical URL?
Add metadata to the top of your note using a special syntax. For custom date: add '---' at the top followed by 'created_at: YYYY-MM-DD'. For canonical URL: add 'canonical: https://your-url'.
How do I hide a story from my main feed?
Open the article options on your Listed dashboard and toggle the 'Hidden' option. The article will still be accessible via direct link but won't appear in your main blog feed.
How do I add separate pages to my blog?
Create a note in Standard Notes and publish it to Listed. Then, in your Listed dashboard, mark it as a 'Page' instead of a 'Post'. Pages appear in your blog navigation instead of the feed.

Other ways to get help

Browse or post to the forum
Recommended for non-account related issues.
Join the Standard Notes Discord group
Recommended for small talk.
Send an email to [email protected]
Recommended for account related issues.

Connect with us

How can I get involved?

Share Standard Notes with your friends, family, and followers.
Like our page on alternativeTo to help more people discover Standard Notes.
Join our Discord server.

How can I get in touch?

Follow us on Twitter for updates and announcements.
For general questions, or if you'd like to just say hello, please email us at [email protected].
For encrypted email support, email us at our ProtonMail address [email protected] using your ProtonMail account.
For media inquiries, please email [email protected].
If you'd like to make a security disclosure, please email [email protected].