neorg icon indicating copy to clipboard operation
neorg copied to clipboard

Option to ignore paths and categories in core.summary

Open theherk opened this issue 2 years ago • 1 comments

Issues

  • [X] I have checked existing issues and there are no existing ones with the same request.

Feature description

It would be excellent if core.summary to configuration for exclude_categories and exclude_paths. For example:

          ["core.summary"] = {
            config = {
              exclude_categories = { "no index", "private" },
              exclude_paths = { "journal" },
            }
          },

Help

Yes

Implementation help

Time is my main issue with contribution to this project. Though I'm absolutely loving it, so I will try to find some. Forgive me for opening so many issues, but I'm trying to transition from a large org, org-roam setup.

theherk avatar Jun 16 '23 10:06 theherk

This would be nice to have. I've noticed that index.norg is added in the summary, which I'd like to avoid.

UtkarshVerma avatar Jun 28 '23 04:06 UtkarshVerma