I’m hoping to get suggestions for any plugin that might add a feature for text selection I have in mind. I’m looking to select text based on different context clues from the current cursor or selection and the structure of a note. Here’s some examples:
- Selecting a current text line or list item
- Selecting a paragraph or the current level of a list
- Selecting all text between the cursor and the next heading
- Selecting all text between the last heading and the next one
- Selecting all text… up to the next heading of the same level as the current heading
- Adding or removing text to the end or start of the current selection, using any such actions
- Including or excluding actual heading text from any of these actions
Basically looking for VIM-ish text selection actions that act on the semantic structure, of that makes sense?