nvim-orgmode / nvim-orgmode/orgmode
Is it possible to conceal #BEGIN/END?
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
This seems possible with emacs via hiding emphasis markers (?)
https://reddit.com/r/emacs/comments/1e03roh/orgmode_hide_special_characterslines_for_better/
But when using this in nvim, it does hide the typical markdown characters, but not the BEGIN/END parts of a src block. I'm not sure if I'm missing something but I've spent quite a while trying to search through the help to no avail.
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
The issue names no implementation files or tests. Start by locating the existing conceal handling for Markdown characters and compare it with the linked Org-mode behavior; done means BEGIN/END markers in source blocks are concealed while the block remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, vim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100