What I’m Trying to Do
Use a command/script/plugin or workaround to quickly select/extract all the content that’s between the closest separators/horizontal rules “—”. If alternative separators ( ***___ - - -*** _ _ _) are necessary to avoid conflict with properties that’s okay too.
Things I Have Tried
Plugins:
-
text transporter - https://forum.obsidian.md/t/beta-obsidian42-text-transporter-plugin/23934
-
advanced note composer - Plugin: Advanced Note Composer
-
copy section - copy section
-
expand-selection - expand-selection
Scripts:
- Several JavaScript scripts generated by AI and executed via Templater, QuickAdd or Note Toolbar.
Any of the above mentioned achieved what I’m looking for: “select/extract all the content that’s between the closest separators/horizontal rules”.
Selection on mobile it’s painful so any workaround/idea is welcomed.
TIA