orgajs icon indicating copy to clipboard operation
orgajs copied to clipboard

[Question] Will support TOC?

Open noxmuse opened this issue 6 years ago • 3 comments

In Emacs, I can export org file to HTML with Table of Contents, will it be supported in future?

noxmuse avatar Feb 16 '19 13:02 noxmuse

I assume you are talking about the gatsby-transformer-orga plugin. That's a good idea. It's just the way gatsby has a set of plugins for handling markdown content, I feel like we are duplicating a lot if we try to add more features like that. Still thinking about ways to share code with the markdown eco-system. But in the mean time, any PR is welcome. Or maybe I will do that later.

xiaoxinghu avatar Mar 22 '19 08:03 xiaoxinghu

@xiaoxinghu Thanks, I'm a newbie to gatsby, I find the plugin gatsby-transformer-remark that used in markdown. I will think about how to share the code, or try to make one for org. If you have any idea, let me know.

noxmuse avatar Mar 24 '19 10:03 noxmuse

I believe #49 would help here since you could use a plugin to add a TOC in post processing.

gitonthescene avatar Jun 09 '20 21:06 gitonthescene