clarete / hackernews.el

Hacker News client for Emacs
GNU General Public License v3.0
248 stars 26 forks source link

Improve Org-mode Integration with Emacs for Hacker News Content #62

Open randomwangran opened 1 year ago

randomwangran commented 1 year ago

I'd like to propose an enhancement to the Org-mode support by integrating it with Emacs org-mode buffer. Currently, the content appears to be displayed in an independent buffer. It would be advantageous to have it displayed in an Emacs org-mode buffer instead.

With this integration, we could use folding and unfolding features to show the news titles and their content. Additionally, if displaying comments is deemed necessary, users could jump to the comment section and view the first few comments within the discussion.

In cases where users find a topic particularly interesting, they could call a function like "Hacker News Save to org-mode." This function would nicely format all the information, titles, and discussions into org-roam, making it easy to incorporate the content into one's personal knowledge base.

basil-conto commented 1 year ago

Such features and integrations with Emacs are of course welcome. In fact org-mode has been suggested before as a natural fit: https://github.com/clarete/hackernews.el/issues/44#issuecomment-435313972

Ismaelkadir commented 1 year ago

K