投稿の左側に目次を移動する方法は?

Is there a way to move the TOC to the left side of the post, rather than the default right side?

「いいね!」 1

I’ve also been trying to figure this out. It’s nice to be distinctive, but table of contents are almost always on the left side of sites, which makes sense given that we read left to right. Is there a way to do this?

「いいね!」 1

How can we keep the table of contents on the left and keep the standard discord scrollbar on the right? I have some difficulty getting to the bottom of a post since the scrollbar has changed.

Here is an example:

「いいね!」 2

Hello AntiMetaman,

You can change the direction with css. Add something like this to desktop css section. It should show the DiscoTOC on the left side.

.d-toc-post .d-toc-article{
    flex-flow: row-reverse;
}
「いいね!」 4

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.