Hi. I have thousands of news articles and videos that I need to use for research.
And because of the large numbr of files, I simply cannot remember everything I read/watch anymore.
So today, I am working on a TextEdit template that can be used to take notes about what I am reading/watching.
The plan is to save a text file with the same name as the original article/video, but appending something like "_NOTES" on the end.
So for every article/video in my research fodler, I would have...
"Amazon Outage Forces Hundreds of Websites Offline for Hours.html"
"Amazon Outage Forces Hundreds of Websites Offline for Hours_NOTES.html"
Am trying to figure out the easiest way to search all of the "_NOTES" files on my MacBook Pro.
For example, maybe I want to find all articles/videos which are about "Pam Bondi" or "Tariffs" or "Ukraine", and thus would be searching my notes in these new "_NOTES" files.
Is there any practical way to do that say using Finder's search?
Not looking for "Full-Text" searching, but rather searching on Keywords or Topics.
The only alternative that I can think of is to create a spreadsheet, and then for everything that I want to search on (e.g. topic, keyword, important concept), create a new row in the spreadsheet with the file name and then the keyword like this...
1 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Amazon
2 | Amazon Outage Forces Hundreds of Websites Offline for Hours | AWS
3 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Cloud
4 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Outage
5 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Virginia
Of course that would be a lot of work for a simple search!
Someday I will build a database for all of this, but that isn't an option right now.
Am hoping there is some slick way to use macOS and Finder to help me accomplish my goals.
Thoughts?
And because of the large numbr of files, I simply cannot remember everything I read/watch anymore.
So today, I am working on a TextEdit template that can be used to take notes about what I am reading/watching.
Code:
- Topic
- Summary
- Keywords
- Chapters
- Key Concepts
- Quotes
- Takeaways
The plan is to save a text file with the same name as the original article/video, but appending something like "_NOTES" on the end.
So for every article/video in my research fodler, I would have...
"Amazon Outage Forces Hundreds of Websites Offline for Hours.html"
"Amazon Outage Forces Hundreds of Websites Offline for Hours_NOTES.html"
Am trying to figure out the easiest way to search all of the "_NOTES" files on my MacBook Pro.
For example, maybe I want to find all articles/videos which are about "Pam Bondi" or "Tariffs" or "Ukraine", and thus would be searching my notes in these new "_NOTES" files.
Is there any practical way to do that say using Finder's search?
Not looking for "Full-Text" searching, but rather searching on Keywords or Topics.
The only alternative that I can think of is to create a spreadsheet, and then for everything that I want to search on (e.g. topic, keyword, important concept), create a new row in the spreadsheet with the file name and then the keyword like this...
1 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Amazon
2 | Amazon Outage Forces Hundreds of Websites Offline for Hours | AWS
3 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Cloud
4 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Outage
5 | Amazon Outage Forces Hundreds of Websites Offline for Hours | Virginia
Of course that would be a lot of work for a simple search!
Someday I will build a database for all of this, but that isn't an option right now.
Am hoping there is some slick way to use macOS and Finder to help me accomplish my goals.
Thoughts?