So this is my first post, and in English language, although it's not my native language. So, sorry for grammar mistakes.
Blogger / Blogspot is great service for blogging and many other purposes. It's
free and easy to use. But what I observe is lack when it comes for automating table of contents for its post. Table of contents is very important, it's like a navigation for user to easily find what type of contents your site offers. Actually blogspot has its own table of content which what we called it
"Archive". But it still lacks something and serves more as post history list rather than as table of contents.
Luckily, Blogspot now has become a part of google products, so it offers
API to bring access to developers who want to use its services. One of the services is called Blogger Feed API who doesn't require authentication to use it,
as long as the blog is marked as public blog. As far as i know, this API offers 3 output format: xml, json, and json with callback a.k.a json-in-script/jsonp (see
developer guide for more details).
So using that API I mentioned above, I decided to create a plugin/components/library/extension/widget or whatever it
called to make Table of Contents for Blogspot with JavaScript as base programming language. This library will generate a table of contents for your blogspot site as long as your blog is not set to private. The initial design is like in
DataTables example, and you can change it according your own taste. It facilitates with searching, pagination, filter by category or alphabet and can load all your post ( I hope so :) ), and etc...
So without further ado..., click the button to see the working example