xLog

xLog

The First On-Chain and Open-Source Blogging platform.
github
twitter
discord server

xLog Weekly Summary #4 - Week 44, 2022

What a very interesting title, full of 4.

It's been a very busy week, we made a lot of exciting updates for you. Hope you continue to enjoy it!

xLog Flavored Markdown Page#

We moved it from GitHub Wiki to xLog and wrote more examples and tutorials, to give a clearer picture of the Markdown standards and syntax supported by xLog. You can always find it at the top of the editor.

Loading...

Mention Component#

We want to continue to strengthen the connections between sites, and as its first step, we added the mention component. Now you can mention an xLog by writing :mention{#xlog} in the post.

@xlog

The user's profile card will pop up when you hover over it.

image

Followings#

We added a followings list next to the followers list at the top of the page and the profile card.

image

And of course, you can hide it by Custom CSS in the settings if you don't like it.

.xlog-site-info .xlog-site-followings {
    display: none;
}

Notifications Feed#

By subscribing to JSON Feed https://[yourhandle].xlog.app/feed/notifications in your favourite RSS reader or integrated service, you can receive your xLog's notifications in a more timely manner.

image

New 404 Page#

We have a new 404 page that's better suited to everyone.

image

List of Tags#

At the top of the archive page, we added a list of tags according to 's suggestions.

image

Showcase Follow All#

In the homepage's showcase, you can now follow all of them with one click.

image

Slug Conflict Detection#

If you try to use a post slug that has already been used, then xLog will remint you before publishing. This will prevent link conflicts between two posts.

image

Just like always, if you have any suggestions or expectations, or just want to have a casual conversation, feel free to join our community or leave a comment below. Cheers! 🍻

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.