masasam / emacs-easy-hugo

Emacs major mode for managing hugo
https://gohugo.io/tools/editors/#emacs
GNU General Public License v3.0
362 stars 26 forks source link

Publish date in the list of posts #45

Closed balaramadurai closed 6 years ago

balaramadurai commented 6 years ago

Hello @masasam, Thanks for the wonderful package easy-hugo.

I have a feature request to make: Listing the publishing date of the posts in the list (#39 dealt with sorting, however a listing would also help, I think)

Thanks again for your wonderful work Have a good day! Bala

masasam commented 6 years ago

Hi @balaramadurai . Thank you for comment. I think it is a good feature request. But there is a reason why it can not be implemented. The reason is that display becomes slow if there are a lot of files. It is also why org-mode users can not use easy-hugo because org-mode can not handle display publish time.

balaramadurai commented 6 years ago

Fair enough. Thanks @masasam

Have a good day!