nvim-orgmode / nvim-orgmode/orgmode
Manage checkboxes as we do headings
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?
N/A
Orgmode link
No response
Feature value
I'd find it useful to be able to manage the checkboxes as we do the headings, namely:
- Promote and demote them with
org_do_promote,org_do_demote,org_promote_subtree,org_demote_subtree. - Move it up and down with
org_move_subtree_upandorg_move_subtree_down
Additional context
If there is a way to do this I'm sorry :S, I'm just diving in nvim-orgmode for the first time (It is awesome!)
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 by locating the implementations of org_do_promote, org_do_demote, org_promote_subtree, org_demote_subtree, org_move_subtree_up, and org_move_subtree_down, then inspect how checkbox items are represented. The feature is complete when checkboxes support the same promote, demote, and movement operations as headings, with tests covering each requested action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100