惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

Example blog

Ghost routing explained with routes.yaml examples — routes, collections & taxonomies Ghost redirects explained with practical redirects.yaml examples How to Serve JSON or XML Data in Ghost How to Change Your Default Post Template in Ghost Ghost Custom Theme Settings How to add Google Fonts to Ghost Themes How to Configure Ghost with Mailgun Ghost Theme Structure & Organization How to Make Custom Templates in Ghost Themes How to Install Ghost CMS via Ghost-CLI How to Add Syntax Highlighting to Ghost The best Ghost CMS hosting platforms Ghost 6.0 — Social Web and Native Ghost Analytics Ghost CMS Social web beta, email 2FA and more author social links How to keep custom design settings when updating your Ghost theme How to use the public preview card in Ghost How to add members-specific sections in Ghost How to customize the default content CTA in Ghost How to build a custom homepage in Ghost An overview of Ghost editor cards and and how they work Ghost CMS News: One-time payments & collecting sales tax How to customize the private site access template in Ghost How to add custom fonts in Ghost themes Ghost CMS News: Additional payment methods & internal linking How to use Code Injection in Ghost How to set meta data of your custom routes & collections in Ghost How to format dates and use the date helper in Ghost Ghost CMS internationalization, custom fonts & spam protection Understanding and optimizing post and page settings in Ghost CMS Trigger the Ghost Portal popup based on page scroll progress
Ghost CMS News: TK reminders, ActivityPub and improvements
Bright Themes · 2024-05-01 · via Example blog

Let's explore what's new in Ghost, some interesting features that were added or are planned as well as improvements in the last few weeks.

TK reminders in Ghost

In publishing, "TK" reminders are placeholders used during the editorial process to indicate that certain information needs to be filled in later. "TK" stands for "To Come", and it's basically the editorial equivalent of using //TODO. It's a common editorial shorthand used to highlight areas in a manuscript where information is missing or needs to be updated.

For example, if a writer hasn't provided a specific date or statistic yet, an editor might insert "TK" in its place to remind themselves or the author to fill in the missing information before publication. This helps keep track of what still needs attention in the editing process. Once the missing information is provided, the editor replaces "TK" with the actual content.

In the context of Ghost CMS, when placing TK (or tk ) within a post or page, Ghost will highlight any usage of TK within the margins of the editor, as well as provide a warning, if it looks like you're about to publish a post that's missing additional content.

Planned ActivityPub support in Ghost

ActivityPub is a decentralized social networking protocol based on the ActivityStreams 2.0 data format. It allows different social networking platforms to communicate with each other in a federated manner, meaning users on one platform can interact with users on another platform seamlessly.

Here are some key points about ActivityPub:

  • Decentralization: ActivityPub enables decentralized social networks, where users can interact with each other across different servers or platforms. This decentralization helps in fostering diversity, innovation, and resilience in social networking.
  • Federation: ActivityPub follows a federated model, where each server implements the protocol to communicate with other servers. This federation allows users to follow, share, and interact with content and users from other servers as if they were on the same network.
  • Interoperability: ActivityPub promotes interoperability between different social networking platforms. It standardizes the way social activities such as sharing posts, following users, liking, and commenting are represented and communicated between servers.
  • ActivityStreams: ActivityPub uses ActivityStreams 2.0 as its data format. ActivityStreams is a JSON-based format for describing social activities such as posts, likes, follows, and other interactions. It provides a common vocabulary for representing these activities, making it easier for different platforms to understand and process them.
  • Security and Privacy: ActivityPub supports end-to-end encryption and provides mechanisms for user authentication and authorization. This helps in ensuring the security and privacy of users' data and interactions on decentralized social networks.
  • Open Standard: ActivityPub is an open standard developed by the World Wide Web Consortium (W3C). It is designed to be extensible and adaptable to different use cases and requirements, encouraging innovation and collaboration in the development of decentralized social networking platforms.

Overall, ActivityPub plays a significant role in enabling the creation of decentralized, interoperable, and user-centric social networking platforms that prioritize privacy, security, and user control.

The Ghost team is in contact with Buttondown who are also building ActivityPub support right now, and also with teams at Mastodon & the ActivityPub spec authors.

Ghost core improvements

Beyond the main features, there has been a lot of smaller updates and improvements:

  • Added srcset and loading="lazy" to header card images (v5.73.2)
  • Added option to unsubscribe in one-click from emails (v5.74)
  • Added TK Reminders feature (v5.76)
  • Improved sending email addresses for self-hosters (v5.78)
  • Added option to change the name of the free tier (v5.79.5)
  • Added lazy-loading of comments data (v5.80)

And many more smaller fixes.