How to mass-copy notes while removing sensitive information?

What I’m trying to do

Hello,

I have a couple of notes (~140) that I’d like to duplicate and export out of my vault so I can share them with others. However, parts of these notes contain sensitive information - mostly tagged people and meeting notes/drafts of correspondance. 95% of these notes/drafts are located under uniform section headers, and for the edge cases I’ll probably have to work manually.

I am now trying to think of the best way forward, to extract/redact specific information from a variety of notes.

In the worst case, I could do it the rough and more painful way with Autohotkey, but I’d prefer a more native solution for various reasons.

Any ideas and help are welcome.

Thank you.
Sincerely,
~Gw

If I were in this situation, I would:

  • Develop regular expressions that capture the content you want to remove
  • Copy the files you want to export into a new folder somewhere
  • Open that folder in VS Code
  • Use mass find and replace with regex enabled to replace the sensitive content with nothing
  • Double check each file by hand

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.