Copy Search Results: Please add option to copy CONTEXT

Something like this is very much needed indeed:
Obsidian_j7MAEVzKSh

In my implementation, I use the Query Language plugin as overhead as I cannot get to Obsidian search API (yet), and this plugin so I can create modals in my pseudo-plugin.

Features:

  • Copy lines of All Results from all Files yielding results
  • Copy individual lines of individual files
  • Copy BlockID if it exists, if not, create it and copy it with ![[file#^block-id]] embedding syntax to the clipboard
  • Live filtering of all results (supports regular expressions)
  • Highlights of two kinds
  • Draggable modal (of different sizes) on PC and mobile
  • Excluded folders
  • Renders YouTube timestamps and clickable parent note, upon clicking which it takes me to the line where result is

(All done with Claude.ai)

Something like this should be very important for researchers and note takers alike.
(Decided to not share it publicly because of the overhead and many faulty parts in the code.)