I think the public preview divider is a great feature and I wanted to suggest a possible improvement…I would like to make specific lines within a blog post visible only to members (non-members would see a redacted line).
This “censored” line could a joke, an aside, a clarification, an insight, a footnote
This has the advantage of being great for SEO and user experience…ie, the all readers get to see the bulk of the article and the biggest fans get to read every single line…google sees a full post and so it ranks well…non-members experience FOMO
One way of implementing this is what Stratechery does, whereby he has ellipses you can click on, if you want to read more details
This is also in line with the standard growth advice of making most of your best content free, while withholding only a tiny bit for true fans
This could probably be implemented within a theme…if anyone wants to work on this, please DM me.
Thanks
Thanks for these suggestions. I had been curious how Stratechery did it, but now that I think about it, having to click is an extra step that’s not useful, so I find your point 2 more promising.
I read what you say about that method, but I get the impression that the “censored” lines would in reality be censored HTML cards? ie, would it be possible to redact/censor in-line in this precise way:

Even if it has to be a separate card, I think that’s still a pretty good solution. But the ideal would be a Markdown-style in-line editing, if that’s at all possible. I think it could be the future of paywalling!
It could be done with individual sentences as well, via HTML cards. You’d set up your HTML card along these lines, then adjust the styling and JS accordingly:
<p>This sentence is public. <span class="hidden-sentences">This sentence is not. </span>This sentence is public.</p>
1 Like
Thanks, I think that’s a winning solution.