No3371 / obsidian-regex-pipeline

An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
70 stars 8 forks source link

Fr extraction #27

Closed zhao414 closed 11 months ago

zhao414 commented 1 year ago

This is the solution for Feature Request: Extract Regexp Result #26

  1. the menu is re-organized. Some manual options are deployed.
  2. Search and Copy function is added, so that one can search whtin the note using regexp and extract the matching text into the clipboard.
  3. manual RegExp input is supported. This enhancement provides the user with the convenience to perform quick regexp search, copy and replacement
  4. both rulesets(now named as stored rule set)and the manual regexp are supported
No3371 commented 11 months ago

It's absolutely a good feature to have, but It's out of scope.

The plugin is intended to be kept simple. The "pipeline" is meant to transform content of notes, only additions small and coherent to the idea are expected.

Looking at the code, the whole codebase doubled to support a new parallel feature, I believe it's better to make it "obsidian-regex-extractor" or something.

Still, thanks for the contribution and effort!