How do I hide a story from my main feed?

  1. Use the following metadata structure at the beginning of your note:
---
hidden: true
---
Your story...
  1. Publish the note to your blog.

You can also hide the body of all your stories from the main feed so that only titles show using CSS:

  1. Follow the steps to create a CSS theme for your blog.

  2. Add the following CSS:

---
metatype: css
---

.author-post .post-body {
  display: none;
}

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 help@standardnotes.com
Recommended for account related issues.