nvim-orgmode / nvim-orgmode/orgmode
Allow listitem folding
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://orgmode.org/manual/Plain-Lists.html
Feature value
The ability to fold list items in Emacs is a useful feature. I propose adding this list item folding functionality by default to folds.scm.
like this
([
(section)
(table)
(drawer)
(property_drawer)
(block)
(listitem)
] @fold
(#trim! @fold))
Thank you to the development team for considering this enhancement.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with folds.scm and the linked Emacs Orgmode Plain Lists documentation to understand the existing fold targets and list-item behavior. Add list-item folding without changing the current section, table, drawer, property-drawer, or block folding. Done means list items fold by default in the Neovim Orgmode view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs, lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100