Table of Contents, Reading Bar and Reading Time

From old feedback: Table of Contents, Reading Bar and Reading Time | Cwicly

For blog or wiki posts I would like to have a:

  • Table of Contents (TOC)
  • Reading Progress Bar
  • Reading Time

A Table of Content block that is already very powerful can be found in Kadence Blocks, for example: https://www.kadencewp.com/kadence-blocks/table-of-…

4 Likes

Any update on this feature.

Hi @yogi,

It is planned, but we are prioritising most voted options first.

Thanks.

1 Like

Looking forward to the Table of Contents element as well. It’d be the last element I need to fully replace Kadence.

+1 on table of contents!

  • 1 would also appreciate this

We have a project starting next week that requires a sticky table of contents that highlights the heading/anchor closest to the scrolled position in the post.

Please can you let us know whether this will be a supported use case for the Cwicly Table of Contents and if so, whether it is realistic to expect this to be available in the next 1-2 weeks.

The table of content is useful for my site because it needs it, as I have a blog there.

1 Like

Due to the time constraints we used a 3rd party block (Kadence ToC), which works well with Cwicly.

It will be good to be able to do it within Cwicly going forward and in the meantime it is good to know there is at least a working compatible option.

how is this Table of contents amazing function now?

Hi,

My two cents for displaying reading time, which is pretty immediate with a code block or shortcode:

define( "WORDS_PER_MINUTE", 225 );
$word_count = str_word_count( strip_tags( get_the_content() ) );
$time = ceil( $word_count / WORDS_PER_MINUTE );
echo $time . ' minute' . ( $time > 1 ? 's' : '' );

We are using the same approach and it works very well.

1 Like

I’ll also add that Cwicly blocks that support dynamic content allow you to add a Read Time value (you can specify selectors, words per minute and seconds per image.

Cheers,

may i ask when can this block be lucnhed?

This would be a nice feature. I hope at some point it comes about.

Yeah, my client saw this on the roadmap https://roadmap.cwicly.com/ and wants to use it on their site (they assumed it would be in the next release). So now there’s a lot of waiting and hoping it comes soon.

1 Like

Hey @Louis.

What’s your thoughts in terms of importance on this basic but essential element (TOC) for a blogging platform like WordPress?
You once mentioned that it could be provided in a day, so I’m curious why it didn’t make it into Cwicly yet.

I was just giving some thought to what would be important from a general perspective once in the repository and available to the masses.
Really not a fan of the idea of adding new features for the relaunch, other things are more important. But I see this little thing as quite valuable.

3 Likes

Hello @Marius,

The TOC is another one of those elements that I really want to see in Cwicly, but it all depends on how much flexibility users want when using it: e.g. custom blocks for each level, which would take longer to get out there.

Looking at it, starting out simple with the logic in place for a more advanced solution might be the way to go.

1 Like

That’s right, those were your exact thoughts you shared back then in the live, I remember.

:100:

As a user, you often have no idea what you are missing in potential functionality before you experience it for yourself in practice.
Full flexibility, as you have mentioned, would of course be the desired end result.
But not everything has to be perfect, especially not right at the beginning.

I am grateful when new things are added. I don’t expect that to happen. I just would be happy if all the basic things were covered and existing features improved.

4 Likes