blog icon indicating copy to clipboard operation
blog copied to clipboard

New Feature: A series to link articles together

Open daydevelops opened this issue 6 years ago • 2 comments

I forked your project a while back to make a blog for myself and added some extra features. I was thinking that you might benefit from this feature this I built, a way to link together articles into a series.

Take a look at my site for an example. Robotodos

You can select "series" in the navbar to see the available series (only one currently) and select a series to see the articles for that series in reverse chronological order. Also note that when you are viewing an article which is a part of a series, there is a "next article" link in the sidebar to help users progress through the series in the right order.

On the admin dashboard, I added a "series" tab to the left navigation menu. You can view all series available or create a new series. Editing a series will allow you to edit the title, description, add or delete articles to the series, and change the order of the articles via drag-and-drop.

admin_dash_series

If you think this is a feature you would like to have, let me know and I can start working on it for you.

daydevelops avatar Nov 09 '19 21:11 daydevelops

Wow, that's great feature. You can pull a request for this.

jcc avatar Feb 15 '20 09:02 jcc

alright, I will start on this

daydevelops avatar Mar 16 '20 16:03 daydevelops